Hi Bryan Shaw,
SSRS doesn't provide automatic failover, if primary database is down. You must do manual failover (reconfiguring RS to point the secondary server).
SQL Server offers failover clustering support with Standard Edition. This will mean that if you’re using Standard edition SSRS, you will need to handle the backup & restore of the symmetric key in the report server database in order to achieve a
failover. This can be difficult since the symmetric key needs to be protected (it encrypts users names & passwords stored in the report server database). So you don’t want just anyone being able to get a copy of it and knowing the password
used to encrypt the symmetric key itself.
Due to this, you can also purchase Enterprise Edition to have a scale-out deployment of SSRS. SSRS is designed to achieve High Availability through a Scale-Out architecture which is your best option for achieving High Availability with Reporting
Services.
More details information, please reference to below article:
High Availability (Reporting Services)
High Availability – Frequently Asked Questions about Failover Clustering and Reporting Services
How to setup SSRS high availability with Standard Edition
If you still have any problem, please feel free to ask.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support
