Update 'postgresql/crontab'

This commit is contained in:
verita84 2022-01-14 16:01:28 +00:00
parent 6720fae065
commit 8d498df767

View File

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