Re: Yosemite (OSX 10.0) problems with Postgresql

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Yosemite (OSX 10.0) problems with Postgresql
Дата
Msg-id 54470048.9080508@hogranch.com
обсуждение исходный текст
Ответ на Re: Yosemite (OSX 10.0) problems with Postgresql  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-general
On 10/21/2014 5:14 PM, Craig Ringer wrote:
> If you're using the Apple-bundled one, make VERY sure to back everything
> up carefully with pg_dump before upgrading. Then tell me how it goes.

I'd recommend doing..

     $ pg_dumpall --globals-only -f 20141021_globals.sql
     $ for db in mydb1 mydb2 ... ; do pg_dump -Fc -d $db -f
20141012_dump.$db.pgdump ; done

this will give you the maximum flexibility when you restore.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Yosemite (OSX 10.0) problems with Postgresql
Следующее
От: Ilya Ashchepkov
Дата:
Сообщение: Re: Function runtime increases after 5 calls in the same session.