diff --git a/release/1.0.0+v2.25.2 b/release/1.0.0+v2.25.2 new file mode 100644 index 0000000..cf088c2 --- /dev/null +++ b/release/1.0.0+v2.25.2 @@ -0,0 +1,9 @@ +In this release the passwords for smtp and postgres DB were moved into docker secrets. Therefore a few manual steps need to be performed (also available in recipe documentation) + +* adapt your env file with the new vars, especially SECRET_DB_PASSWORD_VERSION=v1 and SECRET_SMTP_PASSWORD_VERSION=v1 +* insert your smtp password with abra app secret insert smtp_password v1 "" +* abra app secret generate db_password v1 +* abra app deploy +* set the new password in DB: abra app cmd db set_new_db_password +* redeploy +