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 upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.


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.