Hi Team,
As the PostgreSQL version has been updated to 17 from 13 in the .env.example file, the DB container keeps on restarting and throwing the below error in the docker logs. When i updated the POSTGRES_VERSION to 13 and recreated the docker container, it works fine.
FATAL: database files are incompatible with server
The data directory was initialized by PostgreSQL version 13, which is not compatible with this version 17.8
Hi Team,
As the PostgreSQL version has been updated to 17 from 13 in the
.env.examplefile, the DB container keeps on restarting and throwing the below error in the docker logs. When i updated thePOSTGRES_VERSIONto 13 and recreated the docker container, it works fine.