Just being curious if you use PostgreSQL in Fedora Server, if yes, according with your experience, how it was installed by your side?. I am doing this question due the following
In the official page of PostgreSQL exists the following page:
Note: due to the shorter support cycle on Fedora, all supported versions of PostgreSQL are not available on this platform. We do not recommend using Fedora for server deployments
Is possible select since Fedora Server 41 to 43 but the bold message is a concern
Where the latter indicates
Which version of PostgreSQL you get will depend on the version of the distribution:
And for example Fedora Server 41 does not appear, so is mandatory do an upgrade of the OS itself
Pretty much all server-related things I have done recently, I have done with containers and not with RPM packages. When you run an application, it may have a particular requirement for its database, and containers and tags is what allows you to satisfy these requirements independent of whatever distro you are using.
For example, depending on your needs, you can choose to run
docker.io/postgres:18,
docker.io/postgres:17-trixie,
docker.io/postgres:17-bookworm,
or even something as specific as docker.io/postgres:16.10-alpine3.22.