-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build initial database using pnpm migrations migrate
#4807
Comments
I removed all docker containers and volumes for a fresh start to try again, here is the first migration that crashes:
|
Try to execute just |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run this locally, and when I get to the installation step to run migrations (which is supposed to create the database from scratch if there is none), I get errors implying some tables where expected to have already existed. For example:
This prevents me from proceeding, there are many more migrations left (and many more have the issue, as I've realized by manually marking the migrations as "applied").
pnpm migrations migrate reset
doesn't seem to do anything different from justmigrate
.The text was updated successfully, but these errors were encountered: