Re: Stuck (again) trying to move a 7.x app and database to 8.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stuck (again) trying to move a 7.x app and database to 8.2
Дата
Msg-id 22357.1181941560@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Stuck (again) trying to move a 7.x app and database to 8.2  (Howard Eglowstein <howard@yankeescientific.com>)
Список pgsql-novice
Howard Eglowstein <howard@yankeescientific.com> writes:
> 3) I copied the 20070615.tar file over to the new machine and tried
> restoring it with 'pg_restore 20070615.tar'

With no other arguments, that's just going to spew a bunch of SQL on
your screen.  You could pipe its output to psql, but it'd probably make
more sense to add the switches to tell it to connect to your new
database and load the data there.

            regards, tom lane

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

Предыдущее
От: Howard Eglowstein
Дата:
Сообщение: Stuck (again) trying to move a 7.x app and database to 8.2
Следующее
От: Guillaume Yziquel
Дата:
Сообщение: Connecting to the database via TCP/IP