So I’ve spent all day trying to figure out why my 11.14.0 Directus instances wont update to the newly available 11.14.1.
Anyone else tearing their hair out.
I’m running:
docker compose pull directus
docker compose down
docker compose run --rm directus npx directus database migrate:latest
docker compose up -d
..which usually works but not today.
Is it just that the update has been missed by Directus?