Forum Discussion
pragyamishra
8 years agoHelper II
report server backup
Dear All, Can anyone help me in understanding what do I need to do to backup my reports and everything else on the report server? Is it enough to just backup the report server database and repor...
- 8 years ago
Hi,
for a complete backup plan, you should take care of 3 items:
- Databases
- ReportServer
- ReportServerTempDB
- Encryption key
- Doable using the Report Server Configuration Manager > Encryption key
- Without this, your saved passwords on connection string would be lost in a case of disaster
- Configuration files
- Default location: C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer
- Files:
- rsreportserver.config
- rssrvpolicy.config
- web.config
Well, this is a summary. More info can be found on https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/backup-and-restore-operations-for-reporting-services
- Databases
muchinski
8 years agoResolver II
Hi,
for a complete backup plan, you should take care of 3 items:
- Databases
- ReportServer
- ReportServerTempDB
- Encryption key
- Doable using the Report Server Configuration Manager > Encryption key
- Without this, your saved passwords on connection string would be lost in a case of disaster
- Configuration files
- Default location: C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer
- Files:
- rsreportserver.config
- rssrvpolicy.config
- web.config
Well, this is a summary. More info can be found on https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/backup-and-restore-operations-for-reporting-services
- pragyamishra8 years agoHelper II
Thanks muchinski