Install couchbase 6.5 on Ubuntu 20.4 fails with 403 Forbidden error

Hello,

I wanted to install the current version (6.5 community) of the couchbase server on an Ubuntu 20.04 LTS (Focal Fossa). To do this, I followed the steps described at https://docs.couchbase.com/server/current/install/ubuntu-debian-install.html.

Installing the metapackage worked.

# curl -O https://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-amd64.deb
# sudo dpkg -i ./couchbase-release-1.0-amd64.deb

However, it was then not possible to update the package list.

# sudo apt-get update
Hit:1 http://mirror.hetzner.de/ubuntu/packages focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease              
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease    
Hit:4 http://packages.couchbase.com/releases/couchbase-server/enterprise/deb focal InRelease
Hit:5 http://mirror.hetzner.de/ubuntu/packages focal-updates InRelease
Hit:6 http://packages.couchbase.com/releases/couchbase-server/community/deb focal InRelease
Hit:7 http://mirror.hetzner.de/ubuntu/packages focal-backports InRelease
Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease      
Hit:9 http://mirror.hetzner.de/ubuntu/packages focal-security InRelease
Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease   
Err:11 http://packages.couchbase.com/ubuntu focal InRelease
  403  Forbidden [IP: 2600:9000:21c3:6200:d:a436:d140:93a1 80]
Reading package lists... Done
E: Failed to fetch http://packages.couchbase.com/ubuntu/dists/focal/InRelease  403  Forbidden [IP: 2600:9000:21c3:6200:d:a436:d140:93a1 80]
E: The repository 'http://packages.couchbase.com/ubuntu focal InRelease' is not signed.
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.

Did I miss anything?

Best regards

hi, ubuntu 20.04 is not a supported version for Couchbase, the currently supported versions are the following:
Ubuntu 18.04 and 16.04
I went through the same steps, and received the same errors when attempting to install on 20.04