"dependencies": {
"directus": "^9.20.3",
"pg": "^8.8.0"
}
I installed directus with Postgresapp.com on macOS last year and everything was working great, I have over 700MB of files in the /upload folder and I took a backup of everything including the postgress folders.
However now that I’m coming back to the project I wish I documented how to restore because I can’t remember. When I type npx directus start it asks to install v10. I would like to get it running again with my Postgres database, perhaps test everything on v9, and then upgrade from there.
Would anyone know how to do that? Any help is greatly appreciated.