26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

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.