You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Dear Community Team,
we have to Uyuni server running with datcollate C.UTF-8 and one server with en_US.utf8.
Is there anything that needs to be corrected here?
echo "SELECT datname, datcollate, datcollversion FROM pg_database;" | mgradm support sql
11:29AM INF Starting mgradm support sql
11:29AM INF Use of this software implies acceptance of the End User License Agreement.
11:29AM INF Running podman exec -i uyuni-server /usr/bin/spacewalk-sql --select-mode -
datname | datcollate | datcollversion
-------------+------------+----------------
susemanager | en_US.utf8 | 2.43
reportdb | en_US.utf8 | 2.43
postgres | en_US.utf8 | 2.43
template1 | en_US.utf8 | 2.43
template0 | en_US.utf8 |
(5 rows)
echo "SELECT datname, datcollate, datcollversion FROM pg_database;" | mgradm support sql
11:29AM INF Starting mgradm support sql
11:29AM INF Use of this software implies acceptance of the End User License Agreement.
11:29AM INF Running podman exec -i uyuni-server /usr/bin/spacewalk-sql --select-mode -
datname | datcollate | datcollversion
-------------+------------+----------------
template0 | C.UTF-8 |
template1 | C.UTF-8 |
postgres | C.UTF-8 |
susemanager | C.UTF-8 |
reportdb | C.UTF-8 |
(5 rows)
All reactions