Updating Test Center

When you update your Test Center Installation, you should keep the following files and folders to retain your data and configuration:

  • testcenter/config/application.ini
  • testcenter/config/database.ini
  • testcenter/db
  • testcenter/import

To update your Test Center installation:

  1. Open a command line or shell prompt, and change directories to the top-level directory of your old Test Center installation.
  2. Issue the following command to shut down the old instance:
    $ /bin/testcenter stop
  3. Unpack the new Test Center binary package.
  4. Copy the files and folders to keep from your old installation to the new and updated installation.
  5. To update the database, open a command line or shell prompt and change directories to the top-level directory of the new Test Center installation. Issue the following command to update the database:
    $ /bin/testcenter migrate
  6. Issue the following command to start the updated Test Center instance:
    $ /bin/testcenter start

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.