ikke-t / awx_pod

Ansible role to install Ansible AWX into pod using podman.
55 stars 19 forks source link

Fixes #5 Change to use sclorg postgresql #6

Closed Klaas- closed 4 years ago

Klaas- commented 4 years ago

also updates to awx 9.3, will close the other PR

it doesn't seem to be easy to switch the image for running a running awx, so this is just meant for new deployments and the updateability of those :)

during testing I noticed awx will show an error on webui after starting, but it will change to migrating after a couple of secs/minutes

ikke-t commented 4 years ago

Changes look good. What if one changes from existing installation to this one, what steps need to be taken? Is it enough to manually move the data one dir down in path, as you moved the path? And perhaps setting the auto migrate to true?

Klaas- commented 4 years ago

Data dir is not enough, i tried that. I didn't look into it deeper. My guess is it's easiest to export awx and import into new db, but I'll appreciate any suggestions. There is a lot of talk about problems with migrations, even when using same image. https://github.com/ansible/awx/issues/5214

RabbitMQ will be dropped with next release, I'll update that as soon as it's available.

Klaas- commented 4 years ago

this was merged with the awx10 update