- Nov 17, 2009
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
mig5 authored
-
- Nov 16, 2009
-
-
mig5 authored
-
- Nov 13, 2009
-
-
Adrian Rossouw authored
Do not create the platform_.conf file if no platform ID is present. this resolves the last minor issue with the upgrade path
-
anarcat authored
files url stay consistent across site renames and clones
-
- Nov 12, 2009
-
-
Adrian Rossouw authored
The hostmaster platform will be automatically downloaded by hostmaster migrate if the target platform does not exist yet
-
Adrian Rossouw authored
Rename the park/unpark commands to pause/resume, due to incorrect validation in the hosting park component in 0.4 alpha 2 which would cause all migrations to fail
-
- Nov 11, 2009
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
During deploy, updatedb is run in a backend process on the OLD database because the new database details have not been saved to the drushrc yet, which is now the canonical source for the information
-
Adrian Rossouw authored
add publish_path to the list of variables that need to be overridden, and use a more sensible rollback mechanism.
-
- Nov 05, 2009
-
-
Adrian Rossouw authored
Add a confirmation to the hostmaster migrate command and wipe out the crontab so that the dispatcher is no longer invoked
-
Adrian Rossouw authored
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Small fix to how the site configuration is saved and also preload the $_SERVER variable during install task
-
- Oct 29, 2009
-
-
Adrian Rossouw authored
Use apaches mod_env to set the database credentials in the virtualhost file, so that they are only accessible inside a specific process. the $_SERVER values are now bootstrapped in the verify site process and the config file rewritten, so that you can now safely verify a site. the $_SERVER values are stored inside the site drushrc.php so that normal drush commands will continue to operate as they would. The open_basedir directive is commented out until we can resolve issues with it.
-
anarcat authored
-
anarcat authored
-
anarcat authored
this also makes sure that ~/config/includes/global.inc exists so that open_basedir checks don't break this is just a quick workaround to make sure sites can't access the aegir site database, which should be kept in a separate platform Spotted and original patch by: emspace
-
- Oct 26, 2009
-
-
anarcat authored
-
Adrian Rossouw authored
#613302 - slight validation change so that schema version in current release is used when schema version in target release not defined
-
- Oct 24, 2009
-
-
anarcat authored
-
anarcat authored
Revert "workaround for #485646 - pass the commandline arguments for the DB to deploy so we can force the database server manually" This makes the *master* password show up on the commandline. Bad. We'll need to find another way. This reverts commit 0eb09b06887129160ac0ea5ac555e35c45cb8d46.
-
anarcat authored
-
- Oct 23, 2009
-
-
mig5 authored
-
Adrian Rossouw authored
-
anarcat authored
-
Adrian Rossouw authored
-
- Oct 22, 2009
-
-
Adrian Rossouw authored
-
anarcat authored
-
anarcat authored
include the time in the backup file so we know when the backup was done, regardless of the timestamp
-
anarcat authored
-
anarcat authored
this improves performance radically on big backups
-
- Oct 19, 2009
-
-
Adrian Rossouw authored
-
mig5 authored
'could not connect to the master database server' as opposed to just 'could not connect to the master database' which doesn't make sense here
-
- Oct 15, 2009
-
-
Adrian Rossouw authored
-