Re: How to Backup like in mysql or ms sql server

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: How to Backup like in mysql or ms sql server
Дата
Msg-id 20060702041754.17510.qmail@web31804.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на How to Backup like in mysql or ms sql server  ("Joko Siswanto" <jokonet@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joko Siswanto"
Дата:
Сообщение: How to Backup like in mysql or ms sql server
Следующее
От: mike
Дата:
Сообщение: Re: How to Backup like in mysql or ms sql server