Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Migrating all PowerBI content from one server to another

Hi guys,   I have 2 PowerBI report Servers; one runs on March 2018 (Server A) version and the Other runs on May 2019 (Server B) version, and I want to move all the contents from Server A to Server ...
  • d_gosbell's avatar
    7 years ago

    Anonymous wrote:

     

    Can restoring the ReportServerPBI database of Server A to Server B do the tricks for me.

     


    This might be dangerous as there are probably database changes between March 2018 and May 2019. If Server B is not currently used then you could uninstall the May 19 version, then install the March 18 version, restore the database, then upgrade the Server B instance to May 19.

     

    Or you could write some powershell scripts using the ReportingServicesTool module to export all your reports from server A (using something like Out-RSRestFolderContents) to a folder somewhere then upload them to Server B (using something like Write-RsRestFolderContents). But you'll need to test this as I know this works with pbix and rdl reports, but I'm not 100% sure if this picks up linked reports or not.