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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Backing up H2 db via Talend

hi everybody , 
i want to do a backup of a h2 database in a job talend when this the job stops ..
any idea??
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Do you use the enterprise version of talend? if yes then the configuration.properties will take care of this by default as it has the cron entry which runs and backup the h2 database automatically
# automatic backup for embedded database, comment the following line to disable the backup, default configuration launches the backup every days at 3:45 am, "Seconds Minutes Hours Day-of-month Month Day-of-week"
database.embedded.backup.cron=0 45 3 ? * * *
you can also schedule the same from TAC , if you have the enterprise version