OMS-DB component and processes
The OMS-DB (OMS database) application component has associated component processes that are used to construct application-level processes.
The following table describes the OMS-DB component processes that IBM provides out-of-the-box:
| OMS-DB component process | Description |
|---|---|
| Back up DB Container Volumes | Backs up the application data that is stored on the data volume container to a specified location. Define the backup path as environment-level properties. |
| Deploy DB Container | Checks if the database container is running or not on a specified host. If the container is not running, the latest database container image is pulled from the privately-hosted Docker image repository and the database container is started from this image. The process also creates a data volume container to store the database data. |
| Remove DB Container | Stops the running database container and removes the container. Note: The process does not
remove the application data because the data is stored on the data volume container.
|
| Restart DB Container | Stops the running database container and starts it again, or starts a stopped database container. |