3.10.6. Configuring Satellite to use External Databases
Use the satellite-installer command to configure Satellite to connect to external MongoDB and PostgreSQL databases.
Prerequisites
- You have installed and configured MongoDB and PostgreSQL databases on a Red Hat Enterprise Linux server.
Procedure
To configure the external databases for Satellite, enter the following command:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify the status of the databases:
For PostgreSQL, enter the following command:
satellite-maintain service status --only postgresql
# satellite-maintain service status --only postgresqlCopy to Clipboard Copied! Toggle word wrap Toggle overflow For MongoDB, enter the following command:
satellite-maintain service status --only rh-mongodb34-mongod
# satellite-maintain service status --only rh-mongodb34-mongodCopy to Clipboard Copied! Toggle word wrap Toggle overflow