BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
42 stars 56 forks source link

Updated base template for OCP4, documentation. #75

Closed esune closed 3 years ago

esune commented 3 years ago
  1. Templates have been migrated to using YAML, for consistency with other projects under the BCDevOps organization.
  2. Updated build configuration to re-enable building containers different than Postgres.
  3. Updated deployment configurations to include starter set of NetworkSecurityPolicies.
  4. Updated deployment configurations to use labeling to group backup-container instances together, by default. This will allow several instances of the backup-container (e.g.: Postgres, SQL Server, MariaDB, MongoDB) to be grouped under the same backup-container app in OpenShift.
  5. Added MariaDB example to default backup.conf.

Some notes:

I have an instance (MariaDB) up and running, but additional testing and input is welcome.

@WadeBarnes