If needed, you can change the default port used by the database instance for the
D s platform | ||
---|---|---|
|
Warning |
---|
If you are changing the port within the database, those changes must be applied through your database system by an administrator. To limit downtime, port number changes should be done at the same time in the platform and the database. For more information, please see the documentation included with your database product. |
D s pssql port |
---|
Info |
---|
NOTE: By default, the ports for all databases are set to the default database port for PostgreSQL. For more information on the default database ports, see System Ports. |
Steps:
Stop the
. For more information, see Start and Stop the Platform.D s item item services Stop the database server.
Change the port number in the database administration console. For more information, see the product documentation provided with your database distribution.
- Start the database server. Verify that it is listening on the new port number.
Locate the following properties and modify as needed. The default PostgreSQL port number is listed below:D s config
:D s item item database Code Block "webapp.db.port" = 5432;
Jobs database:
Code Block "batch-job-runner.db.port" = 5432;
Scheduling database:
Code Block "scheduling-service.database.port" = 5432;
Time-based trigger database:
Code Block "time-based-trigger-service.database.port" = 5432;
- Save your changes and restart the platform.
- Verify that you can login and run a simple job. See Verify Operations.