Every single command works without any errors.
The DB is active and looks the same like in old AWX installation.
Do you have a better functionally way to import the DB or any tips how i can solve the problem?
PostgreSQL Database directory appears to contain a database; Skipping initialization
2021-06-25 11:56:21.476 UTC [1] LOG: starting PostgreSQL 12.7 (Debian 12.7-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2021-06-25 11:56:21.484 UTC [1] LOG: listening on IPv4 address “0.0.0.0”, port 5432
2021-06-25 11:56:21.484 UTC [1] LOG: listening on IPv6 address “::”, port 5432
2021-06-25 11:56:21.490 UTC [1] LOG: listening on Unix socket “/var/run/postgresql/.s.PGSQL.5432”
2021-06-25 11:56:21.549 UTC [26] LOG: database system was shut down at 2021-06-25 11:54:56 UTC
2021-06-25 11:56:21.605 UTC [1] LOG: database system is ready to accept connections
Okay, now i think a find the issue.
The logs says:
awx.main.utils.encryption Failed to decrypt Setting(pk=21).value; if you’ve recently restored from a database backup or are running in a clustered environment, check that your SECRET_KEY value is correct
Thanks for the hint, in my case AWX has many integration with other systems, if I do AWX export & import, will the job template be created with same way, otherwise all API calls coming from other systems to trigger AWX will fail.
Another point, wil awx export do it for credentials as well ?