Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
eb96af75
Commit
eb96af75
authored
Aug 25, 2009
by
Adrian Rossouw
Committed by
adrian
Aug 25, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#485646
- provide additional information to backend command during migration. thanks anarcat
parent
09a4cc25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
platform/migrate.provision.inc
platform/migrate.provision.inc
+3
-1
No files found.
platform/migrate.provision.inc
View file @
eb96af75
...
...
@@ -45,7 +45,9 @@ function drush_provision_drupal_pre_provision_migrate_rollback($url, $platform)
* Switch the migrate directories around now that we have the new db installed
*/
function
drush_provision_drupal_provision_migrate
(
$url
,
$platform
)
{
drush_backend_invoke
(
'provision deploy'
,
array
(
$url
,
drush_get_option
(
'backup_file'
),
'root'
=>
$platform
));
drush_backend_invoke
(
'provision deploy'
,
array
(
$url
,
drush_get_option
(
'backup_file'
),
'root'
=>
$platform
,
'web_host'
=>
drush_get_option
(
'web_host'
),
'web_ip'
=>
drush_get_option
(
'web_ip'
),
'db_host'
=>
drush_get_option
(
'db_host'
)));
}
...
...
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