Hirevo / persist

A fast and simple asynchronous process manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow restoring processes from a configuration dump

Hirevo opened this issue · comments

Currently, persist dump exports the process configurations but there is no way to restore them from this dump directly.
We should have something like a persist restore command (naming still up in the air, right now) that reads a dump file and restores the processes in the exact same configurations.

The commit 043893c carried a complete implementation of persist restore. 🎉