Re: moving database to diff. server

Поиск
Список
Период
Сортировка
От Tom Arthurs
Тема Re: moving database to diff. server
Дата
Msg-id 42C0DA28.30201@jobflash.com
обсуждение исходный текст
Ответ на moving database to diff. server  (Paul Keyes <paul_s_keyes@yahoo.ca>)
Список pgsql-admin
use initdb to create the cluster (including the template db's), if you
haven't already done so.

Paul Keyes wrote:
> Hi All,
>
> I'm confused about one aspect of backing up and moving
> a database to a different server.
> I've used pg_dump to dump the database and moved he
> resulting file to the new server, where Postgresql is
> istalled and configured (as far as I know).
> But I know that before I run psql on the backup I have
> to create the database with something like (createdb
> -T template0 dbname).  How do I make that template0?
> I assume I've got to make it from the old
> server/existing database but am unclear about how.
> Any advice is greatly appreciated.
> Thanks,
> Paul
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>
>
>

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: moving database to diff. server
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: vacuum taking longer over time