Mike Oristian
DTDrizzle Team
•Created by Mike Oristian on 4/17/2024 in #help
Can't find meta/_journal.json file
I have a Remix app which has already introspected postgres during local development and is working fine. However, when deployed to a VPS it is failing to start up because of the following error
First off, I do not want to run migrations and the meta/_journal.json file exists in my drizzle folder (which is at the root of my project, not in app or src. Passing "." or "drizzle" or "./drizzle" to this config object doesn't work, nor does commenting out the
migrate()
function completely. Using 0.30.81 replies