Back up

It is advisable to store the backed up files in NetApp.

  • Run the following script to take a backup of the MySQL database files:
    • mysqldump -u [uname] -p[pass] [dbname] > [backupfile.sql]

    For example: mysqldump -u root -p testlink > tlbckup.sql

  • Back up the attachments residing in /var/testlink/upload_area/.
  • Back up install.conf from the Installer folder.

    For example: var/ops/testlink-installer/installer/install.conf