File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,4 +69,11 @@ restore-secret "Actions secondary encryption cert thumbprint" "actions-secondary
69
69
restore-secret " Actions service principal cert" " actions-service-principal-cert" " secrets.actions.ServicePrincipalCertificate"
70
70
restore-secret " Actions SPS validation cert thumbprint" " actions-sps-validation-cert-thumbprint" " secrets.actions.SpsValidationCertThumbprint"
71
71
72
+ # Setup the database logins.
73
+ ghe_verbose " * Restoring database logins and users to $host ..."
74
+
75
+ ghe-ssh -p " $port " " $host " -- ghe-actions-console -s mps -c " Repair-DatabaseLogins"
76
+ ghe-ssh -p " $port " " $host " -- ghe-actions-console -s token -c " Repair-DatabaseLogins"
77
+ ghe-ssh -p " $port " " $host " -- ghe-actions-console -s actions -c " Repair-DatabaseLogins"
78
+
72
79
bm_end " $( basename $0 ) "
Original file line number Diff line number Diff line change
1
+ ghe-fake-true
You can’t perform that action at this time.
0 commit comments