From 8d498df76720b47f6bc8fce00ef2a0a1f8536fce Mon Sep 17 00:00:00 2001 From: verita84 Date: Fri, 14 Jan 2022 16:01:28 +0000 Subject: [PATCH] Update 'postgresql/crontab' --- postgresql/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/crontab b/postgresql/crontab index 870fcc5..d9fe027 100644 --- a/postgresql/crontab +++ b/postgresql/crontab @@ -1,4 +1,4 @@ 00 23 * * * bash /backup.sh -00 04 * * 7 su postgres -s $SHELL -lc "/usr/lib/postgresql/12/bin/psql -d pleroma -c 'vacuum(full,analyse,verbose);'" +00 04 * * 7 su postgres -s $SHELL -lc "psql -d pleroma -c 'vacuum(full,analyse,verbose);'"