Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install a PostgreSQL database to OpenShift #25

Open
computate opened this issue Sep 8, 2020 · 0 comments
Open

Install a PostgreSQL database to OpenShift #25

computate opened this issue Sep 8, 2020 · 0 comments

Comments

@computate
Copy link
Member

As a team, install a PostgreSQL database to OpenShift using the catalog.

  • Login to your OpenShift environment here: https://api.rh-us-east-1.openshift.com
  • Open the project named: southerncoalition
  • Click [ Browse Catalog ]
  • Search for: postgresql
  • Select: PostgreSQL
  • Click [ Next > ] to continue
  • For the "PostgreSQL Connection Username", use the POSTGRES_DB_USER value that your team came up with in your openshift ansible vault
  • For the "PostgreSQL Connection Password", use the POSTGRES_DB_PASSWORD value that your team came up with in your openshift ansible vault
  • For the "PostgreSQL Database Name", use the POSTGRES_DB_NAME value that your team came up with in your openshift ansible vault
  • For other values, you can leave them as the default, then click [ Create ]
  • Verify that the output is correct, then click [ Close ]
  • Click [ Overview ] to verify that the PostgreSQL pod is running correctly.
  • Click on the pod, then click the "Terminal" tab. Verify that the database was created with the following command and entering the password:
psql -U $POSTGRESQL_USER -W $POSTGRESQL_DATABASE
\q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant