[opensuse] Postgresql 9.4 upgrade openSUSE13.1
Hi, I have installed long back postgresql92, and I want to upgrade it to postgresql 9.4. But not seeing any package for that. Any help ? [arup@music_track (master)]$ zypper info postgresql94 Loading repository data... Reading installed packages... package 'postgresql94' not found. [arup@music_track (master)]$ -- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 31 May 2015 18:59, Arup Rakshit <tuka.08@...> wrote:
Hi,
I have installed long back postgresql92, and I want to upgrade it to postgresql 9.4. But not seeing any package for that. Any help ?
[arup@music_track (master)]$ zypper info postgresql94 Loading repository data... Reading installed packages...
package 'postgresql94' not found.
OSS 13.1 has only postgresql92 in its distro archive. postgresql94 is not available via main archive for 13.1. It is available in it's devel-Repo: server:database:postgresql: http://download.opensuse.org/repositories/server:/database:/postgresql/openS... You can add this repo to your installation, and then install postgresql94 from this repo there. Hint, search via software.opensuse.org finds the package: http://software.opensuse.org/package/postgresql94 Do yourself a favour and do a full sqldump before the update, the postgresql92 packages will be replaced by the postgresql94 ones. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sunday, May 31, 2015 08:23:00 PM Yamaban wrote:
On Sun, 31 May 2015 18:59, Arup Rakshit <tuka.08@...> wrote:
Hi,
I have installed long back postgresql92, and I want to upgrade it to postgresql 9.4. But not seeing any package for that. Any help ?
[arup@music_track (master)]$ zypper info postgresql94 Loading repository data... Reading installed packages...
package 'postgresql94' not found.
OSS 13.1 has only postgresql92 in its distro archive. postgresql94 is not available via main archive for 13.1.
It is available in it's devel-Repo: server:database:postgresql: http://download.opensuse.org/repositories/server:/database:/postgresql/openS...
You can add this repo to your installation, and then install postgresql94 from this repo there.
Hint, search via software.opensuse.org finds the package: http://software.opensuse.org/package/postgresql94
Do yourself a favour and do a full sqldump before the update, the postgresql92 packages will be replaced by the postgresql94 ones.
Hi Yamaban. Thanks for the information. Can you tell me how can I clean the old one and update it with the new one using zypper ? -- ================ Regards, Arup Rakshit ================ Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 31 May 2015 19:35, Arup Rakshit wrote:
On Sunday, May 31, 2015 08:23:00 PM Yamaban wrote:
On Sun, 31 May 2015 18:59, Arup Rakshit wrote:
Hi,
I have installed long back postgresql92, and I want to upgrade it to postgresql 9.4. But not seeing any package for that. Any help ?
[arup@music_track (master)]$ zypper info postgresql94 Loading repository data... Reading installed packages...
package 'postgresql94' not found.
OSS 13.1 has only postgresql92 in its distro archive. postgresql94 is not available via main archive for 13.1.
It is available in it's devel-Repo: server:database:postgresql: http://download.opensuse.org/repositories/server:/database:/postgresql/openS...
You can add this repo to your installation, and then install postgresql94 from this repo there.
Hint, search via software.opensuse.org finds the package: http://software.opensuse.org/package/postgresql94
Do yourself a favour and do a full sqldump before the update, the postgresql92 packages will be replaced by the postgresql94 ones.
Hi Yamaban.
Thanks for the information. Can you tell me how can I clean the old one and update it with the new one using zypper ?
Sorry, no. The last time I've touched postgres and mysql was around mid 1999. But google gives some hints, and there should be some tutorials. Postgres Docs online (also has wiki) http://www.postgresql.org/docs/ Sorry, again. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Arup Rakshit
-
Yamaban