Plesk

Email notification is sent to Plesk administrator during Plesk backup creation: Unable to find archive metadata

Symptoms

Cause

Remote FTP storage does not support TLS of 1.3 version which is used by default by Plesk Backup, e.g:

Resolution

  1. Log into Plesk.

  2. Go to Extensions > My Extensions > Panel.ini Editor > Open > Editor.

    Note: in case the Panel.ini Editor extension is missing, install it using this article.

  3. Add the line below under the [pmm] section:

    • In case the remote FTP storage supports TLS of 1.2 version:

      ftpMaxTlsVersion = 12

    • In case the remote FTP storage supports TLS of 1.1 version:

      ftpMaxTlsVersion = 11

  4. Scroll down and press the Save button.

Solution using the SSH access

  1. Log into the server via SSH.

  2. Execute the command below to open /usr/local/psa/admin/conf/panel.ini in the vi text editor:

    # plesk conf panel.ini

  3. Add the line below under the [pmm] section:

    • In case the remote FTP storage supports TLS of 1.2 version:

      ftpMaxTlsVersion = 12

    • In case the remote FTP storage supports TLS of 1.1 version:

      ftpMaxTlsVersion = 11

  4. Save the changes.