Pastebin
Paste #1283: vacuum
< previous paste - next paste>
Pasted by tdn
# Run VACUUM ANALYSE on all databases every 5 hours if pg_autovacuum is not # running 2 0,5,10,15,20 * * 1-6 root if [ -x /usr/sbin/pg_maintenance ]; then /usr/sbin/pg_maintenance --analyze >/dev/null; fi
New Paste
Go to most recent paste.