12 lines
460 B
Plaintext

WARNING❗ This release requires adding new secrets, and will not deploy successfully without them.
Run `abra app cmd --local <domain> secrets_activerecord` to generate and store these secrets.
You will also need to add this to your config (`abra app config <domain>`):
```
SECRET_ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY_VERSION=v1
SECRET_ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT_VERSION=v1
SECRET_ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY_VERSION=v1
```