currently i'm using pm2 to manage my process, and i'm still new to this. I've search some docs but still not sure.
About autostartup, what is the propper way to update my nodeJS script? right now, i just execute pm2 restart all
after i update some of my script. But since i want to use pm2 startup. Do i need to execute pm2 save
also ?
Also on what occasion we need to update PM2 Startup Script? pm2 unstartup
then pm2 startup
?