Table of Contents

Updates

Web Interface

  1. Login to ITFlow as an admin
  2. Navigate to Admin Settings > Update
  3. If any updates are available, you will see the git commit details
  4. Select Update App (this downloads the latest app files)
  5. If prompted, also select Update database (you may have to do this several times)

CLI

  1. Connect to your server via SSH as a user with root privileges
  2. Navigiate to the ITFlow scripts directory (usually /var/www/itflow.yourdomain.com/scripts)
  3. To update the app files run: sudo -u www-data php update_cli.php
  4. Then apply database updates: sudo -u www-data php update_cli.php --update_db (this may have to be run several times)

Additional notes