Postgres upgrade 9.2 --> 9.3

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

Please have a look at this thread:

https://forums.opensuse.org/showthread.php/503887-PostgreSQL-tcp-ip-connection-error

Hendrik

I actually used this one.

http://www.enterprisedb.com/products-services-training/pgbindownload

However I am not happy with that kind of migration, but okay, it is the fault of the postgres programmers