# GPG error, Error in discourse-setup command

**URL:** https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291
**Category:** Self-hosting
**Created:** [August 26, 2022, 8:35pm UTC](https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291 "2022-08-26T20:35:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![poyrazdursuncan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/poyrazdursuncan/32/204976_2.png) [@poyrazdursuncan](https://meta.discourse.org/u/poyrazdursuncan)
#### Post date: [August 26, 2022, 8:35pm UTC](https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291/1 "2022-08-26T20:35:07Z")

</div>

Hello;  
I’m trying to setup on a virtual server with Plesk Panel installed. Could you help?

```plaintext
./discourse-setup

Failed to find docker or docker.io on your PATH.
Enter to install Docker from https://get.docker.com/ or Ctrl+C to exit
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 20009 100 20009 0 0 219k 0 --:--:-- --:--:-- --:--:-- 219k
# Executing docker install script, commit: b2e29ef7a9a89840d2333637f7d1900a83e7153f
+ sh -c apt-get update -qq >/dev/null
W: GPG error: https://repo.cloudlinux.com/kernelcare-debian/8 stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DC3D600CDEF74BB
E: The repository 'https://repo.cloudlinux.com/kernelcare-debian/8 stable InRelease' is not signed.
Still failed to find docker or docker.io on your PATH.
Docker install failed. Quitting.

```

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [August 26, 2022, 8:47pm UTC](https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291/2 "2022-08-26T20:47:42Z")

</div>

> [@poyrazdursuncan](#):
>
> I’m trying to setup on a virtual server with Plesk Panel installed. Could you help?

Not much. That’s a very non-standard configuration. You definitely can’t use `discourse-setup`. And and `discourse-setup` suggests, you’ll need to install Docker. If you want to install Discourse in plesk, and you didn’t get as far as installing docker, then I think it’ll take you a while.

I’d recommend that you first install Discourse on its own VM to see how it works the easy and supported way, and then, if you want to try to get Discourse to co-exist with Plesk for some reason, you can go about seeing how to change it so that it might co-exist with Plesk. There are topics about running Discourse with other web servers, so they’ll offer some help, but I’m not aware of any that work with Plesk. I have one client whose VM has plesk and we disabled Plesk and let Discourse have all the ports, but every now and again something would happen and Plesk would take over the ports again and stop Discourse from working.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [August 26, 2022, 9:23pm UTC](https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291/3 "2022-08-26T21:23:08Z")

</div>

> [@poyrazdursuncan](#):
>
> ```plaintext
> W: GPG error: https://repo.cloudlinux.com/kernelcare-debian/8 stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6DC3D600CDEF74BB
> 
> ```

It looks like you’re running Debian 8. It’s no longer supported, so you’re probably not going to be able to install Docker or anything else.

> **[Debian -- Debian “jessie” Release Information](https://www.debian.org/releases/jessie/)**

**Debian 8 has been superseded by [Debian 9 (stretch)](https://www.debian.org/releases/stretch/). Regular security support updates have been discontinued as of June 17th, 2018.**

So you’ll need to spin up a new server before you can do anything. You should move whatever you have running on that server somewhere else ASAP.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [August 26, 2022, 9:31pm UTC](https://meta.discourse.org/t/gpg-error-error-in-discourse-setup-command/237291/4 "2022-08-26T21:31:37Z")

</div>

Just to add to the above from Jay, the current Debian release is 11. Stretch (9) was archived when support ended in 2020.

The current LTS (long term support) release is Buster (10) which will be supported into 2024.
