Jobqueue stuck multie server setup

Discussion in 'Installation/Configuration' started by ISPCNoob, Feb 26, 2022.

Tags:
  1. ISPCNoob

    ISPCNoob New Member

    Hey Everyone,

    I have a multi server setup running on Proxmox:
    control (ISPConfig GUI)
    web1 (web, email, db)
    web2 (web, email, db)
    ns1
    ns2

    I upgraded to 3.2.7p1 last night and everything seemed fine. I'm working on a project that requires PHP 7.4, the default on both web servers is 7.3. I installed 7.4 on both web servers, set them up in ISPC and updated the version on the two sites that requires. The jobqueue has been stuck for a few hours now.

    I tried to enable debugging in ISPC on both webservers and those jobqueues is also stuck. I'm not sure if this is related to the new version of ISPC and if something broke. I've never had any issues with upgrading nor issues with ISPC in the past. stuck2.png stuck1.png
     
  2. ISPCNoob

    ISPCNoob New Member

    I figured this out... my web servers were running php 8.1 on cli which was causing issues.

    I set these back to 7.3 running these commands:
    update-alternatives --set php /usr/bin/php7.3
    update-alternatives --set php-cgi /usr/bin/php-cgi7.3
    update-alternatives --set php-cgi-bin /usr/lib/cgi-bin/php7.3
    update-alternatives --set php-fpm.sock /run/php/php7.3-fpm.sock
     
    Th0m and till like this.

Share This Page