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
running "mgradm migrate podman uyuni.filmakademie.de" leads to an error:
2:31PM ??? Starting Postgresql...
2:31PM ??? 2025-01-13 14:31:20.727 CET [43]LOG: redirecting log output to logging collector process
2025-01-13 14:31:20.727 CET [43]HINT: Future log output will appear in directory "log".
2:31PM ??? Reindexing database. This may take a while, please do not cancel it!
2:33PM ??? REINDEX
2:33PM ??? Schema update...
2:33PM ??? report_db_host = localhost
2:33PM ??? psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: Ident authentication failed for user "pythia_susemanager"
I saw and read some other issue reports e.g. #9268 but got lost and very confused ... e.g. do I have to restart the source (old) uyuni postgres server or not?
If I have to change the pg_hba.conf what are the generic settings, what are my environment settings?
May I restart the migration or do I really have to clean all new repo date (in my case 1.2 TB) ? Or can I proceed (sort of retry/rerun) with the current state?
mgradm --version
mgradm version 5.1.4 (Master 3640be2)
The old server is running postgres (PostgreSQL) 14.13
Thanks and regards for suggestions and help!
The text was updated successfully, but these errors were encountered:
greinickfa
changed the title
Installation / Migration to Podman - FATAL: Ident authentication failed for user "pythia_susemanager"
Installation & Migration to Podman 2024.8 => 2024.12 - FATAL: Ident authentication failed for user "pythia_susemanager"
Jan 16, 2025
Problem description
running "mgradm migrate podman uyuni.filmakademie.de" leads to an error:
2:31PM ??? Starting Postgresql...
2:31PM ??? 2025-01-13 14:31:20.727 CET [43]LOG: redirecting log output to logging collector process
2025-01-13 14:31:20.727 CET [43]HINT: Future log output will appear in directory "log".
2:31PM ??? Reindexing database. This may take a while, please do not cancel it!
2:33PM ??? REINDEX
2:33PM ??? Schema update...
2:33PM ??? report_db_host = localhost
2:33PM ??? psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: Ident authentication failed for user "pythia_susemanager"
Steps to reproduce
Follow the doc from https://www.uyuni-project.org/uyuni-docs/en/uyuni/installation-and-upgrade/container-deployment/uyuni/migrate-uyuni-to-a-container.html
Uyuni version
Migrating from 2024.8 => 2024.12
Uyuni proxy version (if used)
No response
Useful logs
Additional information
I saw and read some other issue reports e.g. #9268 but got lost and very confused ... e.g. do I have to restart the source (old) uyuni postgres server or not?
If I have to change the pg_hba.conf what are the generic settings, what are my environment settings?
May I restart the migration or do I really have to clean all new repo date (in my case 1.2 TB) ? Or can I proceed (sort of retry/rerun) with the current state?
mgradm --version
mgradm version 5.1.4 (Master 3640be2)
The old server is running postgres (PostgreSQL) 14.13
Thanks and regards for suggestions and help!
The text was updated successfully, but these errors were encountered: