Connect the database

When you create your Azure Database for the PostgreSQL server, a default database named Postgres is created. In this topic, you learn how to connect your database to Neptune DXP - Open Edition.

Prerequisites

  • Your Postgres database setup is complete.

  • To connect to your database server, you need the following:

    • Full server name

    • Port number

    • Admin login credentials

      You can find the login information on the server Overview page.

Procedure

  1. In the Cockpit, go to Settings and click System Settings.

  2. Click Database and edit the following:

    Username

    Type the username for the server administrator that you provided when you created the Azure Database for PostgreSQL Server.

    Port

    Enter the port to use when you connect to the Azure Database for PostgreSQL server.

    Database

    The default database name generated by the system for the first connection.

    URI

    Enter the URL. Example: postgres://myadmin:mypwd@mydemoserver.postgres.database.azure.com:5432/mydemoserver

  3. Click Save.

  4. Restart the application.

Result

  • You have configured your database and connected it to Neptune DXP - Open Edition.