Overview
You can export an application, packages or selected items from PhixFlow. This is useful when you want to:
...
The data is exported as a zip file, which is temporarily saved in the download area. You should download the file as soon as it is available, as your administrator may have set an expiry time.
When you add an application to export it, PhixFlow asks if you also want to add any of the application packages. Click Yes to add packages to the export.
Excerpt | ||
---|---|---|
PasswordsPasswords Saved in PhixFlowExported files do not include any passwords from the PhixFlow system, such as passwords for:
Providing a Password to Encrypt the Exported FileBy default, when you download an exported file, it is encrypted. You must provide a password that you can then use when you import the file into another instance. |
...
In addition to being able to export items ready for import to another instance, you can also copy items into the same instance using the copy option.
In PhixFlow, items are often associated with other items. For example, a stream is run by an analysis task or a style is used by a component. When making a copy, PhixFlow does not update associated items. The following table provides some examples:
Item copied | Associated items | What happens to associated items |
---|---|---|
StreamA is copied to streamB. | An analysis task runs streamA. | The analysis task is not changed and only runs streamA. |
Shared-style1 is copied to shared-style2. | There are 10 components that use shared-style1. | Shared-style2 has no components. The 10 components that use shared-style1 are not changed. |
...