This commit is contained in:
Bernhard Radermacher
2026-02-17 08:07:53 +01:00
parent 95ec2aa1d8
commit bdaedf2e71
37 changed files with 6767 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purposes
# shellcheck disable=SC2154
echo "$header Unlocking standby..."
rm -f "$REPMGR_STANDBY_ROLE_LOCK_FILE_NAME"