Changes between Version 10 and Version 11 of UserGuidelines/Admin/DataMigration/Haiti


Ignore:
Timestamp:
01/19/10 19:18:14 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

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

    v10 v11  
    7070Better to avoid locks & do without SSH login
    7171
    72  * http://localhost:8000/sahana/gis/location/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis/location.xml
    73  * http://localhost:8000/sahana/pr/person/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr/person.xml
    74  * http://localhost:8000/sahana/or/organisation/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation.xml
    75  * http://localhost:8000/sahana/or/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/office.xml
    76  * http://localhost:8000/sahana/or/contact/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/contact.xml
    77 
    78    * [wiki:S3XRC]
    79    * Currently needs to be done resource by resource (JOINed tables can be done together as Components of main resource)
    80     * need to do referenced tables before the tables which refer to them
    81     * migrate the locations first (using the xml interface), you can later migrate the orgs and offices together (through Component JOIN)
     72 * Currently needs to be done resource by resource (JOINed tables can be done together as Components of main resource)
     73  * need to do referenced tables before the tables which refer to them
     74  * migrate the locations first (using the xml interface), you can later migrate the orgs and offices together (through Component JOIN)
     75    *  http://localhost:8000/sahana/gis/location/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/gis/location.xml
     76    *  http://localhost:8000/sahana/pr/person/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/pr/person.xml
     77    *  http://localhost:8000/sahana/or/organisation/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/organisation.xml
     78    *  http://localhost:8000/sahana/or/office/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/office.xml
     79    *  http://localhost:8000/sahana/or/contact/create?format=xml&fetchurl=http://haiti.sahanafoundation.org/prod/or/contact.xml
     80 * BluePrintSynchronisation
    8281   * Ideally we want to develop a way of having all tables loaded together into RAM, refs fixed-up & then imported to db together
    83 
    84 === Synchronisation ===
    85 Best longer term as we want to be able to have this functionality exposed to UI.
    86 
    87  * BluePrintSynchronisation - which is to be migrated to standard S3XRC Web Services anyway
    88 
    8982
    9083----