This section explains how to migrate your resources from v4.1 (Syncfusion<sup>®</sup> Reports Server)
or v1.2 (Bold Reports<sup>®</sup> Single Tenant)
to v2.1 (Bold Reports<sup>®</sup> Multi Tenant)
.
Product | Location | Back Up Example |
---|---|---|
Syncfusion® Report Server |
|
|
Bold Report Server (Single Tenant) |
|
|
For an Azure App Service, you have to take a backup of
App_Data
folder by using the FTP application and place the backup folder in the machine which you installed thebold reports v2.1
.
After taken the backup, uninstall the current Syncfusion® / Bold Report Server.
Install the latest Bold Reports® Server as fresh installation by following this link
Configure the application using SQL Database by following this link and while configuring the admin details you must use the admin email-id of Syncfusion® Reports Server / Bold Reports® Server (Single Tenant).
Once configuration is done, you can migrate your old data to this application.
Download the migration tool from this link.
Extract the file and edit the Syncfusion.Server.DataMigration.exe.config
file.
You need to update the values of below listed keys in the config file.
<add key="ReportsBackUpConfigPath" value=""/>
<add key="IDPDecryptionKey" value=""/>
<add key="BoldReportsIDPPath" value="C:\Bold Reports\IDP"/>
Copy the Configuration
path in your Report Server back up folder and paste it to the value of ReportsBackUpConfigPath
key. For example, <add key="ReportsBackUpConfigPath" value="C:\backup_boldreports\Report Server\App_Data\Configuration"/>
.
Go to the installation location C:\Bold Reports\IDP\
and copy the decryptionkey
value from web.config
file. Then paste it to the value of IDPDecryptionKey
key in Syncfusion.Server.DataMigration.exe.config
.
C:\Bold Reports\IDP
and the same will be updated in Syncfusion.Server.DataMigration.exe.config
file. If the Bold Reports® deployed in some other location means then you must update the IDP path location in the value of BoldReportsIDPPath
key. For example, <add key="BoldReportsIDPPath" value="C:\Bold Reports\IDP"/>
Syncfusion.Server.DataMigration.exe
from the extracted location.
- The migration tool can migrate your resources like Reports, Data Sets, Data Sources, Schedules, Users, Groups and Permissions.
- Also, the utility will not migrate the following items like User’s without email address, Admin Settings and Profile Pictures.
- If you need any further assistance please contact Syncfusion® Support.