zio-backup: fix broken command in de01.pre
parent
f9b9c95419
commit
89f7e76379
|
@ -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…
Reference in New Issue