xormon 2.2.30: In-memory PM2 is out-of-date

Hello

When using the command "./xormon.sh status" i ve got this message:


Loading environment from server-nest/.env

>>>> In-memory PM2 is out-of-date, do:

>>>> $ pm2 update

In memory PM2 version: 5.4.3

Local PM2 version: 6.0.14

Do i have/need to update PM2?


./xormon.sh ver

Loading environment from server-nest/.env

Versions

--------------------

Backend : 2.2.30

Node.js : v24.13.0

NPM   : 11.6.2


Thank you

Br,

Alexandre

Comments

  • try this:


    su - xormon

    cd xormon-ng/server-nest

    npx pm2 kill

    cd ..

    ./xormon.sh start

Sign In or Register to comment.