getDatabaseConfiguration
setDatabaseConfiguration
Sets the database configuration on the server. If the server is in bootstrap mode, these changes take effect immediately and the server attempts to start. If the server is already running, these changes have no effect until the server is restarted.
If you are replacing the database you are currently using, you must restart the CloudBees Flow server after configuring the new database you want to use. |
CloudBees Flow assigns default values to the following three arguments that are derived from information you enter for the arguments below. The values for these arguments can be viewed in the XML response for getDatabaseConfiguration
. You should not need to change these values, but "customDatabase" arguments may be used to override CloudBees Flow default values. Contact CloudBees Customer Support for assistance with using these arguments:
customDatabaseDialect
customDatabaseDriver
customDatabaseUrl
.
Arguments | Descriptions | ||
---|---|---|---|
customDatabaseDialect |
Class name of the Hibernate dialect (advanced use only . The server chooses an appropriate dialect based on the Argument Type: String |
||
customDatabaseDriver |
Class name of the JDBC driver ( advanced use only . The server chooses an appropriate driver based on the Argument Type: String |
||
customDatabaseUrl |
The JDBC to use ( advanced use only . The server composes an appropriate URL). Argument Type: String |
||
databaseName |
The name of the database that you want the CloudBees Flow server to use. The default is commander . Argument Type: String |
||
databaseType |
The type of database that you want the CloudBees Flow server to use. Supported database types are: The default is builtin . Argument Type: DatabaseType |
||
hostName |
The domain name or IP address of the host server machine where the database is running. Argument Type: String |
||
ignorePasskeyMismatch |
< Boolean flag—
Argument Type: Boolean |
||
ignoreServerMismatch |
< Boolean flag— Argument Type: Boolean |
||
password |
The password required to access the database.
Argument Type: String |
||
port |
The port number used to access the database. The default is the server port default. Argument Type: String |
||
preserveSessions |
< Boolean flag— Argument Type: Boolean |
||
userName |
The name of the user required to access the database. Argument Type: String |
ectool
syntax: ectool setDatabaseConfiguration <specify configuration values> [optionals]