Pastebin

Paste #1283: vacuum

< previous paste - next paste>

Pasted by tdn

Download View as text

# 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


Do not write anything in this field if you're a human.

Go to most recent paste.