Re: Postgresql RPM upgrade (8.2.3 -> 8.2.9)

Поиск
Список
Период
Сортировка
От Marco Bizzarri
Тема Re: Postgresql RPM upgrade (8.2.3 -> 8.2.9)
Дата
Msg-id 3f0d61c40808272111n1d3ad3a0nc989b415d1447f04@mail.gmail.com
обсуждение исходный текст
Ответ на Postgresql RPM upgrade (8.2.3 -> 8.2.9)  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Ответы Re: Postgresql RPM upgrade (8.2.3 -> 8.2.9)  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
Список pgsql-general
On Thu, Aug 28, 2008 at 3:00 AM, Phoenix Kiula <phoenix.kiula@gmail.com> wrote:

> Now, is it correct that i don't have to stop my server and I can just
> execute these commands:
>
> rpm -Uvh --test postgresql-libs-8.2.9-1PGDG.rhel4.i386.rpm
> rpm -Uvh --test postgresql-8.2.9-1PGDG.rhel4.i386.rpm
> rpm -Uvh --test postgresql-contrib-8.2.9-1PGDG.rhel4.i386.rpm
> rpm -Uvh --test postgresql-devel-8.2.9-1PGDG.rhel4.i386.rpm
> rpm -Uvh --test postgresql-server-8.2.9-1PGDG.rhel4.i386.rpm
>
> And all will be okay? (I would run these without the "--test") Right
> now, these tests give errors.
>


Most probably your errors are caused by dependencies between the
packages; as someone else already suggested, try to write the command
as:

rpm -Uvh --test postgresql-8.2.9... postgresql-server...

etc. In that way all the dependencies should be addressed.

If that does not solve the problem, post the error message.


Regards
Marco
--
Marco Bizzarri
http://iliveinpisa.blogspot.com/

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: Postgresql RPM upgrade (8.2.3 -> 8.2.9)
Следующее
От: "Phoenix Kiula"
Дата:
Сообщение: Re: Postgresql RPM upgrade (8.2.3 -> 8.2.9)