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
5e91a832
Commit
5e91a832
authored
Jul 17, 2009
by
Adrian Rossouw
Committed by
adrian
Jul 17, 2009
Browse files
#491904
- remove old database and db account after migration
parent
8f8b7e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
db_server/migrate.provision.inc
0 → 100644
View file @
5e91a832
<?php
// $Id$
function
drush_provision_mysql_provision_migrate_validate
()
{
provision_db_connect
();
}
// Deletes the old database credentials
function
drush_provision_mysql_post_provision_migrate
(
$url
)
{
return
_provision_mysql_destroy_site_db
(
drush_get_option
(
'db_name'
),
drush_get_option
(
'db_user'
),
drush_get_option
(
'db_passwd'
));
}
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