how to modify env

This commit is contained in:
val
2025-06-14 15:51:13 +02:00
parent dec5d0f89a
commit 7b07178bb1

View File

@ -11,6 +11,15 @@ If desired to change the db-password, I recommend to do try it after migrating a
abra app secret insert $APP db_password v1 ghost
abra app secret insert $APP smtp_password v1 your_smtp_password
and adapt your env:
add
SECRET_DB_PASSWORD_VERSION=v1
SECRET_SMTP_PASSWORD_VERSION=v1
delete mysql and smtp-password env.
## 2. migrate your MySQL database from 5.7 to 8.0
Recipe updates MySQL version from 5.7 to 8.0 as it is the only supported version of ghost:
https://ghost.org/docs/faq/supported-databases/