Migrate Secret Encryption Key
In the release v1.0.0-beta.10 we introduced a newly required env variable SECRET_ENCRYPTION_KEY.
This key is used to encrypt sensitive data in the database.
Before this release, the key was generated automatically and stored in the anonymous volume /secrets.
Because of the deletion of anonymous volumes between updates, by some installation methods, we decided to move this key to an environment variable.
