Versions Compared

Key

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

This article explains how to import multiple spaces using Confluence Command Line Interface (CLI) with a single action.

Instructions

  1. Create a CSV file with file as column name which must contain the file names of exported spaces:
  2. Combine runFromCsv, with the --file parameter, and restoreExport to import multiple spaces. This example works based on the contents of the CSV file that is required for the restoreExport action with relevant parameters.

    Code Block
    themeMidnight
    --action runFromCsv --file restore.csv  --common "--action restoreExport "



Info
  • Additionally, --noIndex parameter can be used for unchecking build reindexto avoid content re-indexing after restore.
  • Only XML export type file can be restored with the restoreExport action.
  • Place the zip files in /home/restore directory for the restoreExport action.
  • It is recommended to test this scenario in a non-production environment, or run the action with the --simulate parameter, to verify the behavior before deploying on a production environment.