Open
Bug 1868612
Opened 1 year ago
Updated 5 months ago
Phabricator can't connect to MySQL container (phabdb) in Conduit test suite
Categories
(Conduit :: Phabricator, defect)
Conduit
Phabricator
Tracking
(Not tracked)
NEW
People
(Reporter: sheehan, Unassigned)
References
(Blocks 1 open bug)
Details
Phabricator in Conduit Suite is broken at the moment. The MySQL container (phabdb
) falls over in a loop, and Phabricator is unable to connect to the service: Host '172.27.0.3' is not allowed to connect to this MySQL server
.
Comment 1•5 months ago
|
||
This seems to be a transient issue. I had success getting past it by tearing down suite, deleting the volumes, and restarting:
docker-compose -f docker-compose.yml -f docker-compose.phabricator.yml down
docker volume rm $(docker volume ls | sed -n s/local//p) # WARNING: this is gonna trash _allllll_ the volumes
docker-compose -f docker-compose.yml -f docker-compose.phabricator.yml up -d
You need to log in
before you can comment on or make changes to this bug.
Description
•