Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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
Dear Ravi,
Many Many thanks for this valuable answer ..
we have installed
Warm Regards.
Amit
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