From 5c3461d508cd46bfb7f8daef6d25edaa913dbd89 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Tue, 28 Jul 2026 16:22:00 +0200 Subject: [PATCH] chore(changeset): record legacy session archive migration removal --- .changeset/remove-legacy-archive-migration.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/remove-legacy-archive-migration.md diff --git a/.changeset/remove-legacy-archive-migration.md b/.changeset/remove-legacy-archive-migration.md new file mode 100644 index 0000000..3b161b7 --- /dev/null +++ b/.changeset/remove-legacy-archive-migration.md @@ -0,0 +1,7 @@ +--- +"@jmfederico/pi-web": patch +--- + +Remove the legacy session archive migration from session daemon startup. Setting `PI_WEB_DATA_DIR` only selects where PI WEB-managed state lives; it never moves or copies existing state, and each data directory is independent. + +You are only affected if you have session archives created before July 2026 in the default `~/.pi-web` data directory and you newly set a custom `PI_WEB_DATA_DIR`. To carry those archives over, stop PI WEB, then copy `archived-sessions.json` and the `archived-sessions/` directory from the old data directory into the new one.