I recently upgraded to OpenSuse 13.2. Fine.
Now there exists a postgres database which is from postgres version 9.2
Dec 29 17:31:50 somename postgresql[1802]: Your database files were created by PostgreSQL version 9.2.
Dec 29 17:31:50 somename postgresql[1802]: Could not find executables for this version.
Dec 29 17:31:50 somename postgresql[1802]: Please install the PostgreSQL server package for version 9.2.
As I found out when reading the postgres documentation, there are several ways to upgrade that database, but is seems that I need the binaries of the older version.
Question: Where can I download those binaries (which shall run on the new installed OpenSuse 13.2)?
Thanks