1.10.0 • Published 2 years ago

mongo-upgrader v1.10.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

mongo-upgrader

This is a simple npm package to manage MongoDB database upgrades. It will connect to a server, select a given database, check the upgraded version if it has it, and run the upgrade scripts in numerical order. The upgrade scripts are in alt[0-9].js format.

Available options: -h HOST address of MongoDB server including the database, i.e. mongoserver.com/mydb -f FOLDER which has the alt scripts

Each alt script is ran in context of Mongo shell, and includes the underscore library.

mongo-upgrader -u HOST -f FOLDER
1.10.0

2 years ago

1.9.1

7 years ago

1.8.1

10 years ago

1.8.0

10 years ago

1.7.2

10 years ago

1.7.1

10 years ago

1.7.0

10 years ago

1.6.0

10 years ago

1.5.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago