Some issues encountered updating to ALPHA6 from a previous version of 0.4:

  • The NameVirtualHost directive was removed from my primary vhost file and not placed anywhere else. I added it to apache.conf.
  • aegir.make didn't work at all; ended up with a flat file containing only 52 comment=0842e37103f78c3aa48402d58e22a40b8801cc31
  • In addition to grabbing the tarball from files.aegirproject.org, we need to include drush dl commands for required modules jquery_ui, modalframe
  • There are inconsistencies between platform and site apache configs in terms of Directory vs Docroot
  • Platform configs didn't move into platform.d (though this didn't break anything)

Comments

adrian’s picture

The dependencies are fetched recursively from the hostmaster.make in the hostmaster file.

Are you sure you used 2.0 beta 6 of drush make ?

The entries only get rewritten on verify of a platform (as the old ones still work)

Anonymous’s picture

Category: bug » support

# In addition to grabbing the tarball from files.aegirproject.org, we need to include drush dl commands for required modules jquery_ui, modalframe

This will actually be a side-effect of

# aegir.make didn't work at all; ended up with a flat file containing only 52 comment=0842e37103f78c3aa48402d58e22a40b8801cc31

It sounds like Drush_Make was the problem here and all other issues spawned from that. I'd start debugging there. I can't reproduce it (been doing upgrades of 0.3 and 0.4 systems non stop for days trying to fix the 6.16 semaphore fun). Speaking of which, be aware of that: Upgrading to alpha6 fails because upgrading to Drupal 6.16 fails. This has been fixed in git in preparation for the next release.

Sorry to ask the obvious, but were you following the UPGRADE.txt that is in provision of the release you were upgrading to? It contains the necessary commands to fetch the latest version of Drush_Make et al.

redben’s picture

adrian’s picture

Status: Active » Closed (fixed)

closing.