Re: Problem with dump importing.

Поиск
Список
Период
Сортировка
От Scott Mead
Тема Re: Problem with dump importing.
Дата
Msg-id d3ab2ec80912150900s6b1216c9t590e525041d8d7e1@mail.gmail.com
обсуждение исходный текст
Ответ на Problem with dump importing.  (NetLevel Admins <admins@netlevel.ru>)
Список pgsql-general
On Tue, Dec 15, 2009 at 11:34 AM, NetLevel Admins <admins@netlevel.ru> wrote:
Hello,

I created database dump on server version 8.3.7 and trying to import it to server v. 8.1.18, but i see errors.



What could be a problem and is there a solution?

  Looks like your 8.1.18 doesn't have any users in it.  You would want to run:

  pg_dumpall -g 

  Against your 8.3.7, then apply the resulting SQL to your 8.1.18 before restoring your dump file.

--Scott 

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

Предыдущее
От: NetLevel Admins
Дата:
Сообщение: Problem with dump importing.
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Problem with dump importing.