Graylog2 / fpm-recipes

Graylog package build recipes
http://docs.graylog.org/en/latest/pages/installation/operating_system_packages.html
18 stars 19 forks source link

Missing 0.92.1 packages #22

Closed gravis closed 9 years ago

gravis commented 9 years ago

Hi,

The release 0.92.1 is available since Dec. 11th, and only 0.92 is available as .deb packages. Any chance to have an update of these packages soon? We had issue upgrading from 0.91 to 0.92, and I'd like to test with this new version.

Thanks

joschi commented 9 years ago

The packages for Graylog2 have been released along with the tar balls and are available in our package repository (exemplary output for our Debian Wheezy repository):

$ curl -sL https://packages.graylog2.org/repo/debian/dists/wheezy/0.92/binary-amd64/Packages | grep -B1 0.92.1
Package: graylog2-radio
Version: 0.92.1-1.rc.1
--
Description: Graylog2 radio
Filename: pool/wheezy/0.92/g/graylog2-radio/graylog2-radio_0.92.1-1.rc.1_all.deb
--
Package: graylog2-radio
Version: 0.92.1-2
--
Description: Graylog2 radio
Filename: pool/wheezy/0.92/g/graylog2-radio/graylog2-radio_0.92.1-2_all.deb
--
Package: graylog2-server
Version: 0.92.1-1.rc.1
--
Description: Graylog2 server
Filename: pool/wheezy/0.92/g/graylog2-server/graylog2-server_0.92.1-1.rc.1_all.deb
--
Package: graylog2-server
Version: 0.92.1-2
--
Description: Graylog2 server
Filename: pool/wheezy/0.92/g/graylog2-server/graylog2-server_0.92.1-2_all.deb
--
Package: graylog2-web
Version: 0.92.1-1.rc.1
--
Description: Graylog2 web
Filename: pool/wheezy/0.92/g/graylog2-web/graylog2-web_0.92.1-1.rc.1_all.deb
--
Package: graylog2-web
Version: 0.92.1-2
--
Description: Graylog2 web
Filename: pool/wheezy/0.92/g/graylog2-web/graylog2-web_0.92.1-2_all.deb

@gravis Did you update your package indices (e. g. with apt-get update or yum update) before trying to upgrade or install Graylog2 0.92.1?

gravis commented 9 years ago

Thanks, it's really weird then. https://www.graylog2.org/resources/documentation/general/packages is only mentioning 0.92, and when I try to download by hand:

% curl -I https://packages.graylog2.org/repo/packages/graylog2-0.92-repository-debian7_latest.deb
HTTP/1.1 302 Found
Server: Cowboy
Connection: keep-alive
Date: Thu, 18 Dec 2014 15:17:34 GMT
Location: https://graylog2-package-repository.s3.amazonaws.com/packages/graylog2-0.92-repository-debian7_latest.deb?AWSAccessKeyId=AKIAIJSI6MCSPXFVDPIA&Expires=1418916454&Signature=xm4W%2FL0xyHMT%2Fui4PXWXfru6JQo%3D
Content-Type: text/html
Via: 1.1 vegur

but not with 0.92.1:

% curl -I https://packages.graylog2.org/repo/packages/graylog2-0.92.1-repository-debian7_latest.deb
HTTP/1.1 404 Not Found
Server: Cowboy
Connection: keep-alive
Date: Thu, 18 Dec 2014 15:18:21 GMT
Content-Type: text/html
Via: 1.1 vegur
gravis commented 9 years ago

Indeed, if I add the source deb https://packages.graylog2.org/repo/debian/ wheezy 0.92, the version 0.92.1 is being installed.

joschi commented 9 years ago

The repositories are split up by major/minor version number, so Graylog2 0.92.x (e. g. 0.92.0, 0.92.1-rc.1, and 0.92.1) is available in the 0.92 repository.

gravis commented 9 years ago

Ok, thanks, and sorry the mess-up.

joschi commented 9 years ago

No problem. Glad I could help. :smile: