Skip to content
Discussion options

You must be logged in to vote

Aggregations are a mongoDB way to chain commands together. In this case I'm just finding and updating one collection. This would be a one time update to data in the database coinciding with your config changes.

It is typical of other frameworks to have migrations for changing schema and modifying data to an existing database. We are kicking off migrations and additional database support work this week.

For now you can do it from a script or database tool like MongoDB Compass.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@marcveens
Comment options

@DanRibbens
Comment options

Answer selected by zubricks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants