-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pm2 save without starting first #2504
Comments
You should be able to start the |
But I don't want the processes to start now, I want to to start after a reboot |
+1 |
This is something I also have been trying to do. A suggestion: |
+1 |
2 similar comments
+1 |
+1 |
I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for: |
Feature landed Update PM2 to 5.4.0 $ npm install pm2@5.4.0 -g
$ pm2 update |
Hi,
We want to be able to
pm2 save
a state without first being in that state.So if we have a file
processes.json
, we want to start all the processes listed there but only after a reboot.Today we do:
but that causes the processes to run before we have time to reboot the server.
Any chance to do something like
pm2 save processes.json
which will save the "future" state of those processes? or just start them after the reboot?The text was updated successfully, but these errors were encountered: