• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by Tofandel

  1. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    Did you check your config files and make sure you removed the innodb_force_recovery line as well?
  2. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    What is the innodb_force_recovery level that allowed you to start mariadb? Your database is readonly with the innodb_force_recovery mode and you shouldn't try to write to it, it's only meant to create a dump if your backup is incomplete. Did you move back all the files to their original...
  3. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    Since the file is .gz mariadb < zcat /var/lib/psa/dumps/mysql.pre-rdbms-upgrade.*.dump.gz
  4. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    mv /var/lib/mysql /var/lib/mysql.bak apt install --reinstall mariadb-server mariadb < /var/lib/psa/dumps/mysql.pre-rdbms-upgrade.*.dump
  5. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    You can run `mysqlcheck --all-databases` to see the corrupted tables, btw did you use the GUI updater? Because it does say it will create a dump in /var/lib/psa/dumps So look there as you may have a full dump preupgrade already, maybe fully purge mariadb and reimport the dump and run plesk...
  6. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    You can exclude the failing tables (which are the corrupted ones) from the dump, you can exclude the whole 'apsc' database and ask plesk to repair it later or restore it from the daily dump of plesk (this db only contains some small info for prestashop installs). It does mean you will need to...
  7. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    If you don't have a full backup and get it to start with the above config, dump everything with `mysqldump --all-databases > backup.sql`, remove the innodb_force_recovery config, stop mariadb, run ``` mv /var/lib/mysql/ibdata1 /var/lib/mysql/ibdata1.bak mv /var/lib/mysql/ib_logfile0...
  8. Tofandel

    Issue Updating MariaDB from 10.5 to 10.11.4 breaks everything.

    Note that if you do this, you will be able to recover and start mariadb, but you won't have any data. You should restore it from the backup before the upgrade that you will find in /var/lib/psa/dumps/mysql.preupgrade.*.dump.gz (look up based on your version) There is ways to recover from this...
  9. Tofandel

    Resolved Plesk Premium Email - https://mirror.apheleia-it.ch offline

    There is now a public key issue E: The repository 'Index of /repos/Kolab:/16/Ubuntu_20.04_Plesk_17 InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  10. Tofandel

    Resolved Let's Encrypt certificate with SSL It -> using wrong certificates

    Seems it is, the content is the let's encrypt CA.. But the CA also has it's own file where it's the only entry. Really no idea what's going on there
  11. Tofandel

    Resolved Let's Encrypt certificate with SSL It -> using wrong certificates

    The certificate file contains multiple `-----BEGIN CERTIFICATE-----` in it.. The default certificate also contains two and one of them is shared between the two.. Is this normal?
  12. Tofandel

    Resolved Let's Encrypt certificate with SSL It -> using wrong certificates

    Netstat looks something like this: There is 16 ips from docker (though there isn't that many containers) and even when docker is stopped those ips don't disappear and they are still listening. I wonder if this could be the cause of the issue
  13. Tofandel

    Resolved Let's Encrypt certificate with SSL It -> using wrong certificates

    I have a similar issue where a subdomain starts randomly using the wrong certificate (it uses the plesk default certificate), but in the nginx config it's the correct certificate.. And when I mean randomly I mean randomly, if I resave the certificate it will sometimes resolve it, but then come...
  14. Tofandel

    Question Anyone knows how to change notification emails sender address?

    Any good way to do that or configure plesk to use a smtp when doing that? Main issue is that by using the email of the admin directly in php, it doesn't DKIM sign the email or respect DMARC when sending and the email gets rejected
  15. Tofandel

    Question Change HORDe or Roundcube by user

    I concurr, this webmail didn't receive any update in 7 years GitHub - horde/webmail: Horde Groupware Webmail Edition It has more than 11 serious and unfixed published CVE's CVE - Search Results Do not use it under any circumstance. Plesk should remove it from it's offering or fork it...
Back
Top