docs: add link to migrations page from faq (#2686)

pull/2698/head^2
Shadow 2021-12-09 18:44:40 +11:00 committed by GitHub
parent 0d1895914d
commit f05f9cf12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ This question is solved
The reason for using only the private key here is that one is able to calculate the public key easily from the private The reason for using only the private key here is that one is able to calculate the public key easily from the private
key (`openssl rsa -in rsa.key -pubout > rsa.pem`). key (`openssl rsa -in rsa.key -pubout > rsa.pem`).
## My installation broke after updating. What do I need to fix?
Check the [migration log](https://www.authelia.com/docs/configuration/migration.html) for any steps you need to follow. It's a good idea to consult this prior to running an update.