Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Export the schema, create the database tables, and inject some starter data

  1. Select "org“org.bedework" bedework” from the "Object “Object Name Filter" Filter” menu to the left of the page.
  2. Select "service“service=DumpRestore"DumpRestore”
  3. You will be presented with a form allowing you to manage the dump/restore process.  The "DataIn" “DataIn” attribute should point at the xml datafile you wish to restore.  By default, this is the initbedework.xml file. 
  4. Initialize the schema:
    1. Set the attribute Export to True
    2. Set the attribute Create to True
    3. Click Apply Changes to set the values.
    4. Click Invoke for the schema operation.
  5. Restore the data (Read the note below)
    1. Navigate back to the DumpRestore service (click Back to MBean)
    2. Click Invoke for the restoreData operation.

...