[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Australia/ACT' for 'EST/10.0/no DST' instead
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 988: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Australia/ACT' for 'EST/10.0/no DST' instead
elstar.com.au • View topic - Howto Backup PostgreSQL Databases Server With pg_dump comman

Howto Backup PostgreSQL Databases Server With pg_dump comman

Howto Backup PostgreSQL Databases Server With pg_dump comman

Postby stephen » Wed Apr 09, 2008 10:05 pm

Howto Backup PostgreSQL Databases Server With pg_dump command
http://www.cyberciti.biz/tips/howto-backup-postgresql-databases.html

from above site
Task: dump a payroll database

Type the following command
$ pg_dump payroll > payroll.dump.out

To restore a payroll database:
$ psql -d payroll -f payroll.dump.out
stephen
 
Posts: 461
Joined: Thu Feb 09, 2006 9:37 am
Location: Brisbane

Return to Postgresql

Who is online

Users browsing this forum: No registered users and 1 guest

cron