You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of MongoDB we're using is old and being retired from MongoDB Atlas on April 30th 2021, and we're in dependency hell trying to update it. Given the changes to the app to remove stored CSV data (from ages back), we don't really need MongoDB any more, so we can change to something more standard, i.e. PostgreSQL.
I propose to do this in a series of discrete steps, each of which will be deployed live and verified as working as they are completed.
The version of MongoDB we're using is old and being retired from MongoDB Atlas on April 30th 2021, and we're in dependency hell trying to update it. Given the changes to the app to remove stored CSV data (from ages back), we don't really need MongoDB any more, so we can change to something more standard, i.e. PostgreSQL.
I propose to do this in a series of discrete steps, each of which will be deployed live and verified as working as they are completed.
Legacy
namespace. Create non-ActiveRecord models in the global namespace which transparently delegate everything to the legacy variants. Tests should not be changed. Move mongooid models to legacy #602, Change everything to use legacy models explicitly #603The text was updated successfully, but these errors were encountered: