mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +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:
parent
8ad02ce048
commit
9de0c1cdb1
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue