Start Import
Complete Manifest
After all payloads have been created and the filenames have been added to the payload list, this is the manifest we use to migrate all basetypes and objects:
Import process
In the frontend, open the JSON Importer. Enter the URL of the manifest, and click "Load". The Importer will list all Payloads, and preselect some settings that were saved in the manifest.
If the manifest can not be loaded, check if the browser might be blocking the request. For more information, see: Handling problems with Mixed Content
Asset Upload
For uploading assets, select the upload type in the dropdwon menu "File upload type":
Direct: The assets are uploaded using the browser. This may have an impact on the performance and the migration duration
URL (remote put): The assets are loaded by the EAS using the URL. This might be the faster type of upload
Ignore files: No assets are imported. Use this option if you want to run a faster test migration
This can be preselected by defining eas_type
in the manifest file.
If the assets are stored on a different server, and you want to specify this server only for the migration process, you can use http://localhost
as the server url for all assets in the eas:url
entries in the payloads. The actual server path is set in the field "File replace url". If this field is not empty, http://localhost
will be replaced by this URL.
In the examples above, the URLs could also have been specified in the form
and the actual URL https://images.unsplash.com
would be set in the JSON Importer.
Run import
After all settings are done, click "Prepare". The payloads are loaded into the JSON Importer and are parsed and validated. This might take some time, depending on the size and number of payloads.
After this, click "Start" to run the migration.
Result of the migration
If the import of the migration was successful, we expect the following objects in the main search in the frontend:
Object
bilder
, with link toobjekte
"112233"
Object
bilder
, with updated link toobjekte
"987654321"
Object
objekte
with reverse edit link tobilder
"bild_01"
Object
objekte
with reverse edit link tobilder
"bild_02"
Last updated