Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to restore SVN and DB backup into new server

Dear's,

We are migrating to the new server , i have taken backup of both DB and SVN of both the environment DEV and PROD.

Now similar two environment we have  , we are migrating from 6.1 talend big data platform to 6.4 talend big data platform.

I have backup of all the SVN and DB , how will i restore this in our new server ,

 

Basic steps will be helpful , how to restore  it?

 

Thanks 

Amit

Labels (5)
5 Replies
Anonymous
Not applicable
Author

Hello,

Please take a look at this troubleshooting topic:https://community.talend.com/t5/Troubleshooting-Installation/How-to-Back-up-and-Restore-TAC-s-DB-and...

Best regards

Sabrina

Anonymous
Not applicable
Author

Dear,

 

I went through the article , still have a doubt,

 

we are moving our entire project  from say TAC1 to another TAC 2  , both are setting on different server ,

 

I have taken backup of DB and SVN from TAC1 

DB back up file name :a.sql

SVN backup file name : svn.dump

 

Please send me the steps how will i restore / copy the DB backup and svn on TAC2?

Cammond / steps anything will do .

 

In the Link which you shared its mentioned  how to restore but i dint understand much .

Waiting for your reply

 

Warm Regars,

Amit

 

 

Anonymous
Not applicable
Author

Hi Amit,

 

Please have commands for migrating TAC DB and SVN server.

 

1) Use database restore commands as follows(I used MySQL database).

   mysqldump -uroot -proot tac_administrator < dump.sql;

2) For SVN repository you can install Tortoise SVN client.Once installation completes login into the new SVN server by providing URL , Username and password.When you login into the server right click on repository their you will see option like import from file, select option and import SVN dump.

 

Thanks,

A Ravi Kumar

Anonymous
Not applicable
Author

Dear Ravi,

 

Many Many thanks for this valuable answer ..

we  have installed

  1. CollabNetSubversionEdge-5.2.2 in the new Server that we are migrating .do i have to create the project name in the new TAC first before i restore SVN and DB into new server??

Warm Regards.

Amit

 

Anonymous
Not applicable
Author

Hi Ami,

 

It is not required. Once you migrate SVN and DB it will restore all the projects and users in your new TAC server.

 

 

Thanks,

A Ravi Kumar