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.
This commit is contained in:
rcourtman 2025-12-02 23:42:05 +00:00
parent 8ad02ce048
commit 9de0c1cdb1

View file

@ -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-<timestamp>/` created during updates. Restore the previous binary manually if needed.
---