Closed (fixed)
Project:
Drush
Component:
Core Commands
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2012 at 18:05 UTC
Updated:
28 Sep 2012 at 17:11 UTC
When I export my multisite installation Drush created manifest.ini file where is mistake in database dump file name. This costs wrong file is used while restore. Both dump files are included to the archive correctly.
[Global]
datestamp = "1344615598"
formatversion = "1.0"
generator = "Drush archive-dump"
generatorversion = "5.4"
[default]
docroot = "/www/sagar/web"
sitedir = "sites/default"
files-public = "sites/default/files"
database-default-file = ".www.sagar.web#osbeskyd.cz-sagar_osbeskydcz.sql"
database-default-driver = "mysql"
[osbeskyd.cz]
docroot = "/www/sagar/web"
sitedir = "sites/osbeskyd.cz"
files-public = "sites/osbeskyd.cz/files"
database-default-file = ".www.sagar.web#osbeskyd.cz-sagar_osbeskydcz.sql"
database-default-driver = "mysql"
Comments
Comment #1
moshe weitzman commented