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. The script will update the app files and database together, run: sudo -u www-data php update_cli.php

Additional notes