Configure your database

All data, ranging from your configuration, apps, and application data, is kept in Neptune DXP - Open Edition database. By default, the embedded SQLite database is configured and used.

The data from your previously installed Neptune DXP - Open Edition database is deleted during the installation process of the new Neptune DXP - Open Edition version. Perform the following steps to avoid deletion of your data:
  1. Configure your database in Settings > System > Database.

  2. Restart Neptune DXP - Open Edition.

  3. Continue with further configurations.

PostgreSQL

  1. Create a new database.

  2. Create the planet9 schema.

CREATE DATABASE planet9;

CREATE SCHEMA planet9;

On initialization, Neptune DXP - Open Edition creates all the needed tables under this schema. There are no further preconditions for using the SQLite database.