1.10.0 • Published 6 months ago

mongo-upgrader v1.10.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months 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

6 months ago

1.9.1

6 years ago

1.8.1

8 years ago

1.8.0

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago