• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Can't connect to Plesk after update to 18.0.61 Update 1

King555

Regular Pleskian
Server operating system version
Ubuntu 18.04.6 LTS x64
Plesk version and microupdate number
18.0.61 Update 1
I just upgraded my Plesk from version 18.0.60 Update 1 to 18.0.61 Update 1. Now I can't connect to the panel. Everything else works fine (websites, mail, etc.), but I can't connect to Plesk itself. There is no error message, just no connection (of course there is a browser error message, but this depends on the browser).

I use a specific port to connect to Plesk, not the standard port. Maybe this does not work anymore?

I already did a
Code:
service psa restart
, a
Code:
service sw-cp-server restart
, and a
Code:
plesk repair installation
without any success.

I've read in the forum that there were problems with a custom URL after the update, but obviously the fix has been released (which is Update 1).

What can I do?
 
Have you previously configured a customized URL for logging in?

Also, are there any errors when checking the status of service sw-engine status and service sw-cp-server status?
 
Last edited:
Yesterday evening it was still working, this morning I also have 502 Bad Gateway :/
(Debian 10)
 
According to service sw-engine status and service sw-cp-server status everything is fine, no error messages, just "active", green text, etc.

I figured out that the port was not reachable anymore (and the original ports are blocked via firewall). That's because ipv6_ports.inc and plesk.conf in the directory /etc/sw-cp-server/conf.d were overwritten with the default values by the last update (this never happened before). I edited them back for using my special port and now it works again! Thanks!
 
I had a similar issue, after upgrade to Plesk Obsidian 18.0.61 last Thursday the dB did not restart and I had to replace a back up (I have little server experience, manage most from Plesk), the Plesk interface gives 500 Plesk\Exception\Database (see screenshot) and going to the repair kit doesn't solve anything.

Any suggestions what to do?
 

Attachments

  • Screenshot 2024-05-16 at 13.08.04.png
    Screenshot 2024-05-16 at 13.08.04.png
    98.3 KB · Views: 11
  • Screenshot 2024-05-17 at 05.21.59.png
    Screenshot 2024-05-17 at 05.21.59.png
    353.5 KB · Views: 11
  • Screenshot 2024-05-18 at 09.50.52.png
    Screenshot 2024-05-18 at 09.50.52.png
    36 KB · Views: 10
Hi Kaspar,

Tx for the answer, what if I said I had some experience? I'd like to try and solve (and learn). SO if you have any directions, I'd be happy to try
tx/diederik
 
Sure. You'll first have to find out why mariadb won't start in the first place. Connect to your server via SSH and run systemctl status mariadb and journalctl -xe. This should give you some more information.

After that you can search trough the Plesk knowledge base (and perhaps this forum also) for any specific errors found in the previous step. If you unsure about anything, open a new topic with any information you've found so far.
 
ill give it a try - for now turning off the update prevents the event from happening, giving me sometime to find a solution.
Tx for the help!
/d
 
Back
Top