puppet-pgprobackup

Automated pg_probackup

Downloads
3.7K
Stars
2
Committers
1
puppet-pgprobackup - v2.0.2 Latest Release

Published by deric 4 months ago

  • require stdlib > 9.1.0 in order to support passing undef to fqdn_rand_string as 2nd arg
puppet-pgprobackup - v2.0.0

Published by deric 4 months ago

  • Use prefixed Puppet 4.x functions
  • Puppet 8 compatible
  • BC stdlib >= 9 required

Full Changelog

puppet-pgprobackup - v1.3.1

Published by deric 7 months ago

  • Optionally mangage grants
  • Support all Postgresql version >= 10

Full Changelog

puppet-pgprobackup - v1.2.0

Published by deric 9 months ago

  • Refactor GPG key usage for apt
  • Use namespaced function postgresql::postgresql_password

Full Changelog

puppet-pgprobackup - v1.1.0

Published by deric 10 months ago

  • Fixed invalid common.yaml
  • Support puppetlabs-postgresql 10.x
  • Fix upper bounds for dependencies

Full Changelog

puppet-pgprobackup - v1.0.0

Published by deric about 1 year ago

  • Puppet 8 compatibility
  • Removed legacy facts

Full Changelog

puppet-pgprobackup - v0.5.0

Published by deric over 2 years ago

Full Changelog

Added

puppet-pgprobackup - v0.4.1

Published by deric over 2 years ago

Include support for changing binary path

puppet-pgprobackup - v0.4.0

Published by deric over 2 years ago

v0.4.0 (2022-05-04)

Full Changelog

Added

  • Support custom backup binary #7 (deric)
  • [BC] Support grouping backups by cluster name #5 (deric)

Fixed

  • Fix importing ssh host keys #6 (deric)
puppet-pgprobackup - v0.3.1

Published by deric over 2 years ago

  • Support Sensitive type
  • Support changing remote-port and remote-user
  • Lookup postgresql version
puppet-pgprobackup - v0.3.0

Published by deric over 2 years ago

Breaking Changes

  • Modified backups format, instead of using following backups schedule:
pgprobackup::instance::backups:
  FULL:
    weekday: 5
  DELTA:
    weekday: [0-4,6]

add a top level key specifying target catalog server common:

pgprobackup::instance::backups:
  common:
    FULL:
      weekday: 5
    DELTA:
      weekday: [0-4,6]

Features

  • Support backing up DB to multiple backup catalogs
  • Stronger types checking
  • Allows different configuration per backup type
Package Rankings
Top 32.26% on Forge.puppet.com
Badges
Extracted from project README
Puppet Forge Static & Spec Tests