To export or import the Citrix Storefront Subscription Database, we need to use Powershell. An easy way to do this is to save the export-file as a csv-file.

Export the database:

Start powershell as admin and enter the following commands:
In some cases you’ll need to set the Powershell execution policy to unrestricted by typing the following:
set-executionpolicy -executionpolicy unrestricted

1. C:\Program Files\Citrix\Receiver StoreFront\Scripts\ImportModules.ps1
2. Export-DSStoreSubscriptions -StoreName StoreName -FilePath .\subscriptions.csv

Import or restore the database:

Start powershell as admin and enter the following commands:

1. C:\Program Files\Citrix\Receiver StoreFront\Scripts\ImportModules.ps1
2. Import-DSStoreSubscriptions -StoreName StoreName -FilePath .\subscriptions.csv