zio-backup: fix broken command in de01.pre
This commit is contained in:
parent
f9b9c95419
commit
89f7e76379
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ postgres_password="5H4bsfAVXGFQFYfpPzDtcYpUXB8vjQUT"
|
||||||
mkdir -p $sql_dump_dir
|
mkdir -p $sql_dump_dir
|
||||||
|
|
||||||
say "Photoprism: Importing media..."
|
say "Photoprism: Importing media..."
|
||||||
podman exec -it photoprism import
|
podman exec -it photoprism photoprism import
|
||||||
|
|
||||||
say "Postgres: Dumping database to '$postgres_dump_file'..."
|
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
|
podman exec -i -e PGPASSWORD=$postgres_password postgres /usr/local/bin/pg_dumpall -U postgres > $postgres_dump_file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue