AlexSela Hi everyone, I performed an update and now my entire ITFlow interface is offline. I no longer have access. Do you have any idea where I should go or what I should check to get everything back online? Thank you for your help.
wrongecho Hello, Rollback your instance to before the update and then manually apply the file & database updates per https://forum.itflow.org/d/1687-25032-release-stable-warning-do-not-attempt-to-update-via-the-webui The update_cli script will be in /var/www/itflow/scripts/ Run the Update Script: sudo -u www-data php update_cli.php Run the database update: sudo -u www-data php update_cli.php --update_db Repeat the --update_db command until no further updates are found. (Note there are many db updates)
AlexSela wrongecho Hi thanks a lot… but i didn't work. root@ubuntu:~# sudo -u www-data php update_cli.php Could not open input file: update_cli.php root@ubuntu:~# sudo -u www-data php update_cli.php --update_db Could not open input file: update_cli.php
wrongecho AlexSela I think you missed the bit where I said: "The update_cli script will be in /var/www/itflow/scripts/"
abudabou For me there is nothing in the the dir /var/www/itflow/ named script. Could it be in another dir? I have installed it via the installation script almost 2 years ago now, can I just upload myself the file and content?