• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by peter21581

  1. P

    Issue MariaDB upgrade fails with 521 error within Plesk due to MariaDB website being unavailable

    try this code.... for f in /usr/local/psa/admin/sbin/upgrade-mariadb /opt/psa/admin/sbin/upgrade-mariadb; do [ -f "$f" ] && sed -i 's|https://downloads.mariadb.com/MariaDB/|# https://downloads.mariadb.com/MariaDB/|' "$f"; done and then run upgrade from plesk gui.
  2. P

    Question MariaDB upgrade via Plesk fails

    you can still do it from plesk gui.... but you need to fix plesk script with this... for f in /usr/local/psa/admin/sbin/upgrade-mariadb /opt/psa/admin/sbin/upgrade-mariadb; do [ -f "$f" ] && sed -i 's|https://downloads.mariadb.com/MariaDB/|# https://downloads.mariadb.com/MariaDB/|' "$f"; done
  3. P

    Issue Plesk autoinstaller stuck at site-import

    Workaround: curl -L https://autoinstall.plesk.com/plesk-installer | bash plesk-installer install PLESK_18_0_66 --preset Recommended --without imunify360
  4. P

    Issue Plesk autoinstaller stuck at site-import

    Hello, I have been enjoying the Plesk one-click auto installer for years. However, today I encountered a problem where the Plesk 18.0.66.0 was stuck on "Installing the package Site Import." I noticed that Plesk is now using Imunify360 by default, and it was attempting to run a Yum install at...
  5. P

    Issue Plesk Migrator does not copy databases from DirectAdmin.

    If you're considering transitioning from DirectAdmin with Almalinux or Cloudlinux to Plesk on Almalinux or CloudLinux, give this script a shot. It might simplify and streamline your migration process. curl -L -o da2plesk.sh...
  6. P

    Issue Plesk Migrator does not copy databases from DirectAdmin.

    @Peter Debik No problem. I almost able to post in the “Reports” section now. I just need to find two more bugs.
  7. P

    Issue Plesk Migrator does not copy databases from DirectAdmin.

    Greetings (again), I've transitioned to being a Plesk user at last! Previously, I highlighted an issue with Plesk Migrator version 2.24.0-1083, tagged as ID PMT-5179. However, the updated Plesk Migrator 2.24.1-1089 presents another challenge that stems from my earlier fix (PMT-5179). For a...
  8. P

    Forwarded to devs Plesk Migrator does not copy databases from DirectAdmin

    Hello @Peter Debik , Here is the source server information: CentOS Linux release 7.9.2009 (Core) DirectAdmin v.1.650 012240df134922e26c50eb42161af66e4f9d3d59 10.5.17-MariaDB MariaDB Server The problem arises from dumper.py looking at /usr/local/directadmin/conf/directadmin.conf to determine...
  9. P

    Forwarded to devs Plesk Migrator does not copy databases from DirectAdmin

    Greetings, Although I'm not a Plesk customer, I'm assisting a friend in transitioning from DirectAdmin to Plesk. While using the Plesk migrator version 2.24.0-1083, I encountered an issue with the database connection code. Despite being unfamiliar with Python coding, I have managed to resolve...
Back
Top