Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCheck External PostgreSQL Server Version Before Proceeding with Install/Upgrade #6962
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


ISSUE TYPE
SUMMARY
When installing/upgrading AWX, an user is requesting that a check be done on external PostgreSQL servers to ensure that the system requirements are being followed. In later releases of AWX, PostgreSQL 10 is now required (https://github.com/ansible/awx/blob/devel/INSTALL.md#system-requirements), instead of PostgreSQL 9.6, which was used up to 11.0.0 (https://github.com/ansible/awx/blob/11.0.0/INSTALL.md).
EXAMPLE:
SELECT version();).Currently, if you have an AWX-based system that uses an external PostgreSQL 9.6 server and perform an upgrade to a release that requires PostgreSQL 10, the setup playbook won't interfere and permits the upgrade.