Installing Postgres: Difference between revisions
From TykWiki
Jump to navigationJump to search
Created page with 'At the time of writing this, the latest version of Postgres in FreeBSD ports is 8.4.3. After installing it from ports it is neccesary == /etc/periodic.conf == I add the followi…' |
(No difference)
|
Revision as of 12:40, 9 May 2010
At the time of writing this, the latest version of Postgres in FreeBSD ports is 8.4.3. After installing it from ports it is neccesary
/etc/periodic.conf
I add the following to /etc/periodic.conf
:
#for postgres daily_pgsql_backup_enable="YES" # do backup daily_pgsql_vacuum_enable="YES" # do vacuum