diff --git a/README.md b/README.md index 6e6fcb9..99802bb 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ ## Manuel migration steps when upgrading from 0.6.0+v2.25.2 and earlier to 1.0.0+v2.25.2 and later +* 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 app set_new_db_password` +* set the new password in DB: `abra app cmd db set_new_db_password` * redeploy if necessary For more, see [docs.coopcloud.tech](https://docs.coopcloud.tech).