HomeFreeBSD

sysutils/zrepl: Update to 0.1.1

Description

sysutils/zrepl: Update to 0.1.1

Changes this release:

https://zrepl.github.io/v0.1.1/changelog.html

WARNING - BREAKING CHANGES WITH THE ZREPL 0.1.X RELEASE:
There are a number of breaking changes this release. To ensure zrepl
continues to function correctly, ensure you read the changelog, and then
perform the following on both sides of the replication:

  • Stop the zrepl service: # service zrepl stop
  • Upgrade the zrepl package: # pkg upgrade zrepl
  • Modify the zrepl config: # vi /usr/local/etc/zrepl/zrepl.yml
  • Check the configuration: # service zrepl configtest
  • Start the zrepl service: # service zrepl start
  • Monitor the zrepl service: # zrepl status

DANGER - SNAPSHOT PRUNING REQUIRES EXPLICIT KEEP RULES:
For any ZFS snapshot that you want to keep, at least one rule must match. This
is different from previous releases where pruning only affected snapshots with
the configured snapshotting prefix. Make sure that snapshots to be kept or
ignored by zrepl are covered, e.g. by using the regex keep rule.
This also applies to snapshots taken by means other than zrepl (e.g. manually).

PR: 237667
Submitted by: Michael Zhilin (mizhka@gmail.com)
Differential Revision: https://reviews.freebsd.org/D20095

Details

Provenance
woodsb02Authored on
Differential Revision
D20095: [sysutils/zrepl] update to 0.1.1
Parents
rP503473: Fix build with recent perl5-devel.
Branches
Unknown
Tags
Unknown