案例参考: MS SSRS 2014->MS SSRS 2019
因为Microsoft SQL Server 2019 Reporting Service是独立产品,不在集成于SQL Server 服务安装,需要单独下载MS SQL Server Reporting Service installation package进行安装并migration SSRS
Step By Step:
1. 备份原SSRS安装目录\MSRS12.MSSQLServer ,包含上面的配置文件(MSRS12是SSRS版本号信息)
2. 备份MS Reporting Service的数据库
3. 备份 Encryption Key (打开SSRS配置管理工具备份即可)
3. 备份MS Reporting Service的配置文件,做完第1步已包含这些配置文件
- Rsreportserver.config
- Rswebapplication.config
- Rssrvpolicy.config
- Rsmgrpolicy.config
- Reportingservicesservice.exe.config
- Web.config for the Report Server ASP.NET application.
- Machine.config for ASP.NET if you modified it for report server operations
4. 备份 SSRS 配置管理工具里的配置,截图保存
开始安装SSRS2019
开始配置SSRS,按配置管理工具左侧菜单依次设置好即可。 (如果是就地升级SSRS版本,在配置数据库时选择已存在的ReportServer数据库)
标签:Service,Reporting,Server,SSRS,MS,config From: https://www.cnblogs.com/dxmdiy/p/18290353