Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
Description
Currently, CiviCRM seems to backup (into the domainDump.sql file) only the tables that contain data with domain_id set to the current Domain ID. This means that the backup doesn?t contain empty tables, nor tables like civicrm_country, _county, _state_province, etc.
The approach to backup should be the opposite: CiviCRM should backup everything that doesn?t have a different domain_id. This way the backup would be complete, and it would actually be possible to restore a CiviCRM install from the backup (with the empty tables and tables with ?fixed? data recreated properly).