mirror of
https://github.com/immich-app/immich.git
synced 2025-04-12 11:58:24 +02:00
Fix backup and restore docker compose issue (#8939)
For the backup and restore docker compose config to work, the `POSTGRES_DB` environment variable needs to be specified
This commit is contained in:
parent
557f9d8e5f
commit
0571901288
@ -79,6 +79,7 @@ services:
|
||||
POSTGRES_CLUSTER: 'TRUE'
|
||||
POSTGRES_USER: ${DB_USERNAME}
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||
SCHEDULE: "@daily"
|
||||
POSTGRES_EXTRA_OPTS: '--clean --if-exists'
|
||||
BACKUP_DIR: /db_dumps
|
||||
|
Loading…
x
Reference in New Issue
Block a user