From af0c49e46510af9adae58318a5f70cbdd094836e Mon Sep 17 00:00:00 2001 From: stevensting Date: Wed, 12 Feb 2025 17:34:39 +0100 Subject: [PATCH] prepare releasenotes --- release/1.0.0+v2.25.2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release/1.0.0+v2.25.2 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 +