2.4.  Updating Squish Test Center

When you update your Squish Test Center Installation, the following files and folders should be kept to retain your data and configuration.

Follow these steps to update your Squish Test Center installation

  1. Open a command line or shell prompt and change directories to the top-level directory of your old Squish Test Center installation. Issue the following prompt to shutdown the old instance

    $ /bin/testcenter stop
    

  2. Unpack the new Squish Test Center binary package

  3. Copy the aforementioned files and folders from your old installation to the new and updated installation

  4. To update the database , open a command line or shell prompt and change directories to the top-level directory of the new Squish Test Center installation. Issue the following prompt to update the database

    $ /bin/testcenter migrate
    

  5. Issue the following prompt to start the updated Squish Test Center instance

    $ /bin/testcenter start