-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
$ migrate up
(node:611) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
Synchronizing database with file system migrations...
Failed to run migration AssetTableAddTypeField due to an error.
Not continuing. Make sure your data is in consistent state
Operation `rooms.find()` buffering timed out after 10000ms
This is my first time trying to use this library. Since we don't handle the connection ourselves I'm not sure how to fix the warning. And I have no idea as to why my simple find() operation is timing out. The migration table was created just fine within the collection.
I've set MIGRATE_dbConnectionUri=mongodb://mongodb:27017/diageo
Metadata
Metadata
Assignees
Labels
No labels