Make Backup Testling

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
aalcazar
TestLink user
Posts: 4
Joined: Sat Feb 28, 2015 2:22 pm
Location: Bcn
Contact:

Make Backup Testling

Post by aalcazar »

There are some way to make a backup in test link to prevent lost information about testsuits and testcases in our project?

In this case somebody test it or use some application to do it'

Thank's in advance.
Thank's in advance.
devonk
Advanced user
Posts: 16
Joined: Sun Mar 15, 2015 9:43 am

Re: Make Backup Testling

Post by devonk »

You can do a database dump to an sql file with a cron job, that's how I'm doing it.

1. Dump MySQL database to sql file
2. Compress sql file to zip, tar, ...
3. Delete sql file
Post Reply