-
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
How to migrate this for a newer pm2 version? #1059
Comments
[{
"name": "staging.videomail.io",
"cwd": "/var/www/videomail/staging/source/",
"script": "src/server.js",
"error_file": "/var/log/nodejs/videomail/staging/error.log",
"out_file": "/var/log/nodejs/videomail/staging/out.log",
"instances": 1,
"merge_logs": true,
"exec_mode": "fork_mode",
"port": 4442,
"env": {
"NODE_ENV": "staging"
}
}] |
Thanks @Tjatse but no backward compatibility when And what about the other warning |
@binarykitchen You're welcome.
|
I see, all good now. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one config
does not go well with your latest version. Seeing these warnings here:
What changes are needed to migrate the above? Not very clear to me. Thanks for helping!
The text was updated successfully, but these errors were encountered: