Seeding production db #631
felixyeboah
started this conversation in
General
Replies: 1 comment 10 replies
-
Hi @felixyeboah, It's hard to say what's wrong without seeing an example of the exact steps you took because you probably missed a step or got something wrong. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i’ve been going through the documentation for seeding production database and i don’t know if i’m doing something wrong. i followed the process of creating another script similar to
prisma/seed.ts
. after running the script and also running the dump script, the dump sql file seems empty. there’s nothing in that file.also, i want to state, i have multiple migration files due to additions made to the schema file and i don't know if thats the cause of the issue.
any help with this please 🙏
Beta Was this translation helpful? Give feedback.
All reactions