Page 1 of 1

db backup

PostPosted: Thu Sep 11, 2008 11:09 am
by Skipjack
I would like to backup my db, but cant seem to identify the file. What would the default name be?

Re: db backup

PostPosted: Thu Sep 11, 2008 12:04 pm
by WhiteRider
There is not one single file. Postgres uses multiple files and folders to store databases and so you need to use postgres to back up your databases.
See the end of the Database / Postgres FAQ for how to do this.