How to move out an internal database that is running on the controller node to an external database in the Ansible Automation Platform?

Solution Verified - Updated -

Issue

The performance of the automations can be impacted by a controller node running an internal database in the Ansible Automation Platform:

$ cat inventory

[automationcontroller]
old-controller-node.example.com

[automationhub]
old-hub-node.example.com

[database]
~ empty ~ # internal database running on controller node

[all:vars]
...

pg_host='' # internal database running on controller node
pg_port=5432

...

automationhub_pg_host='old-controller-node.example.com' # internal database on controller node
automationhub_pg_port=5432

Environment

  • Red Hat Ansible Automation Platform (AAP)
    • 2.3
    • 2.4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content