server-edition icon indicating copy to clipboard operation
server-edition copied to clipboard

Release file for Ubuntu 24.04 not found

Open G-Rath opened this issue 7 months ago • 1 comments

Describe the bug When trying to upgrade to Ubuntu 24.04, apt claims the release file does not exist for fullstaq-ruby

To Reproduce Linux distribution: Ubuntu 24.04 Package name: any

Steps to reproduce the behavior:

  1. Run through the install steps in the readme
  2. See error:
root@staging-app-i-123abc:/home/deploy# apt update
Hit:1 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:3 http://ap-southeast-2.ec2.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign:5 https://storage.googleapis.com/fullstaq-ruby-server-edition-apt-repo/versions/27/public ubuntu-24.04 InRelease
Err:7 https://storage.googleapis.com/fullstaq-ruby-server-edition-apt-repo/versions/27/public ubuntu-24.04 Release
  404  Not Found [IP: 172.217.167.91 443]
Reading package lists... Done
E: The repository 'https://apt.fullstaqruby.org ubuntu-24.04 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.

Expected behavior The command to be successful and that I can install Ruby using fullstaq on Ubuntu 24.04

Additional logs If applicable, add additional logs to help explain your problem.

root@staging-app-i-123abc:/home/deploy# cat /etc/apt/sources.list.d/fullstaq-ruby.list
deb https://apt.fullstaqruby.org ubuntu-24.04 main

G-Rath avatar Jul 05 '24 21:07 G-Rath