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.
Make Backup Testling
Moderators: Amaradana, TurboPT, TL Developers
Make Backup Testling
Thank's in advance.
Re: Make Backup Testling
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
1. Dump MySQL database to sql file
2. Compress sql file to zip, tar, ...
3. Delete sql file