forked from coop-cloud/backup-bot-two
add example pg_backup.sh script
This commit is contained in:
@ -192,7 +192,7 @@ services:
|
||||
backupbot.backup.pre-hook: "/pg_backup.sh backup"
|
||||
backupbot.backup.volumes.db.path: "backup.sql"
|
||||
backupbot.restore.post-hook: '/pg_backup.sh restore'
|
||||
backupbot.backup.volumes.redis: false
|
||||
backupbot.backup.volumes.redis: "false"
|
||||
```
|
||||
|
||||
- `backupbot.backup` -- set to `true` to back up this service (REQUIRED)
|
||||
|
Reference in New Issue
Block a user