From 8715fbaeab66b5751b7cb202ac1718079c4edda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Thu, 21 Nov 2024 11:30:56 +0100 Subject: [PATCH 1/2] Update postgresqlcheck.py Improve the report to clarify the upgrade path for already upgraded PostgreSQL --- .../actors/postgresqlcheck/libraries/postgresqlcheck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py index 42519aaf16..68997ef40d 100644 --- a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py +++ b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py @@ -7,8 +7,9 @@ report_server_inst_summary = ( 'PostgreSQL server component will be upgraded. Since RHEL-9 includes' ' PostgreSQL server 13 by default, which is incompatible with 9.6, 10 and 12' - ' included in RHEL-8, it is necessary to proceed with additional steps' + ' included in RHEL-8, in those cases, it is necessary to proceed with additional steps' ' for the complete upgrade of the PostgreSQL data.' + 'If the database has already been upgraded, then no further actions are required.' ) report_server_inst_hint = ( From bd214049fa05fb0d8c2712d37a39a0cd38c47094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Thu, 21 Nov 2024 11:39:08 +0100 Subject: [PATCH 2/2] Update repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petr Stodůlka --- .../actors/postgresqlcheck/libraries/postgresqlcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py index 68997ef40d..eefe583b3f 100644 --- a/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py +++ b/repos/system_upgrade/el8toel9/actors/postgresqlcheck/libraries/postgresqlcheck.py @@ -9,7 +9,7 @@ ' PostgreSQL server 13 by default, which is incompatible with 9.6, 10 and 12' ' included in RHEL-8, in those cases, it is necessary to proceed with additional steps' ' for the complete upgrade of the PostgreSQL data.' - 'If the database has already been upgraded, then no further actions are required.' + 'If the database has already been upgraded, meaning the system is already using PostgreSQL 13, then no further actions are required.' ) report_server_inst_hint = (