Actions
Bug #37797
closedPostgreSQL 13 upgrade aborts when user locale doesn't match cluster locale
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
Description
# runuser -l postgres -c 'postgresql-setup --upgrade' * Upgrading database. ERROR: pg_upgrade tool failed ERROR: Upgrade failed. * See /var/lib/pgsql/upgrade_postgresql.log for details. # cat /var/lib/pgsql/upgrade_postgresql.log | tail -100 Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database user is the install user ok Checking database connection settings ok Checking for prepared transactions ok Checking for system-defined composite types in user tables ok Checking for reg* data types in user tables ok Checking for contrib/isn with bigint-passing mismatch ok Creating dump of global objects ok Creating dump of database schemas candlepin foreman postgres pulpcore template1 ok lc_collate values for database "postgres" do not match: old "en_US.UTF-8", new "en_IN.UTF-8" Failure, exiting
Actions