-
Notifications
You must be signed in to change notification settings - Fork 767
Import and export for workstations #10489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
katarzyna-koltun-mx
wants to merge
3
commits into
development
Choose a base branch
from
kk-works-rollout
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+58
−0
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| --- | ||
| title: "Managing and Sharing Workspace and Station Data" | ||
| linktitle: "Managing and Sharing Data" | ||
| url: /mendix-workstation/import-export/ | ||
| description: "Describes how to import and export workspace and station data across workspaces and environments." | ||
| weight: 30 | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| You can manage and share station and workspace data across various workspaces and environments by exporting and importing the configuration of a single station, or of multiple stations at the same time. If performed by the workspace admin, the import includes applications and devices associated with the station. In this way, you can replicate or migrate of station setups, supporting efficient and consistent data handling. | ||
|
|
||
| ## Importing and Exporting Stations in Bulk | ||
|
|
||
| {{% alert color="info" %}} | ||
| This option is only available to licensed users. For more information, see [Mendix Workstation Client](/mendix-workstation/). | ||
| {{% /alert %}} | ||
|
|
||
| To transfer multiple station configurations, along with their associated applications and devices, between workspaces, perform the following steps: | ||
|
|
||
| 1. Open the [Workspaces](https://workstation.home.mendix.com/) page. | ||
| 2. Click the workspace whose stations you want to export. | ||
| 3. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Export Stations**. | ||
|
|
||
| {{< figure src="/attachments/workstation/wks-import1.png" class="no-border" >}} | ||
|
|
||
| The **Dowload Stations** dialog opens. You can either download all the stations created for the workspace, or select individual stations from the list. | ||
|
|
||
| 4. Click **Download**. | ||
|
|
||
| The export is saved to your computer in JSON format. | ||
|
|
||
| 5. Go to the workspace where you want to import the stations. | ||
katarzyna-koltun-mx marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| This can be the workspace from which you exported the stations, or a different one. | ||
|
|
||
| 6. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Import Stations**. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Pls. also explain these options:
- Include Apps: if selected, the apps that are linked to the exported stations are created in the workspace if they do not yet exist with the same URL and public key (prerequisite: imported by Workspace Owner or Admin).
- Include Devices: if selected, the stations are imported with the exported device configurations
|
||
|
|
||
| After the import finishes, your target workspace has the same apps and devices as the source workspace. | ||
katarzyna-koltun-mx marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Importing and Exporting a Single Station | ||
|
|
||
| To transfer the contents of a single station, perform the following steps: | ||
|
|
||
| 1. On the **Stations** page, click the three-dot menu by the station which you want to copy, and then click **Copy Station to Clipboard**. | ||
|
|
||
| {{< figure src="/attachments/workstation/wks-import2.png" class="no-border" >}} | ||
|
|
||
| Alternatively, you can click **Download Station File** to download the configuration to your computer in JSON format for later use. | ||
katarzyna-koltun-mx marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| 2. Click **Create Station**, and then select **Create station from clipboard**. | ||
katarzyna-koltun-mx marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 3. Paste the configuration into the **Paste Station Configuration** field. | ||
|
|
||
| {{< figure src="/attachments/workstation/wks-import3.png" class="no-border" >}} | ||
|
|
||
| 4. Click **Continue**. | ||
| 5. On the **Summary** screen, review the information and optionally select a group to categorize it, such as *Assembly*. | ||
| 6. Click **Create Station**. | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting to add more information about which workspace roles can do what. Maybe a table?