- 2 minutes to read

Import / Export

Backup and transfer your Nodinite configuration between different instances of Nodinite

Currently, the following artifacts/entities/items can be managed by the Import / Export feature:

graph LR A(1. Source Nodinite Instance) -->|2. Export| T{3. Transfer Method} T -->|File| I[4. Import Module] T -->|Web API| I I -->|5. Import| B(6. Target Nodinite Instance)
  1. The general idea is first to create and configure data in one Nodinite instance (Source).
  2. Once you're happy with your configuration you can then select items to be exported. During the export operation, all dependencies to other items are identified by the system and get selected. You can pinpoint specifically what items should be part of the export or exclude items as you wish/feel fit.

TIP: You should be generous of selected items to be exported. It is possible, to pinpoint specific items to be included during the import operation later. You can not import more than what is part of the Import module.

  1. The following two options for transferring content are currently available:
    1. Synchronous using the Web API (requires online network access) or
    2. Asynchronous using a JSON based file (offline)
  2. Items exported are managed by an Import Module on the target Nodinite instance. If you performed the export operation with the file option, you must Upload it next on the target Nodinite instance
  3. The Import Module is then imported with selected items. Any changes or problems are presented with a migration report with ability to resolve any conflicts/changes
  4. Final destination for exported data (Target)

AdminImportExport
Example of links providing Access to the Import / Export operations

Security/User rights

You must be a member of the Nodinite built in Administrators Role in both the source and target Nodinite instance.

Next Step

Export
Upload
Import

External Instances