We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c443bd8 + 2a85d41 commit 27ea997Copy full SHA for 27ea997
share/github-backup-utils/ghe-backup-mssql
@@ -180,6 +180,9 @@ if [ -n "$backup_command" ]; then
180
ghe-ssh "$GHE_HOSTNAME" -- "$backup_command" || failures="$failures mssql"
181
bm_end "$(basename $0)"
182
183
+ # Configure the backup cadence on the appliance, which is used for diagnostics
184
+ ghe-ssh "$GHE_HOSTNAME" "ghe-config mssql.backup.cadence $GHE_MSSQL_BACKUP_CADENCE"
185
+
186
# Transfer backup files from appliance to backup host
187
appliance_dir="$GHE_REMOTE_DATA_DIR/user/mssql/backups"
188
backups=$(echo "set -o pipefail; if sudo test -d \"$appliance_dir\"; then \
0 commit comments