-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
el8toel9: PostgreSQL upgrade warning even when using PostgreSQL 13 on EL8 #1183
Comments
Discussed with database team, the report is still wanted, as one of actions prior the upgrade (in general) is the complete backup of the system. In case of databases, it's better to have the warning still present so users have the backup of their data (ideally, dump of current database). So in case of any issues, they can recover it. The way here would an update of the text, so people are aware that possibly they will not need to recover the database after the upgrade, but they should still be informed the dump is recommended anyway. |
Hello, The message can certainly be improved since RH Satellite 6.16 on RHEL 8 comes with pg 13 and when leapping it, We don't need to do any manual db migration. So we can say this i.e.
or something similar. Or else , specifically for satellite, if someone notes the instructions down and soon after upgrade and reboot, they stop postgres service in an attempt to upgrade it, It will cause a fatal error for the leapp_resume step that happens in case of satellite\capsules. |
discussed with the database team, the report is going to be modified by #1315 - please take a look |
Actual behavior
When upgrading an EL8 system with PostgreSQL 13 installed, a warning is issued that manual steps are required when on EL9. This is however not correct, as EL9 also ships PostgreSQL 13 by default and the upgrade "just works"
To Reproduce
Steps to reproduce the behavior
Expected behavior
Given that I am already on PostgreSQL 13, I would expect not to see the PostgreSQL warning (by checking the version of the
postgresql-server
package and only emitting the above warning if it's not 13.x).Continuing with the upgrade, ignoring this warning, indeed produces a system with a working PostgreSQL 13 from EL9 running.
System information (please complete the following information):
leapp-repository is v0.20.0 plus my CentOS patches (evgeni#2)
The text was updated successfully, but these errors were encountered: