Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(new with uPortal 4.3):  

Code Block
titleImport Single File
ant data-import -DfilesListFile={path-to-file}

Where path-to-file is an absolute or relative file system path to a file that contains a list of absolute or relative file system paths each of which is a uPortal Import/Export XML file.  The files are processed in the order listed, so care must be taken to insure you order them so they import properly.

List

Lists the data types the portal knows how to import/export/delete and can list all of the data currently in the database for a specific type. The data-list command with no arguments lists all supported portal data types and the operations (export, delete) supported for each. By adding the -Dtype= parameter all data that currently exists in the portal for that data type is listed

...