We need to upgrade mysql on db1132 due to an upstream bug see T279281: Upgrade 10.4.13 hosts to a higher version.
This is simply a mysql restart, so I expect it to take around 1 minute
Impact: Writes will not work. Reads will not be affected.
@mmodell If you confirm the way to set up phabricator on RO is this, I can take care of this myself:
ssh phab1001 sudo /srv/phab/phabricator/bin/config set cluster.read-only true # restart database server sudo /srv/phab/phabricator/bin/config set cluster.read-only false
Thanks!