Versions Compared

Key

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

This tutorial describes advanced project management techniques in CleverMaps Shell.

...

The final step to restore the backup dump is to upload the data and metadata to the project. As usually, use addMetadata and pushProject to do that.

Info
titleImport usage

The import command can import either a project from a server, or a local dump. What to import is decided based on provided parameters.

  • import --project {projectId} --server {serverName}
  • import --project {projectId} --dump {dumpId}
    • imports a local dump of another project (not the one currently opened)
  • import --dump {dumpId}
    • imports a dump of currently opened project

...

Project page for Admin roleProject page for Editor, Load data and Viewer roles

Image RemovedImage Added

Image RemovedImage Added

With the live project being disabled, we can truncate it of all data and metadata. Open the project again to close the curent dump, and use the truncateProject command.

...

And as the finish message tells us, use the usual addMetadata and pushProject commands to upload the updated dump to the live project.

...