Migrate SQL 2012 reporting services to 2022

Chong 871 Reputation points
2023-11-25T18:49:53.74+00:00

Hi,

I need to migrate the SQL2012 (on Win2012R2) to a new server with SQL2022 (on Win2022). As there are some program issues, I need to rename the SQL2022 to use SQL2012 hostname.

Can I just Detach and Attach the database from old server to new server?

If not, can I just use the GUI to backup/restore the database instead of use T-SQL statement?

User's image

Thanks

Best Regards

Chong

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,062 questions
SQL Server | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Javier Villegas 900 Reputation points MVP
    2023-11-27T00:04:54.28+00:00

    Hi Chong,

    I recommend you to follow below link to migrate SSRS

    Moving Report Server Databases to Another Computer (SSRS Native Mode)

    Regards

    Javier


  2. Anonymous
    2023-11-27T02:34:22.5966667+00:00

    Hi @Chong

    According to the document "Backup and Restore Operations for Reporting Services":

    Because a report server is a stateless server, all application data is stored in the reportserver and reportservertempdb databases that run on an SQL Server Database Engine instance. You can back up the reportserver and reportservertempdb databases using one of the supported methods for backing up SQL Server databases.

    If the answer is helpful, please click Accept Answer and Up-Vote for the same. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya


  3. Olaf Helper 47,436 Reputation points
    2023-11-28T06:26:02.92+00:00

    yes. I will use the SSRS 2022 also

    As I wrote the versions are very different and not with a simple moving of the RS database done. The migration process is more a complete new installation, see Upgrade and Migrate Reporting Services

    "Upgrade to Reporting Services 2017 and later from Reporting Services 2016 and older isn't the same upgrade scenario as in previous versions."

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.