Re: How to Backup like in mysql or ms sql server - Mailing list pgsql-general

From Richard Broersma Jr
Subject Re: How to Backup like in mysql or ms sql server
Date
Msg-id 20060702041754.17510.qmail@web31804.mail.mud.yahoo.com
Whole thread Raw
In response to How to Backup like in mysql or ms sql server  ("Joko Siswanto" <jokonet@gmail.com>)
List pgsql-general
> I'm new bie in postgresql.
> I use postgresql 8.1 windows version.
> How to back-up database in postgresql? Usually i use pgAdmin III by back-up
> and restore.
> Is there any way to back-up database like mysql or sql server we just copy
> and paste. Or maybe there is any tools to copy database when the service is
> shutdown.
>
> Where is postgresql put teh database files?

I am not sure about mysql or sql Server, but the following link will how how it is done on the
command line of the PostgreSQL server:
http://www.postgresql.org/docs/8.1/interactive/backup.html

Is is a good place to start.  Also, if you are interested in keeping your data backed up current
within the last few minutes, check out point in time recovery (PITR).  But for simple backup and
restore, I expect that you will be satisfied with the simple pg_dump command.

Regards,

Richard Broersma Jr.

pgsql-general by date:

Previous
From: "Joko Siswanto"
Date:
Subject: How to Backup like in mysql or ms sql server
Next
From: mike
Date:
Subject: Re: How to Backup like in mysql or ms sql server