Replies: 1 comment
-
| for the user, workaround from #49 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
-
| for the user, workaround from #49 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to migrate from Postgres v14 to v15
The default user was different; the db is expected to start with POSTGRES_USER. This is causing issues to test pgbench (at least)
This is causing a problem (I guess) when I run:
The logs are:
I confirm that the file exists:
I guess there is a permission issue.
the old folder is owned by 999:0 (with drwx------)
Is there a way to enforce the uid for the upgrade process?
Beta Was this translation helpful? Give feedback.
All reactions