Skip to content
Snippets Groups Projects
  • Sheogorath's avatar
    6cf1dce0
    feat(postgres): Add cluster-wide automatic backup for all databases · 6cf1dce0
    Sheogorath authored
    This patch should provide an automated backup for all postgresql
    clusters in the cluster. This implementation is less than ideal, due to
    technical sharing of backups among all namespaces, but for now, it's
    better than no backup. There will be further work on separating these
    backups, but it is what it is for now.
    6cf1dce0
    History
    feat(postgres): Add cluster-wide automatic backup for all databases
    Sheogorath authored
    This patch should provide an automated backup for all postgresql
    clusters in the cluster. This implementation is less than ideal, due to
    technical sharing of backups among all namespaces, but for now, it's
    better than no backup. There will be further work on separating these
    backups, but it is what it is for now.