Report a Dgraph Bug
The dgraph installer script (get.dgraph.io) has option to install systemd units for alpha, zero, and ratel, but these will fail on Ubuntu.
The script will fetch files from:
But these don’t work on Ubuntu as the bash is not found in /usr/bin/bash
.
What version of Dgraph are you using?
latest
Have you tried reproducing the issue with the latest release?
latest
What is the hardware spec (RAM, OS)?
Ubuntu 18.04
Steps to reproduce the issue (command/config used to run Dgraph).
curl -sSf https://get.dgraph.io | ACCEPT_LICENSE="y" INSTALL_IN_SYSTEMD="y" bash
Expected behaviour and actual result.
The expected behavior would be alpha and zero services running, but instead the actual behavior is that the services will have failed when running these:
systemctl status dgraph-alpha
systemctl status dgraph-zero
curl localhost:6080/health
curl localhost:8080/health