Last Modified Date: 24 Aug 2022
Environment
Tableau ServerAnswer
In order to move individual workbooks from one installation of Tableau Server to another installation of Tableau Server, you must download, move, and then republish the workbook. This can be done in the following ways:
Workbooks with Published Data Sources
Step 1: In Tableau Server- Sign in to the original Tableau Server.
- Navigate to the workbook and click Download.
- On the Data menu, select the data source, select Create Local Copy, and then save the local copy of the data source.
- Working from a Sheet, select Data > Replace Data Source. Enter the following options, then click OK:
- Current: The published data source
- Replacement: the local copy you saved
- In the Data pane, right-click the original published data source, and then select Close.
- Select Server > Sign Out.
- Select the data source in the Data menu and select Publish to Server.
- In Tableau Desktop, sign in to the other Tableau Server, then publish the data source.
When publishing, ensure that Update workbook to use the published data source is selected. - Select Server > Publish Workbook to publish the workbook to the other Tableau Server.
Workbooks without Published Data Sources
Option 1: Using Tableau Server
- Log on to the original Tableau Server.
- Navigate to the workbook and click Download.
- Open the workbook in Tableau Desktop.
- Republish the workbook to the other installation of Tableau Server.
Option 2: Using tabcmd
- Log on to the computer hosting Tableau Server as a local administrator.
- Open the Command Prompt as an administrator.
- Navigate to the "bin" folder in the Tableau Server directory:
- On a 32-bit computer, or with 64-bit Tableau Server installed:
cd c:\Program Files\Tableau\Tableau Server\<version>\bin
- On a 64-bit computer, with 32-bit Tableau Server installed:
cd c:\Program Files (x86)\Tableau\Tableau Server\<version>\bin
- On a 32-bit computer, or with 64-bit Tableau Server installed:
- Type the following commands:
- Log on to the original Tableau Server installation:
tabcmd login -s <url-of-original-tableau-server> -u <username> -p <password>
- Download the workbook:
tabcmd get "/views/<project>/<workbook.twb/.twbx> --filename <workbook-name.twb/.twbx>
- Log out of Tableau Server:
tabcmd logout
- Log in to the second installation of Tableau Server:
tabcmd login -s <url-of-other-other-tableau-server> -u <username> -p <password>
- Publish the workbook to the second installation of Tableau Server:
tabcmd publish "<workbook.twb/.twbx>" -n "<workbook-name>
- Log on to the original Tableau Server installation:
Additional Information
- The button to download workbooks is available only if the you or another user has been given permissions to download the file.
- Overwritten workbooks cannot be recovered unless Tableau Server has been backed up.
- If the workbook contains a published data source, then it is not possible to use
tabcmd
to migrate the workbook.
Discuss this article... Feedback Forum
Thank you for providing your feedback on the effectiveness of the article.
Open new Case
Continue Searching
Knowledge Base
Community
Product Help
Training and Tutorials