Ian Dauncey <Ian.Dauncey@xxxxxxxxxxxxxx> writes: > Currently we are running PostgreSQL 12.2 on Ubuntu 20.04.1 LTS (Kernel: Linux 5.4.0-42-generic - Architecture: s390x). > We are looking at upgrading to a later version of PostgreSQL > My question is :- What is the latest available version of PostgreSQL that will run on the above Architecture. No support has been dropped at the source level, so any PG version ought to work there. But you might have to build it yourself --- which versions are available in binary form from prebuilt repositories is a very different question. I'd try grabbing the SRPM for whichever version you want and seeing if it doesn't build on your machine. Building from SRPMs is not hard, and it's a good skill to acquire if you're using non-mainstream hardware. regards, tom lane