mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
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:
+2
-2
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user