From 566f2b978029931108f160f76fb8f62f957af235 Mon Sep 17 00:00:00 2001 From: audrey Date: Mon, 7 Apr 2025 20:24:24 +0000 Subject: [PATCH] Update readme.md add tips for use --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 441931a..8245979 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,8 @@ The service needs to have network access to the target server on a network that ## Install It's recommended to set up this container by adding it to the target service's docker compose. +> [!NOTE] +> Only 1 MySQL container can be targeted by `MYSQL_HOST`. You will need a dedicated backup sidecar for each unclustered MySQL instance you want backed up. ### Examples #### Simple Setup ``` yaml @@ -60,8 +62,8 @@ networks: #### Backup to NAS For increased data security, it's recommended to store database backups on the NAS where they can take advantage of increased storage, automatic snapshots, & further backups. The below example is identical to the one above, except `APPEND_DATE` has been set to `false` & the volume definition for `backup` has been modified. -> [!IMPORTANT] -> If you intend to keep regular snapshots of this backup on the file server, you should set APPEND_DATE to false +> [!TIP] +> If you intend to keep regular snapshots of this backup on the file server, you should set `APPEND_DATE` to false ``` yaml version: "3" services: