Update readme.md
All checks were successful
Build Container Image & push to Packages / Build package (push) Successful in 38s
All checks were successful
Build Container Image & push to Packages / Build package (push) Successful in 38s
add tips for use
This commit is contained in:
parent
a32151f89f
commit
566f2b9780
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user