-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Include git-hook regeneration in restore documentation #8181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8181 +/- ##
==========================================
+ Coverage 41.83% 41.84% +<.01%
==========================================
Files 482 482
Lines 64613 64613
==========================================
+ Hits 27033 27035 +2
+ Misses 34109 34107 -2
Partials 3471 3471
Continue to review full report at Codecov.
|
Co-Authored-By: guillep2k <[email protected]>
Co-Authored-By: guillep2k <[email protected]>
Suggestions added. Using |
Of course you're right, but in a migration guide I think it's better to play safe for the reasons you mention. |
This PR is to include the git-hook regeneration command to the
restore
section of theBackup and Restore
guide.When migrating to a different installation method (eg. binary -> Docker), there is currently no mention of needing to regenerate git-hooks, causing
push
actions to fail on the new installation.