You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some circumstances docker-compose down is deleting the db image and forcing us to repopulate the database. This leads to about 10 minutes of unnecessary downtime during updates. We should find where the database is actually being stored and map it into the host file system.
The text was updated successfully, but these errors were encountered:
In some circumstances
docker-compose down
is deleting the db image and forcing us to repopulate the database. This leads to about 10 minutes of unnecessary downtime during updates. We should find where the database is actually being stored and map it into the host file system.The text was updated successfully, but these errors were encountered: