Breadcrumbs

Updating the User Database

Loading initial data and migrating data is covered by the same script.

Migrating the User Database

  1. Stop the user-service.

  2. Extract the migration files for the user database. They are located in user_database_initialization.zip.

  3. Transfer the migration files for the user database to the MongoDB host.

  4. Migrate the data in your MongoDB installation.

    cd <your path to unzipped initial data>
    <path to your mongo db installation>/mongo --verbose setupInitialData.js
    


  5. Start the user-service.