hosting_db_server.drush.inc in Hosting 5
File
db_server/hosting_db_server.drush.incView source
<?php
function drush_hosting_db_server_pre_hosting_task($task) {
$task =& drush_get_context('HOSTING_TASK');
if ($task->ref->type == 'platform' && $task->task_type == 'verify') {
$task->options['master_db'] = hosting_db_server_as_url(HOSTING_DEFAULT_DB_SERVER);
}
if ($task->ref->type == 'site') {
$task->options['db_id'] = $task->ref->db_server;
}
}
Functions
Name | Description |
---|---|
drush_hosting_db_server_pre_hosting_task |