@@ -180,10 +180,10 @@ The `--include-database-secrets` flag (alias `-s`) tells Metabase to include con
## Importing to a Metabase
To import exported artifacts into a Metabase instance, go to the directory where you're running your target Metabase (the Metabase you want to import into) and use the following command, where `[my_export]` is the path to the export you want to import:
To import exported artifacts into a Metabase instance, go to the directory where you're running your target Metabase (the Metabase you want to import into) and use the following command, where `path_to_export` is the path to the export that you want to import:
```
java -jar metabase.jar import [my_export]
java -jar metabase.jar import path_to_export
```
Currently, you can only import exported artifacts into a Metabase instance that was created from the same version of Metabase.