diff --git a/docs/docs/administration/backup-and-restore.md b/docs/docs/administration/backup-and-restore.md index 6d7ee6f15..b5e407169 100644 --- a/docs/docs/administration/backup-and-restore.md +++ b/docs/docs/administration/backup-and-restore.md @@ -20,7 +20,7 @@ The recommended way to backup and restore the Immich database is to use the `pg_ -```bash title='Bash' +```bash title='Backup' docker exec -t immich_postgres pg_dumpall -c -U postgres | gzip > "/path/to/backup/dump.sql.gz" ```