Changes between Version 15 and Version 16 of UserGuidelines/Admin/DataMigration/Haiti
- Timestamp:
- 01/20/10 05:20:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/DataMigration/Haiti
v15 v16 4 4 5 5 We want to be able to migrate data from Prod to Dev so that Testers / Documenters have real data to play with. 6 7 Easy!: 8 {{{ 9 /etc/init.d/apache2 stop 10 rm -rf /home/haiti/dev/databases 11 cp -ar /home/haiti/prod/databases /home/haiti/dev 12 /etc/init.d/apache2 start 13 }}} 14 6 15 7 16 Also want to be able to migrate from the current sqlite backend to [wiki:InstallationGuidelinesMySQL MySQL]