Skip to content

Package Recovery

ImperaZim edited this page Jun 21, 2026 · 1 revision

Package Recovery

Use recovery commands when package metadata, proxies or staged operations drift from the current server state.

Repair

/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.

Cleanup

/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.

Rollback

/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.

If The Server Was Moved

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.

Clone this wiki locally