-
Notifications
You must be signed in to change notification settings - Fork 2
Package Recovery
ImperaZim edited this page Jun 21, 2026
·
1 revision
Use recovery commands when package metadata, proxies or staged operations drift from the current server state.
/easylibrary packages repair <package|all>
/easylibrary packages repair <package|all> confirm
Repair can:
- rewrite missing lock entries from installed package state;
- normalize stale package state;
- clear restart markers for already active packages;
- regenerate managed proxy mounts;
- fix metadata after moving a server directory.
/easylibrary packages cleanup
/easylibrary packages cleanup confirm
Cleanup removes safe temporary artifacts such as downloads, staging folders and
_incoming* entries. It preserves installed versions and backups.
/easylibrary packages rollback libform 2.0.0
/easylibrary packages rollback libform 2.0.0 confirm
restart server
Rollback selects a local installed version or backup. It does not hot-swap already loaded code.
Run:
/easylibrary packages repair all confirm
/easylibrary packages proxies reconcile confirm
restart server
/easylibrary packages doctor
The cloned-server smoke showed that package metadata may contain old absolute paths after a manual copy. Repair and proxy reconciliation are the supported way to normalize those paths.
- Package Manager
- Package Backed Plugins
- Standalone vs Package
- Package Switch and Migration
- Package Doctor
- Package Recovery
- Proxy Troubleshooting