Changes between Version 15 and Version 16 of UserGuidelines/Admin/DataMigration/Haiti


Ignore:
Timestamp:
01/20/10 05:20:45 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/DataMigration/Haiti

    v15 v16  
    44
    55We want to be able to migrate data from Prod to Dev so that Testers / Documenters have real data to play with.
     6
     7Easy!:
     8{{{
     9/etc/init.d/apache2 stop
     10rm -rf /home/haiti/dev/databases
     11cp -ar /home/haiti/prod/databases /home/haiti/dev
     12/etc/init.d/apache2 start
     13}}}
     14
    615
    716Also want to be able to migrate from the current sqlite backend to [wiki:InstallationGuidelinesMySQL MySQL]