What’s New

Source: https://pm2.keymetrics.io/docs/usage/whats-new/

What’s New in PM2

Release highlights of the latest PM2 major versions. The complete list lives in the CHANGELOG and on the GitHub releases page.

PM2 7

The current major version. Check your version with pm2 -v and upgrade with npm install pm2@latest -g && pm2 update.

Breaking Changes

Runtime & Core

Security

Features & Fixes

PM2 6.x Highlights

Staying Up To Date

npm install pm2@latest -g
pm2 update          # replace the in-memory daemon, keeps your processes

See Update PM2 for details.