andreapollastri / cipi

Install and manage your server like a pro! With Cipi you don’t need to be a Sys Admin to deploy and manage websites and PHP applications powered by cloud VPS.
https://cipi.sh
1.08k stars 224 forks source link

Unable to process operate on cipi #444

Open yasinyilmaz1 opened 1 year ago

yasinyilmaz1 commented 1 year ago

I used the ssl button after the websites I added through the cipi. Transactions appear to be accumulated in the database and cannot be processed. The new website is also not added because the transactions are piling up. It is added on the panel, but the vhost is not opened on the server. I'm guessing this could be a problem as there are pending transactions. How can I overcome this problem. Ekran Görüntüsü - 2022-09-10 15-40-38

yasinyilmaz1 commented 1 year ago

Is there a command or option such as canceling or forcing pending processes?

yasinyilmaz1 commented 1 year ago

When I executed the following commands in crontab -e, the problem was fixed and the pending processes on sql started to work.

So why is crontab not working in the panel, because when I checked, the cron status is active and running and there is no cron error.

cd /var/www/html/utility/cipi-update && sh run.sh >> /dev/null 2>&1 cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1