Skip to content

Commit

Permalink
docs: updated Export PRO Workspace guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Jun 27, 2024
1 parent 39f1059 commit e3abf82
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/leapp-pro/export-pro-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
3. from the Leapp Options "General" tab, click the button next to the "Export Pro/Team workspace" label;
![](../../images/tutorials/export-pro-workspace/export-pro-workspace.png?style=center-img)
4. close the Leapp Options dialog;
5. close Leapp (on macOS ⌘+Q);
5. you should see a **Leapp-lock.json.exported** file in the ~/.Leapp folder;
6. remove the Leapp-lock.json file and rename Leapp-lock.json.exported to Leapp-lock.json;
5. Lock the Leapp Pro workspace;
6. switch to the Local workspace;
7. close Leapp (on macOS ⌘+Q);
8. you should see a **Leapp-lock.json.exported** file in the ~/.Leapp folder;
9. remove the Leapp-lock.json file and rename Leapp-lock.json.exported to Leapp-lock.json;
```shell
rm Leapp-lock.json
mv Leapp-lock.json.exported Leapp-lock.json
```
7. re-open Leapp;
8. switch to the Local Workspace;
9. you should now see your Pro Workspace migrated into the Local one.
10. re-open Leapp;
11. switch to the Local Workspace;
12. you should now see your Pro Workspace migrated into the Local one.

0 comments on commit e3abf82

Please sign in to comment.