2
0
Fork 0

zio-backup: fix broken command in de01.pre

main
Ducky 2022-02-23 05:53:34 +00:00
parent f9b9c95419
commit 89f7e76379
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
mkdir -p $sql_dump_dir
say "Photoprism: Importing media..."
podman exec -it photoprism import
podman exec -it photoprism photoprism import
say "Postgres: Dumping database to '$postgres_dump_file'..."
podman exec -i -e PGPASSWORD=$postgres_password postgres /usr/local/bin/pg_dumpall -U postgres > $postgres_dump_file