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);'"