Debian EventStoreDB install troubles

I’m trying to install EventStoreDB on Debian 11 and Debian 12. Unfortunately, the install instructions didn’t work. What can I do?

I used the following as explained on EventStore/EventStore-OSS - Packages · packagecloud

root@debian11-eventstore:~# curl -s https://packagecloud.io/install/repositories/EventStore/EventStore-OSS/script.deb.sh | sudo bash

I also tried the manual installation steps. No matter what I do, I cannot seem to get the repository index to update.

root@debian11-eventstore:~# apt-get update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye-updates InRelease                                                                                              
Hit:3 http://deb.debian.org/debian bullseye-backports InRelease                                                                                            
Hit:4 http://security.debian.org/debian-security bullseye-security InRelease                                                                               
Hit:5 https://repos-droplet.digitalocean.com/apt/droplet-agent main InRelease                                                                              
Ign:6 https://packagecloud.io/EventStore/EventStore-OSS/debian bullseye InRelease                              
Err:7 https://packagecloud.io/EventStore/EventStore-OSS/debian bullseye Release
  404  Not Found [IP: 54.183.38.72 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/EventStore/EventStore-OSS/debian bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Hello!

I’m sorry you’re struggling with this. Please do try downloading and installing the .deb file directly. We believe that will get you going. Please let us know if you are / are not successful :blush:

Thanks. All the .deb files have notes that they are for Ubuntu. Will they all work as well on Debian?

@tedhenry100 They should but keep it in mind that the .deb file was made from Ubuntu and has never been tested on Debian specifically.