Re: Moving a database

Поиск
Список
Период
Сортировка
От Eft, Aaron
Тема Re: Moving a database
Дата
Msg-id DC570C9C688E284ABE0DBE7C266599441CA266@amer31.avnet.com
обсуждение исходный текст
Ответ на Moving a database  (Kent Rigby <kent.rigby@att.net>)
Ответы Re: Moving a database  ("Reshat Sabiq" <sabiq@purdue.edu>)
Список pgsql-novice
I would suggest doing a
 
pg_dump > filename
 
then save that to disk, email it, ftp, whatever to the destination server, and
 
createdb databaseName
psql databaseName < filename
 
-Aaron
 
-----Original Message-----
From: Kent Rigby [mailto:kent.rigby@att.net]
Sent: Tuesday, December 24, 2002 12:54 PM
To: PGSQL Novice List
Subject: [NOVICE] Moving a database

Can someone please tell me the easiest method for moving a database from one server to another?

Pleaes be explicit, I am in the Novice group for a reason.

Kent

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

Предыдущее
От: Kent Rigby
Дата:
Сообщение: Moving a database
Следующее
От: "Reshat Sabiq"
Дата:
Сообщение: Re: Moving a database