Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

loading sample data into sandboxes

Giuseppe Maxia edited this page Nov 6, 2020 · 4 revisions

Loading sample data into sandboxes

The command data-load manages the loading of sample databases into a sandbox. (Available since 1.56.0) It has the following sub-commands:

  • list shows the available databases (with the option --full-info that displays all the details on the archives)
  • show archive-name displays the contents of one archive
  • get archive-name sandbox-name downloads the database, unpacks it, and loads its contents into the given sandbox. If the chosen sandbox is not single, the data is loaded into the primary node (master or node1, depending on the topology)

Clone this wiki locally