From 1e5d7f89ed42468d63720977c3756fdc395c87a1 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 20 Jun 2020 13:01:34 +0200 Subject: [PATCH] README: mysql/database: Added hint that backup is included --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae27f1..45f2ee4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Following roles have been defined for making a server configuration easy: - **mysql** defines roles for handling mysql databases and users, uses *MariaDB* - **application** installs the main application with automatic backup - **backup_database** configures auto backup for a given mysql database - - **database** configures a database for an external application with its own user + - **database** configures a database for an external application with its own user (uses **mysql/backup_database**) - **nginx** defines roles to set up virtual servers, certificates will be requested by default - **application** installs and configures the main requirements - **forward** sets up a forwarding from one domain to another