Ok, couldn’t find the button to edit the post. Great
I’ve added the opensuse repositories for 9.2 and 9.3 containing Postgresql, and even installed libpq5-9.2.7-24.3, but starting the distribution upgrade fails at the same spot:
Prior to upgrading libpq5
[CODE]sudo zypper dup --from nu_novell_com:SLES11-SP3-VMware-Pool --from nu_novell_com:SLES11-SP3-VMware-Updates
Loading repository data…
Reading installed packages…
Computing distribution upgrade…
2 Problems:
Problem: postgresql92-9.2.4-18.1.x86_64 requires libpq5 >= 9.2.4, but this requirement cannot be provided
Problem: postgresql92-server-9.2.4-18.1.x86_64 requires postgresql-init >= 9.2, but this requirement cannot be provided
Problem: postgresql92-9.2.4-18.1.x86_64 requires libpq5 >= 9.2.4, but this requirement cannot be provided
deleted providers: libpq5-9.2.4-20.1.x86_64
uninstallable providers: libpq5-9.2.7-24.3.i586[Postgres-9.24]
libpq5-9.3.3-14.1.i586[Postgres-9.24]
libpq5-9.2.7-24.3.x86_64[Postgres-9.24]
libpq5-9.3.3-14.1.x86_64[Postgres-9.24]
libpq5-9.2.7-24.3.i586[postgresql-sp3]
libpq5-9.3.3-14.1.i586[postgresql-sp3]
libpq5-9.2.7-24.3.x86_64[postgresql-sp3]
libpq5-9.3.3-14.1.x86_64[postgresql-sp3]
libpq5-9.2.7-24.3.i586[postgresql-sp3.2]
libpq5-9.3.3-14.1.i586[postgresql-sp3.2]
libpq5-9.2.7-24.3.x86_64[postgresql-sp3.2]
libpq5-9.3.3-14.1.x86_64[postgresql-sp3.2]
Solution 1: Following actions will be done:
deinstallation of postgresql92-9.2.4-18.1.x86_64
install libossp-uuid16-1.6.2-46.2.x86_64 from excluded repository
Solution 2: install libpq5-9.3.3-14.1.x86_64 from excluded repository
Solution 3: install libpq5-9.3.3-14.1.x86_64 from excluded repository
Solution 4: break postgresql92-9.2.4-18.1.x86_64 by ignoring some of its dependencies[/CODE]
Upgrading:
[CODE]sudo zypper in libpq5-9.2.7-24.3.x86_64
Loading repository data…
Reading installed packages…
There is an update candidate ‘libpq5-9.3.3-14.1.x86_64’ for ‘libpq5-9.2.4-20.1.x86_64’, but it does not match specified version, architecture, or repository.
Resolving package dependencies…
The following package is going to be upgraded:
libpq5
1 package to upgrade.
Overall download size: 156.0 KiB. After the operation, additional 1.0 KiB will be used.
Continue? [y/n/? shows all options] (y):
Retrieving package libpq5-9.2.7-24.3.x86_64 (1/1), 156.0 KiB (447.0 KiB unpacked)
Retrieving: libpq5-9.2.7-24.3.x86_64.rpm [done (0 B/s)]
Installing: libpq5-9.2.7-24.3 [done][/CODE]
After upgrading libpq5
[CODE]sudo zypper dup --from nu_novell_com:SLES11-SP3-VMware-Pool --from nu_novell_com:SLES11-SP3-VMware-Updates
Loading repository data…
Reading installed packages…
Computing distribution upgrade…
2 Problems:
Problem: postgresql92-9.2.4-18.1.x86_64 requires libpq5 >= 9.2.4, but this requirement cannot be provided
Problem: postgresql92-server-9.2.4-18.1.x86_64 requires postgresql-init >= 9.2, but this requirement cannot be provided
Problem: postgresql92-9.2.4-18.1.x86_64 requires libpq5 >= 9.2.4, but this requirement cannot be provided
uninstallable providers: libpq5-9.3.3-14.1.i586[Postgres-9.24]
libpq5-9.3.3-14.1.x86_64[Postgres-9.24]
libpq5-9.3.3-14.1.i586[postgresql-sp3]
libpq5-9.3.3-14.1.x86_64[postgresql-sp3]
libpq5-9.3.3-14.1.i586[postgresql-sp3.2]
libpq5-9.3.3-14.1.x86_64[postgresql-sp3.2]
Solution 1: Following actions will be done:
deinstallation of postgresql92-9.2.4-18.1.x86_64
install libossp-uuid16-1.6.2-46.2.x86_64 from excluded repository
Solution 2: install libpq5-9.3.3-14.1.x86_64 from excluded repository
Solution 3: install libpq5-9.3.3-14.1.x86_64 from excluded repository
Solution 4: break postgresql92-9.2.4-18.1.x86_64 by ignoring some of its dependencies[/CODE]
Any help would be appreciated.