Where does "SECRET_ENCRYPTION_KEY" get used/saved? Is it part of db.sqlite?
I was just wondering if it would be safe to copy/replace the db.sqlite file to other machines that had a plain homarr install done on them . I am assuming if you did that the encryption key would be identical on each of those machines. Also all of the user accounts/passwords in homarr would also be copied.
Solution:Jump to solution
It is not saved, so you'll need to use the same one for copies. It is used to encrypt secrets like api key and password from integrations
3 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?
Solution
It is not saved, so you'll need to use the same one for copies. It is used to encrypt secrets like api key and password from integrations
Ok. Thanks for the extra info.