From 1f8a7b770a084e4b479d036d632a98e68aa80cc7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:50:17 +0200 Subject: [PATCH] Update README.md --- postgres_17/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgres_17/README.md b/postgres_17/README.md index 489d36db5..cf1f25eb8 100644 --- a/postgres_17/README.md +++ b/postgres_17/README.md @@ -58,6 +58,11 @@ The installation of this add-on is pretty straightforward and not different in c 1. Check the logs of the add-on to see if everything went well. 1. Use any Postgres client to connect, e.g. to `homeassistant.local:5432` +Migration from postgres 15 : +- stop the postgres 15 addon +- use the Filebrowser addon to copy the database folder from /addon_configs/xxx-postgres to /addon_configs/xxx-postgres_latest +- start the postgres 17 addon. Upgrade of the database should proceed. In case it doesn't, your data is anyway safe in the postgres 15 addon + ## Support Create an issue on github