Anton KULIK (d00AK)2018-04-13 09:19 issue cleared. The problem was introduced NOT on Tuleap side. The reason Tuleap start failed from after-upgrade script came from upgrades of Server Control Panel "custom scripts" module. To be more precise, the way multi-line scripts are interpreted changed.
Anton KULIK (d00AK)2018-04-13 09:06 nope, there is a defect in after upgrade script indeed: http://tuleap-documentation.readthedocs.io/en/latest/installation-guide/update.html This works: service tuleap stop service nginx stop yum update The following sequence DOES NOT start tuleap (at least now, when Tuleap is up to date and there is nothing to do) /usr/lib/forgeupgrade/bin/forgeupgrade --config=/etc/tuleap/forgeupgrade/config.ini update /usr/share/tuleap/tools/utils/php56/run.php --module=nginx service nginx start service tuleap start Thoughts: I can not check if the after-upgrade script will start Tuleap in case there was a REAL upgrade (I guess I'll have to wait till next week for new upgrades to appear). For now, I just run "service Tuleap start" manually.
Thomas Gerbet (tgerbet)2018-04-13 08:52 Perfect! Status changed from New to DeclinedClose date set to 2018-04-13
Anton KULIK (d00AK)2018-04-13 08:48 indeed (see attachment), the Tuleap server didn't start after upgrade. I guess I need to revisit the Tuleap pre-and post-upgrade scripts on my server. Thanks! The issue is resolved. Attachments Screenshot 2018-04-13 08.49.16.png addedBy Anton KULIK (d00AK)(61 kB)Screenshot 2018-04-13 08.49.16.png
Thomas Gerbet (tgerbet)2018-04-13 08:43 Hello, What's the result of this command on the server: service tuleap status