Updated Beta 1.0 to new beta version, didnt set up SECRET_ENCRYPTION_KEY prior.
Is it possible to recover data? Now when I pull up the page I get 500
Internal Server Error. I saw the "When you are unable to retrieve the old key you'll need to reenter all integration secrets, as they all were encrypted with an other key." How can this be done?
Solution:Jump to solution
Start the container by setting either the
SECRET_ENCRYPTION_KEY
from the one suggested in the error message or generate one yourself with openssl rand -hex 32
. Then go to your homarr management page (profile icon -> Management) then go to integrations in sidebar5 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
@TyBot go through all your integrations at
/manage/integrations
and set there secrets again, when saving works then test connection was successfulHow do i get to the /manage/integrations?
Solution
Start the container by setting either the
SECRET_ENCRYPTION_KEY
from the one suggested in the error message or generate one yourself with openssl rand -hex 32
. Then go to your homarr management page (profile icon -> Management) then go to integrations in sidebarThank you