Skip to main content

What’s New

Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 8.6

Packages and Versions

A package enables you to create a snapshot of a selected application with all of its content and dependencies. Each snapshot is called a “version”. You can use the same package to create subsequent versions. This enables you to create different versions of this snapshot over time, as the source application changes.

Packages and versions give you the ability to “back up” source applications, which you can deploy at a later time - even if the source application has been changed or even removed.

Note: Packages include all of the objects contained within its source application, but they do not contain the actual data associated with any datasets from the source application. Rather, the data is loaded when the objects are deployed to the target application, after the deployment job completes.

Before You Begin: Verify that the desired source and target servers have been created.

Create a Package

  1. In Qrvey Admin Center, click the Content Deployment icon in the left-side menu and display the Packages tab.
  2. Click Create Package. The Package Description page displays.
  3. Enter a package name and description in the fields provided.
  4. Under Content Source, click the Server drop-down and select the server to use as the source.
  5. Click the User drop-down and select the User that owns the application you wish to include in the package. This list contains only the users with Composer rights on the server.
  6. Click the Source Application drop-down and select the application you wish to include in the package. The list of applications available is filtered based on the user you selected previously. The Create New Version button activates, and you may now create a new version.

Edit a Package

To edit the details of an existing package, click its corresponding three-dot menu in the package list and click Edit.

Delete a Package

To delete an existing package, click its corresponding three-dot menu in the package list and click Delete.

Note: You cannot delete a package if a deployment definition is associated with the package.

Create a New Version

  1. In Qrvey Admin Center, click the Content Deployment icon in the left-side menu and display the Packages tab.
  2. In the list of available packages, select the desired package. The Package Description page displays.
  3. Click Create New Version. The Package Version dialog displays.
  4. Enter a version name in the field provided, and click OK. A new version of the package is created and displays in the Package Versions list.

Edit a Version

To edit the name of an existing version, click it’s three-dot menu in the version list and click Edit.

Delete a Version

To delete an existing version, click it’s three-dot menu in the version list and click Delete.

Note: You cannot delete a package version if a deployment definition is associated with the version.