Skip to content

Instantly share code, notes, and snippets.

@samuelstein
Created October 9, 2023 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelstein/9e76abba6676c5ccca305bcb1eb0d2be to your computer and use it in GitHub Desktop.
Save samuelstein/9e76abba6676c5ccca305bcb1eb0d2be to your computer and use it in GitHub Desktop.
Update Directus
  • Navigate to directus install folder
  • npm install directus@10
  • npx directus database migrate:latest
  • pm2 stop directus
  • pm2 start directus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment