how to modify env
This commit is contained in:
@ -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 db_password v1 ghost
|
||||||
abra app secret insert $APP smtp_password v1 your_smtp_password
|
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
|
## 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:
|
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/
|
https://ghost.org/docs/faq/supported-databases/
|
||||||
|
|||||||
Reference in New Issue
Block a user