diff --git a/release/1.0.0+5-alpine.txt b/release/1.0.0+5-alpine.txt index 1836252..ef99a1e 100644 --- a/release/1.0.0+5-alpine.txt +++ b/release/1.0.0+5-alpine.txt @@ -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/