Hello! I have a bug. In admin Panel ISPconfig I see 2 tasks in the red notifications circle. And it's not chaning even after reboot. How can I fix that?
That's a config problem on your server and not a bug. Use the debug mode to find out why the taks can not be completed: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
Not to threadjack but I am having the same problem. HTF shows no major issue and server.sh only outputs Finished.
Then the debug mode was not enabled correctly as the script always shows more than just Finished in debug mode. Please see the thread that I linked above, it contains a link at the end of the post to the ISPConfig FAQ that shows in detail how to enable and run the debug mode. Beside that, if you have a multiserver setup then the pending change can be from any of the slaves and the server.sh script has to be run on the slave where the change could not be applied.
@alexqem I was able to sort my issue out. It was a mismatched password between what was in the config.inc.php file on my nodeserver and the MasterDB server. -Brian