Missing MacOs release for v21.03.0

Report a Dgraph Bug

What version of Dgraph are you using?

v21.03.0
$ dgraph version
 
Don't work as nothing gets installed

Have you tried reproducing the issue with the latest release?

Yes

What is the hardware spec (RAM, OS)?

MacOs

Steps to reproduce the issue (command/config used to run Dgraph).

Try to install latest release on MacOs

Expected behaviour and actual result.

I expect installation to work.
Instead I get this error :

Latest release version is v21.03.0.
Downloading checksum file for v21.03.0 build.
####################################################################################################################################################################################################################################### 100.0%
Download complete.
There was some problem while installing Dgraph. Please share the output of this script with us on http://discuss.dgraph.io so that we can resolve the issue for you.

Investigating a bit show that /tmp/dgraph-checksum-darwin-amd64.sha256 is at fault, and only contains this string: Not Found

Possible fix

It seems that MacOs binaries were not published with last release release:
Release Dgraph v21.03.0 - Resilient Rocket · dgraph-io/dgraph · GitHub

Only linux binaries are available.

This will fix it

https://github.com/dgraph-io/Install-Dgraph/pull/21

Read this to know the reasons behind it

1 Like

Thank you for the pointers!

I suspected that support was dropped, but since it wasn’t mentioned in the changelog I had doubts.

You may want to add a line about it there.

I was planning on using it on my mac for development, I guess I’ll use the previous compatible version.

Thank you for your support, I hope I’ll enjoy Dgraph !

When I run wget https://github.com/dgraph-io/dgraph/raw/master/contrib/config/docker/docker-compose.yml && docker-compose up I’m seeing:

alpha_1 | Dgraph version : v20.11.0
alpha_1 | Dgraph codename : tchalla

Is that right?