#!/bin/bash

set -euo pipefail

echo "This is the 'stop' step for the first stage of the upgrade, so ngcp-upgrade will be stopped for now."
echo "Please follow the upgrade steps described in the handbook to continue the upgrade."
echo "First stage completed. from=${OLD_VERSION} to=${UPGRADE_VERSION} $(date +'%Y-%m-%d %H:%M:%S')" | \
  tee -a /etc/sipwise_ngcp_version
