Skip to main content

Utopia Local DB Refresher

The Utopia local database refresher solution is located in the Utopia repo in the UtopiaLocalDatabaseRefresher folder.

  1. Check that all the requirements are met before running:
    1. Make sure you've stopped the Microsoft Azure Storage Emulator
    2. Docker needs to be installed. (Docker Desktop is available on the Company Portal)
    3. DbMigratorEF has been rebuilt in debug (Open the Utopia solution, switch to DbMigratorEF and rebuild in debug)
    4. Rebuild UtopiaBatchWorker in debug as well
  2. Open the UtopiaLocalDatabaseRefresher solution
  3. (Optional) Update the "TestUserName" and the "TestUserPassword" to the desired values in appSettings.json 
  4. Ensure you have met tothe requirements
  5. Run the solution in debug

Azurite Docker Doc