Running the EventHub.DbMigrator project did not create and seed the database
Did you follow the How to run? section in the README.md file? Before running the db migrator, you should run the docker images.
If you did the steps as stated in the documentation, please provide some details about your problem.
Yes, I have performed these steps before running the db migrator project:
Execute dotnet build /graphBuild command in the root folder of the solution. Execute etc/docker/up.ps1 to run the depending services.
I tried just before running the DbMigrator project and it ran as expected:
You can check your configurations, ensure docker containers are up and running, and also ensure Redis or Postgresql are not running on your PC locally.
But when I run this command in the up.ps1 file:
docker-compose -f docker-compose.infrastructure.yml -f docker-compose.infrastructure.override.yml up -d --remove-orphans
It starts the docker containers but it also starts Redis or Postgresql:
Here are some new error messages from the output window when I run the db migrator project: