Forum Discussion
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 report server temp DB or do I need to backup something else?
Also, can someone guide me to the best strategy to achieve backup in Power BI Report Server?
Thanks,
Pragya
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
2 Replies
- muchinskiResolver 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
- pragyamishraHelper II
Thanks muchinski
- Databases