Replies: 2 comments 3 replies
-
just a note. the source postgres container data dir was a https://hub.docker.com/r/bitnami/postgresql container |
Beta Was this translation helpful? Give feedback.
0 replies
-
so it turns out the bitnami data folder doesnt contain a postgres.conf file or a pg_hba file. they move those elsewhere and are customised. sigh |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any ideas of next troubleshooting step?
Ive confirmed all the files in /srv/appname/data/postgres are owned by uid 1001. ive tried the 10-14 image and it was the same error
Ive also tried adding "data" to the volume mounts but the same issue occurs, if i put in an incorrect path it warns that it cant find the PG_VERSION file, so its definitely seeing the data:
Beta Was this translation helpful? Give feedback.
All reactions