Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Sep 2009 at 17:52 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anarcat commenteda better title: this is not a documentation problem, there's a real problem here that doesn't depend only on #529438: google search box and location .
we're looking at implementing a
hosting migratecommand that would migrate the frontend. this is related with #454312: self-provisionning support.Comment #2
anarcat commentedSo the work on the git branch (588114_hosting_migrate continues and is now able to upgrade a frontend site. We are considering moving it to the backend...
Comment #3
anarcat commentedThe branch was merged in mainline, but I'm still maintaining it for the benefit of 0.3 users wanting to upgrade. We're still unsure if this code is going to stay in hosting or migrate (no pun intended) to provision so that upgrades are going to be easier.
In the meantime, people wanting to upgrade from 0.3 to 0.4-cvs should use the attached patch on hosting and follow the instructions (soon to be updated) in UPGRADE.txt in the profile.
Comment #4
anarcat commentedComment #5
anarcat commentedLast patch was touching too much stuff and was git-formatted. This one doesn't touch the frontend stuff and just adds the drush commands. Make sure you specify the platform paths exactly as they are in the frontend as path sanitisation is not enforced in 0.3.
Comment #6
anarcat commentedSo the code was moved to the backend (the provision module) now so the documentation needs to be updated. The above patch is still valid as a hotfix for people that want to upgrade through that, but the prefered way is to upgrade without the patch, through the backend (since you should upgrade the backend first anyways).
Comment #7
adrian commentedthis was documented in UPGRADE.txt