leapp-repository/SOURCES/0052-Update-repos-system_upgrade-el8toel9-actors-postgres.patch
eabdullin 1377bbc817 Import from CS git
(cherry picked from commit c60931c8ff)
2025-01-23 12:06:22 +02:00

31 lines
1.5 KiB
Diff

From 724e0527f394f06f1bcbef42d6b3384d29b672f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Janu=C5=A1?= <fjanus@redhat.com>
Date: Thu, 21 Nov 2024 11:39:08 +0100
Subject: [PATCH 52/53] 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 <xstodu05@gmail.com>
---
.../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 68997ef4..eefe583b 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 @@ report_server_inst_summary = (
' 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 = (
--
2.47.1