Ref T12966. See that task for a description and reproduction steps.
If you put Phabricator in a master/replica configuration and then restart it, we may fatal here if the master is unreachable. Instead, we should survive setup checks.
Differential D18442
Fix a possible database ref fatal during MySQL setup checks if a host is unreachable epriestley on Aug 17 2017, 6:35 PM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T12966. See that task for a description and reproduction steps. If you put Phabricator in a master/replica configuration and then restart it, we may fatal here if the master is unreachable. Instead, we should survive setup checks. Put Phabricator in a master/replica configuration, explicitly disabled the master by misconfiguring the port, restarted Phabricator. Before: fatal; after: login screen in read-only mode.
Diff Detail
|