pleroma/postgresql/crontab

5 lines
149 B
Plaintext
Raw Normal View History

2021-08-25 08:39:26 -06:00
00 23 * * * bash /backup.sh
2021-11-02 13:38:27 -06:00
00 04 * * 7 su postgres -s $SHELL -lc "/usr/lib/postgresql/12/bin/psql -d pleroma -c 'vacuum(full,analyse,verbose);'"
2021-08-25 08:39:26 -06:00