Hi All,
I was testing the latest AWX 10.0.0 and getting stuck at the following migration screen. I have tried cleaning everything and re-installing but not getting past the following.
Can anyone please suggest a fix for this?
Hi All,
I was testing the latest AWX 10.0.0 and getting stuck at the following migration screen. I have tried cleaning everything and re-installing but not getting past the following.
Can anyone please suggest a fix for this?
I am getting the same thing going from 9.3.0 to 10.0.0 . I am seeing this in postgres:
2020-04-07 17:40:35.754 UTC [995] ERROR: column main_instance.ip_address does not exist at character 82
2020-04-07 17:40:35.754 UTC [995] STATEMENT: SELECT “main_instance”.“id”, “main_instance”.“uuid”, “main_instance”.“hostname”, “main_instance”.“ip_address”, “main_instance”.“created”, “main_instance”.“modified”, “main_instance”.“last_isolated_check”, “main_instance”.“version”, “main_instance”.“capacity”, “main_instance”.“capacity_adjustment”, “main_instance”.“enabled”, “main_instance”.“managed_by_policy”, “main_instance”.“cpu”, “main_instance”.“memory”, “main_instance”.“cpu_capacity”, “main_instance”.“mem_capacity” FROM “main_instance” WHERE “main_instance”.“hostname” = ‘awx’ ORDER BY “main_instance”.“hostname” ASC LIMIT 1
They have been doing so well with migrations in the last dozen or so releases…
– Matt Haught
Hello,
i’v had the same issue installing on docker,
the last thing i do after the compose is done is to restart docker, after that is done, the entire thing just works, not sure why.
Br Sebastian Thörn