Issue initializing postgreSQL 13 on CentOS 7 docker

2021-02-15 Thread H
I am running postgreSQL 13 server/client successfully on my workstation but am having problems setting it up in a docker container, both running CentOS 7. I have previously run postgreSQL 9.6 successfully in docker but right now I am unable to initialize the database under pg 13. For some reason

Re: PostgreSQL 13 on CentOS 7

2021-01-05 Thread H
On 01/05/2021 08:58 PM, H wrote: > I am compiling an application that uses postgreSQL 13 and Qt 5.12. I have > built the latter from scratch and successfully linked with libraries for > postgreSQL 9.6 (the current version on CentOS 7) but have run into problems > with postgreSQL 13. The server,

PostgreSQL 13 on CentOS 7

2021-01-05 Thread H
I am compiling an application that uses postgreSQL 13 and Qt 5.12. I have built the latter from scratch and successfully linked with libraries for postgreSQL 9.6 (the current version on CentOS 7) but have run into problems with postgreSQL 13. The server, client and libs are available in the post