Rogier Oltvoort
Rogier Oltvoort
I have the same issues when doing an inplace upgrade from PostgreSQL version 12 to 13. When triggering the inplace upgrade manually on the primary/master the upgrade seems to work...
> In our case, following seems to be problematic: > > https://github.com/zalando/postgres-operator/blob/f9150aa6db85e6b7d18553f2d104dcb7b43d69dc/pkg/cluster/majorversionupgrade.go#L92 > > --> We tried to replace "/bin/su postgres -c" with "/bin/bash -c": // result, err := c.ExecCommand(podName,...
> Something is fishy. Backup script and pg_upgrade are supposed to be called from a `postgres` user. Do you happen to run containers without root? If yes, than the fix...
> > Yes, I'm running the operator as a non root user. Like how it's setup by default. > > I am talking about Spilo Within our organization we're not...