Restore
Restoring the Data
A guide for safely and reliably restoring Executor’s persistent data.
Executor stores all persistent data — including metadata, assets, internal files, execution result — under the following directory:
/var/lib/executor
In most environments, keeping data on the default filesystem is sufficient. However, for production-grade deployments, you may want to:
- Use an external SSD/NVMe disk
- Move data to a larger storage volume
- Ensure regular automated backups
This document explains how to safely restore data from a backup and how to manage the Executor data directory effectively.