How to move out an internal database that is running on the controller node to an external database in the Ansible Automation Platform?
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.