Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
99984803
Commit
99984803
authored
Sep 24, 2009
by
mig5
Committed by
mig5
Sep 24, 2009
Browse files
added documentation re
#585810
- restore the vhost conf of a site on rollback from failed migration
parent
e35c4ea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/migrate.provision.inc
View file @
99984803
...
...
@@ -36,6 +36,7 @@ function drush_provision_drupal_pre_provision_migrate($url, $platform) {
/**
* Remove the extracted site directory
* Restore the vhost conf per the original platform
*/
function
drush_provision_drupal_pre_provision_migrate_rollback
(
$url
,
$platform
)
{
$success
=
provision_path
(
"unlink"
,
drush_get_option
(
'backup_file'
),
TRUE
,
dt
(
'Removed unused migration site package'
),
dt
(
'Could not remove unused migration site package'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment