@@ -43,7 +43,7 @@ To update LEAF-Writer and its components do the following:
As of writing this document, Keycloak stores its data in a postgres database using postgres 17 (as defined in `leafwriter-configuration-files/docker-compose-keycloak.yml`). At some point in the future it will be necessary to update the postgres version. Major version upgrades of postgres generally require an update of the database itself which does not happen automatically. If and when you see in the docker logs that postgres could not start because of an outdated database version you have two choices:
1. Figuring out how to upgrade the database. Postgres has obviously utilities for this and this is very much doable but not documented here.
2. Throw away and start over again.
2. Throw away and start over again. Just remove the folder that you did set for `keycloak_data_folder` in `leafwriter.env` and start again with the step from the guide above that contains running the `docker-compose-keycloak-firstrun.yml` docker compose file. Do not forget that you also have to again set up your identity providers. As a downside, your users have to authorize LEAF-Writer again.