Re: 7.0 -> 7.2 Migration (oops)

Поиск
Список
Период
Сортировка
От Yury Bokhoncovich
Тема Re: 7.0 -> 7.2 Migration (oops)
Дата
Msg-id Pine.LNX.4.44L0.0210011421340.9686-100000@panda.center-f1.ru
обсуждение исходный текст
Ответ на Re: 7.0 -> 7.2 Migration (oops)  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-general
Hello!

On Fri, 27 Sep 2002, Lamar Owen wrote:

> On Friday 27 September 2002 09:46 am, Glen Baker wrote:
> > Whups...I just upgraded my linux system from Redhat 7.1 to 7.3. As a part
> > of that upgrade my postgres installation was also upgraded from 7.0 to
> > 7.2.1.
>
> > Is there any way that I can migrate the databases after the fact? Had I
> > realized this was going to happen I would have dumped them beforehand, but
> > it's a bit late now..
>
> It's mentioned in the Red Hat 7.3 release notes.
>
> Anyway, that doesn't help you.  You _might_ be able to reinstall your
> PostgreSQL 7.0 RPM's from your Red Hat 7.1 install media.  Get all the

BTW, there is no need in this. It is enough to get just postmaster from
RPM. Easiest method is thru MC :-):
 just click to old PG RPM, select usr/bin, then copy postmaster and
pg_dumpall to your home directory.
Start old postmaster, then run pg_dumpall >somefile, stop postmaster (just
do killall postmaster). That's all.
You'd start the new PG and do psql -f somefile...

--
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: byg@center-f1.ru.
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: OS X loader failure (was Re: Beta2 - A Late Announcement)
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Vacuum question..