From 89f7e76379fa72383002414ab2372271d0f50777 Mon Sep 17 00:00:00 2001 From: Ducky Date: Wed, 23 Feb 2022 05:53:34 +0000 Subject: [PATCH] zio-backup: fix broken command in de01.pre --- var/lib/zio-backup/de01.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/lib/zio-backup/de01.pre b/var/lib/zio-backup/de01.pre index 1096cec..f15cf38 100644 --- a/var/lib/zio-backup/de01.pre +++ b/var/lib/zio-backup/de01.pre @@ -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