This repository contains migrations scripts for various services on Ubuntu 12.04.05, aimed at migrating to 14.04.02.
Currently the tree is a simple layout:
.\
|-bin\
|-hooks
|-files\
|-migration\
|-php
|-apache
|-doc
The bin directory contains the primary migration execution environment required to perform the upgrade. The bin/hooks subdirectory contains a selection of hooks, and is descripted here.
For deployment, it is highly recommended to make use of the bin/cpkg.sh
script, which will create a single payload shell script containing a compressed
tarball of the contents of the bin directory.
Usage is exactly the same as the migrate.sh script, since it is just that, with
an added payload at the bottom.