Files
containers/bitnami/postgresql-repmgr/10/debian-10/rootfs/events/execs/standby_follow.sh
2021-04-08 21:07:53 +00:00

12 lines
278 B
Bash
Executable File

#!/bin/bash
# shellcheck disable=SC1090,SC1091
set -o errexit
set -o nounset
set -o pipefail
# set -o xtrace # Uncomment this line for debugging purpose
. "$REPMGR_EVENTS_DIR/execs/includes/anotate_event_processing.sh"
. "$REPMGR_EVENTS_DIR/execs/includes/unlock_primary.sh"