DeploymentServerDatabaseSchemaVersionStatus

Status of an App Orchestration configuration server with respect to the current database schema version.

Values

NameDescription
Current

The server binaries expect to use the current version of the database schema.

Newer

The server binaries are at a newer version than the database schema. The server will not accept API calls, other than the POST Deployment/UpgradeDatabase API.

Older

The server binaries are at an older version than the database schema. The server will not accept API calls. Upgrade the server binaries to allow it to resume functioning.

Error

An error occurred when checking the server's database schema upgrade status.