Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.From recent installations of aegir:
mysql> select * from variable where name like '%aegir%'; +---------------------------+-----------+ | name | value | +---------------------------+-----------+ | aegir_hostmaster_site_nid | s:2:"10"; | +---------------------------+-----------+ 1 row in set (0.00 sec)
$> drush @hostmaster variable-get aegir_api --format=string 0
Work-around by setting it in local.setting.php or manually entering it in the database.










Comments
Comment #2
colanThis will get reset every time a Backup task is run on the destination hostmaster site. See #2826770: Version setting "aegir_api" getting zeroed during backup task for details.
Comment #3
colanActually, let's keep this open until the other one is resolved.
Comment #4
colanThe simplest workaround is to run a Verify task on the remote hostmaster site.
Comment #5
colanFixed in Provision.