Icarus Posted June 12, 2009 Share Posted June 12, 2009 I think that the SQL dump generated by the backup process should include a DROP TABLE query before CREATE TABLELike:DROP TABLE IF EXISTS `table_name`;Without it, I cannot use the control panel provided by my host, since I am getting an error "table already exists" when using the import function that the host CP provides.I need to go to phpMyAdmin, delete all tables from the DB, and only then import - this will cause a longer outage to the site than if the sql dump dropped the table itself.No? Link to comment Share on other sites More sharing options...
Patric Posted June 12, 2009 Share Posted June 12, 2009 You should detail your needs into the Feature Request. This is the best way for them to be taken into account. Link to comment Share on other sites More sharing options...
Icarus Posted June 12, 2009 Author Share Posted June 12, 2009 Done, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts