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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Soumya_M
Contributor II
Contributor II

Database and tables backup and restore

Hello,

So I have the requirement of taking backup of Database (in the form of file, maybe .tar file) from one server and restoring the database to other server, also for few tables - these are two scenarios. How can I achieve this in Talend?

Labels (2)
1 Reply
Anonymous
Not applicable

Hello @Soumya M​ ,

The easiest way to achieve this is to use the database's built in backup and restore functionality called via Talend. If this is command line based you can use a tSystem component, if it can be run from within the DB environment you can use tDBRow to call whatever statements you need. This can indeed be done with a tLoop and context variables. 

 

Best regards

Aiming