Issues upgrading to 11.13.x?

Anyone else having issues upgrading a containerized directus install from 11.12.0 to 11.13.2?

According to chatgpt, what changed:

The container still starts Directus via node cli.js … + PM2, but the directus CLI binary isn’t on $PATH anymore. So commands like directus version or directus database migrate:latest will throw “Cannot find module ‘/directus/directus’”.

11.13.x also jumps the base Node to v22.21.1.

I didn’t see any breaking changes on the GitHub page ( Release v11.13.2 · directus/directus · GitHub ).

I feel like it’s probably me doing something wrong as no-one else has mentioned it. All I did was

Docker compose down

Docker compose pull

Docker compose up -d

This has worked fine for the last year’s worth of updates.

I usually have to type npx directus… are you doing it without the npx? I’m new as of a couple of days ago, so not sure of all the ins and outs, though.