You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ $ac_db_ghe-gt 0 &&$ac_db_snapshot-eq 0 ]];then
274
+
echo"Error: $GHE_HOSTNAME contains ArtifactCache databases but no ArtifactCache databases are present in snapshot. Aborting"1>&2
275
+
echo"Please delete ArtifactCache databases from $GHE_HOSTNAME and retry"1>&2
276
+
echo"Steps to delete ArtifactCache databases can be found here: https://docs.github.com/en/enterprise-server@$RELEASE_VERSION/admin/github-actions/advanced-configuration-and-troubleshooting/deleting-artifact-cache-databases"1>&2
277
+
exit 1
278
+
fi
279
+
else
270
280
echo"Error: $GHE_HOSTNAME must have GitHub Actions enabled before restoring since the snapshot contains Actions data. Aborting."1>&2
271
281
echo"Setup details for enabling Actions can be found here: https://docs.github.com/en/enterprise-server@$RELEASE_VERSION/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled"1>&2
0 commit comments