Andy Pfister
Andy Pfister
hi @PaulSonOfLars, would be up to try out a development build where this has been fixed? if so, which PG version do you target and which flavor (alpine / debian),...
solved with #126.
should, once MacPorts updated the build in their repositories. make take a few days ...
they did not update so far, that's why Renovate does not bring up anything. PG v17 version is not tracked right bow in our configuration. might have to change the...
could you append more of the log? I am a bit confused where this `pg_dump` is happening in the upgrade process on the new cluster notably.
I am pretty sure this is wrong. if you have multiple databases with different extensions, they would not be correctly updated with your patch as it would only target one...
ok, but I think then we should rather adjust our strategy to upgrade extensions by finding outdated ones in each database using `SELECT * FROM pg_available_extensions WHERE default_version installed_version;`.
Hi @Laptop765 did you customize the username of your Postgres super user (`POSTGRES_USER` variable) or do you run the container with a different user than root? and maybe you could...
and did you keep it in `environment` when switching to `pgautoupgrade`?
@Laptop765 what are the permissions set on `/mnt/user/appdata/databases/postgres`. I am trying to figure out if these are owned by `root` or the `postgres` user (UID usually 999).