Re: recovery in postgresql

Поиск
Список
Период
Сортировка
От Tulio Oliveira
Тема Re: recovery in postgresql
Дата
Msg-id 3AE0A82B.14F3AFA3@akacia.com.br
обсуждение исходный текст
Ответ на recovery in postgresql  ("Muhammad Rusydi" <rusydi@cbn.net.id>)
Список pgsql-general
Muhammad Rusydi wrote:
>
> Hi,
>
> How to do recovery in postgreSQL?
> i have looked in manual, but there's nothing there
> would someone show me how to recovery?
>
> TIA
> Didi
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html


Backup all yours data bases with
pg_dumpall > backup.sql   (or another name)

and recover this way...
psql template1 -f backup.sql


And all your Data Bases will be restored, with all datas...

Regards,

Tulio


--
Tulio Oliveira
Akácia Tecnologia
www.akacia.com.br
tulio@akacia.com.br

В списке pgsql-general по дате отправления:

Предыдущее
От: "Patrick LOGE"
Дата:
Сообщение: Websphere on linux with PostgreSQL
Следующее
От: "Shannon Peevey"
Дата:
Сообщение: converting to postgresql