-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation & Migration to Podman 2024.8 => 2024.12 - FATAL: Ident authentication failed for user "pythia_susemanager" #9619
Comments
I have the same problem. Trying to migrate data from 2024.08 (Leap 15.5) to 2024.12 (Leap Micro 5.5).
I would like to know the recommended way to get past this. I have tried the suggestions in #9268 about /var/lib/pgsql/data/pg_hba.conf, but the changes just lead to different error messages in earlier stages. After failed try I did
which got me past the error I also tried to execute What would be a simple test to rerun the migration with a minimal and known good pga_hb.conf and try to fix the problem? I have a snapshot, but it takes several days if I have to start from the beginning as there are several terabytes of data on a slow disk so if possible, I would just like to rerun the final migration with a working config. Additional information Hosts have both IPv4 and IPv6 addresses. |
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: