Plesk

Unable to update Grafana on a Plesk for Ubuntu server: repository ‘https://autoinstall.plesk.com/grafana/deb stable InRelease’ doesn’t support architecture ‘i386’

Symptoms

Cause

This is a Plesk bug with ID PPPM-13366 which will be fixed in future Plesk versions.

Resolution

  1. Connect to the Plesk server via SSH.

  2. Find the current Plesk version:

    # plesk version

  3. Open the repository file in a text editor. In this example, we are using the vi editor:

    # vi /etc/apt/sources.list.d/plesk-ext-grafana.list

  4. Change the repository:

    • For Plesk Obsidian 18.0.40 and later:

      # deb https://packages.grafana.com/oss/deb stable main

    • For Plesk Obsidian 18.0.39 and older:

      # deb [arch=amd64] https://autoinstall.plesk.com/grafana/deb stable main

  5. Save the changes and close the file.

  6. Update Grafana:

    # apt-get update

Exit mobile version