Skip to content

Commit 09e690f

Browse files
committed
Add details how to enable Actions in new appliance
1 parent 9f83a84 commit 09e690f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ghe-restore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ fi
258258
if [ -d "$GHE_RESTORE_SNAPSHOT_PATH/mssql" ] || [ -d "$GHE_RESTORE_SNAPSHOT_PATH/actions" ]; then
259259
if ! ghe-ssh "$GHE_HOSTNAME" -- 'ghe-config --true app.actions.enabled'; then
260260
echo "Error: $GHE_HOSTNAME must have GitHub Actions enabled before restoring since the snapshot contains Actions data. Aborting." 1>&2
261+
echo "Setup details for enabling Actions can be found here: https://docs.github.com/en/[email protected]/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled" 1>&2
261262
exit 1
262263
fi
263264
fi

0 commit comments

Comments
 (0)