Skip to main content
Version: 17.0

Create Database

A new database can be created as follows:

  • Automated with SQL Server or PostgreSQL: ADONIS databases can be created automatically via the Windows Command Prompt.

  • Manually with SQL Server: ADONIS databases can be created manually using SQL Server Management Studio.

  • Manually with PostgreSQL: ADONIS databases can be created manually using pgadmin.

Detailed Instructions

For detailed instructions on how to create a database with SQL Server 2016/2017/2019/2022, refer to the database manuals in the installation package in the folder "01 Installation Manual".

For detailed instructions on how to create a database with PostgreSQL, refer to Creating a PostgreSQL Database.