How to Build a Cluster Database and Create Repository

Before you start using the Centerprise server, a repository must be set up. Centerprise supports SQL Server and PostgreSQL for building cluster databases, which can then be used for maintaining the repository. The repository is where job logs, job queues, and schedules are kept.

To see these options, go to Server > Configure > Step 1: Build repository database and configure server.

1575457949479

The first step is to point to the SQL Server or PostgreSQL instance where you want to build the repository and provide the credentials to establish the connection.

1575458095282

Note: Centerprise will not create the database itself, just the tables. A database will have to be created beforehand or an existing database can be used. We recommend Centerprise to have its own database for this purpose.

Building a Repository on SQL Server

  1. Go to Server > Configure > Step 1: Build repository database and configure server.
  2. Select SQL Server from the Data Provider drop-down list and provide the credentials for establishing the connection.
  3. From the drop-down list next to the Database option, select the database on the SQL instance where you want to host the repository.

1575461315931

4. Click Test Connection to test whether the connection is successfully established or not. You should be able to see the following message if the connection is successfully established.

../_images/mceclip2.png

5. Click OK and the following message will appear. Select Yes to proceed.

1575462133972

6. Following message will appear, which will indicate that the repository is successfully built.

1575462314518

The next step is to log in using your credentials.

Building a Repository on PostgreSQL

  1. Go to Server > Configure > Step 1: Build repository database and configure server.
  2. Select PostgreSQL from the Data Provider drop-down list and provide the credentials for establishing the connection.
  3. From the drop-down list next to the Database option, select the database on the PostgreSQL instance where you want to host the repository.

1575462020750

4. Click Test Connection to test whether the connection is successfully established or not. You should be able to see the following message if the connection is successfully established.

../_images/mceclip4.png

5. Click OK and the following message will appear. Select Yes to proceed.

1575462133972

6. Following message will appear, which will indicate that the repository is successfully built.

1575462314518

The next step is to log in using your credentials.

Read: License Model in Centerprise 8