From e3079b6ac7e840dc01bf616d2e074d2ae8a4ddc2 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 2 Dec 2025 23:42:05 +0000 Subject: [PATCH] docs: Fix rollback instructions in INSTALL.md The doc claimed a "Restore previous version" button exists in Settings UI, but this doesn't exist. The rollback API endpoint exists in backend code but has no UI. Updated to reflect actual behavior: backups are created during systemd updates and can be restored manually. --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a147917..ed3fa38 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -124,9 +124,9 @@ Pulse can self-update to the latest stable version. | **Systemd** | Re-download binary and restart service | ### Rollback -If an update causes issues, you can roll back to a previous version. +If an update causes issues on systemd installations, backups are created automatically during the update process. -**Via UI**: Settings → System → Updates → "Restore previous version" +**Manual rollback**: Check for backup directories at `/etc/pulse/backup-/` created during updates. Restore the previous binary manually if needed. ---