strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

Mongo db is hardcoded to be `strapi` #43

Closed laurenskling closed 2 years ago

laurenskling commented 2 years ago

which in my case was the development database, and not production I was trying to connect to. Took my a while before i realized what was happing 🥲

https://github.com/strapi/migration-scripts/blob/25ab4e6c270554478c30a257baa5adfcbdc750e0/v3-mongodb-v3-sql/index.js#L96

derrickmehaffy commented 2 years ago

so sorry about that @laurenskling indeed :see_no_evil: this is what happens when I test using strapi as database names lol. Working on a fix now

laurenskling commented 2 years ago

Haha no worries mate. I'm very grateful for these migrations. Just wanted to help out the next developer :)