commit 5950c03fe0e952be9e88a0fd8167f85dd2d13623
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Aug 17 15:25:02 2022 -0500
fix: tftp header fix
M go.mod
M go.sum
commit f4a53d84eb0cf1276af2df8e73c249e723e7d5ca
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Aug 2 09:58:35 2022 -0500
fix(dr-waltool): Fix cert permission errors and missing ha-state.json
dr-waltool was breaking incremental backups via overly restrictive permissions
on the backed-up server certs, and we were not backing up the ha-state.json.
Fix these issues, and disallow taking a backup into a local format that cannot be
read by the version of server being backed up.
M cmds/dr-waltool/waltool.go
M datastack/stack_test.go
End of Note