Forest Upgrade warning

After seeing your request to upgrade, I ran the npm command mentioned on the relevant link and deployed but still seeing the warning message.

The agent version on which your project is running (v8.2.2) will soon reach its end-of-life and needs to be upgraded. Learn more

  • Project name: DOWTK
  • Environment name: Production
  • Agent (forest package) name & version: “forest-express-sequelize”: “^9.3.10”,

Hi again @j0hnskot ,

Did you restart your agent after the update of version ?
Does your .forestadmin-schema contain the same version of forest-express-sequelize as your package.json? The information should be at the end of your schema.

Best regards,

Shohan

Hi @shohanr ,

I did restart the server, yes.
The schema shows the old version (8.2.2)

"meta": {
    "liana": "forest-express-sequelize",
    "liana_version": "8.2.2",
    "stack": {
      "database_type": "postgres",
      "engine": "nodejs",
      "engine_version": "10.24.1",
      "orm_version": "5.15.2"
    }
  }

Should I manually update it?

Hi @j0hnskot ,

Because you are on Production, any change cannot be pushed directly.
You must do the upgrade on a development environment.
Once you have upgraded your agent version in development, you should commit the code changes (packages.json, source code, .forestadmin-schema.json etc.) to push it on production/Staging/Test. Pull the code in each server, install, build and restart server.
It should do the trick.

Best regards,

Shohan