Skip to content

Tool for migrating RackHD OBM settings and ssh settings from the Mongo nodes collection to the obms/ibms collections

Notifications You must be signed in to change notification settings

dalebremner/rackhd-obm-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

rackhd-obm-migration

Tool for migrating RackHD OBM settings from the Mongo nodes collection to the obms collection, used by the 2.0 OBM model

Installation

clone this repository
cd to the cloned directory
npm install

Running the migration script

mongodump
mv dump dump.save
node obmMigration.js

NOTE: All mongo databases are backed up into the ./dump directory on startup. Use mongorestore to restore the database from backup.

About

Tool for migrating RackHD OBM settings and ssh settings from the Mongo nodes collection to the obms/ibms collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages