Skip to main content
Skip table of contents

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.

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

  5. Start the user-service.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.