Skip to content

Full Atlas Export

Brendan Billingsley edited this page Oct 24, 2024 · 1 revision

Full Atlas Export

The Nunaliit backend can export a tarball package that a user can download. This is BETA functionality currently as we gather feedback on how well it works.

Exporting requires the following steps:

  1. Create export.json for ALL schemas. Make sure media files are in export
        "select": "nunaliit_attachments.files",
        "type": "json"
   }
  1. Setup install.properties adding export.complete.user=<username> and sensitive.properties export.complete.password=<password>
  2. Create an export by using curl or other tool that can send a POST request: curl -X POST https://<username>:<password><server URL>/servlet/export/complete/export
  3. List files: curl https://<server URL>/servlet/export/complete
  4. Save a file to disk: curl -O http://<server URL>/servlet/export/complete/<export package file>