Filip Januš
Filip Januš
At RPM level, we also have the Dump and Restore upgrade approach. It should also work for containers. More about [here](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_and_using_database_servers/using-postgresql_configuring-and-using-database-servers#dump-and-restore-upgrade_migrating-to-a-rhel-9-version-of-postgresql). Would it be suitable workaround for your use-case?
Since we do not support in-place upgrades for images greater than centos7, as you mentioned, the container would need a couple of changes. This would lead to an increase in...
> Looks like the docs at least were removed in [e773fe8](https://github.com/sclorg/postgresql-container/commit/e773fe833d57d8df51dfbdfed355d62e185ff2ff) > > @hhorak do you have more details around why in-place upgrade was removed? Would something like @eifrach's patch...
[test]
[test]
@phracek I see [FAILED] for 'postgresql-container_tests' run_master_restart_test (00:01:14)
The investigation in https://github.com/sclorg/postgresql-container/pull/503 leads me to the conclusion. Added functionality works as expected, and it's proven by passing all tests except RHEL8. Logging to stderr also should work in...
[test]
It seems that `master_restart_test` randomly fails. Since it isn't related to this PR, could we merge it @hhorak @zmiklank? I would prefer to fix the failing test in a separate...