Skip to main content

External Database

Microsoft Azure can supply a PostgreSQL database, to set up such an external database there are a couple of options.
Any of them will work as long as it is a supported PostgreSQL version.

Below are some steps to set up a separate PostgreSQL server.

Creating the Database Service

Start by logging into your Azure account on https://azure.microsoft.com/

Search for PostgreSQL and select Azure Database for PostgreSQL servers:

PostgeSQL

Click on Create:

PostgeSQL

Configure the database server:

  • Give the server a name, example nomadeskdb
  • Select service type LoadBalancer
  • Enter a port, example 30000
  • Create an Administrator account Do NOT use nomadesk as a username, this is a user that will be automatically created and used in the software

PostgeSQL