ardalis / pluralsight-ddd-fundamentals

Sample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
MIT License
896 stars 314 forks source link

Using Docker Cannot open database "PluralsightDDD.ClinicManagement" requested by the login. The login failed. #42

Closed safouenmzah closed 2 years ago

safouenmzah commented 2 years ago

Using docker I am able to get the web apps up and running BUT can't persist data from any of the CRUD apps such as from the clinic manager app.

ardalis commented 2 years ago

I've seen that occasionally. Usually restarting the database and sometimes deleting and doing a fresh docker-compose build is required to get the process started properly.