Search Criteria
Package Details: dgraph-bin 25.3.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dgraph-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dgraph-bin |
| Description: | Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend |
| Upstream URL: | https://dgraph.io |
| Licenses: | Apache-2.0 |
| Conflicts: | dgraph |
| Provides: | dgraph |
| Submitter: | trengrj |
| Maintainer: | tee |
| Last Packager: | tee |
| Votes: | 8 |
| Popularity: | 0.64 |
| First Submitted: | 2016-10-25 07:58 (UTC) |
| Last Updated: | 2026-07-10 04:36 (UTC) |
Dependencies (0)
Required by (0)
Sources (7)
- dgraph-25.3.8.tar.gz.sha256
- dgraph-25.3.8.tar.gz
- https://github.com/dgraph-io/dgraph-experimental/raw/shiva/contrib/dgraph-contrib/systemd/centos/add_dgraph_account.sh
- https://github.com/dgraph-io/dgraph-experimental/raw/shiva/contrib/dgraph-contrib/systemd/centos/dgraph-alpha.service
- https://github.com/dgraph-io/dgraph-experimental/raw/shiva/contrib/dgraph-contrib/systemd/centos/dgraph-ui.service
- https://github.com/dgraph-io/dgraph-experimental/raw/shiva/contrib/dgraph-contrib/systemd/centos/dgraph-zero.service
- https://github.com/dgraph-io/dgraph/raw/v25.3.8/LICENSE.txt
Latest Comments
1 2 Next › Last »
dsoul commented on 2026-03-25 09:15 (UTC)
=> ERROR: Failure while downloading https://github.com/dgraph-io/dgraph/raw/v25.3.0/licenses/DCL.txt
chuckd833 commented on 2023-07-29 20:42 (UTC) (edited on 2023-07-29 21:09 (UTC) by chuckd833)
Running
makepkg -siI get a FAILED VALIDITY CHECK fordgraph-zero.service.Had to update PKGBUILD with following 256 hash:
wayfarer commented on 2023-06-24 17:35 (UTC)
I haven't had time to maintain this package, so I just disowned it. I'm realizing it might've been smoother of a process to add @tee before doing that, but I didn't think of that before pushing the button, sorry! Assuming you're interested in maintaining, you should get a request approved by the trusted users at some point.
tee commented on 2023-06-16 10:40 (UTC)
Any plans on updating this package?
wayfarer commented on 2022-06-05 22:46 (UTC) (edited on 2022-06-05 22:51 (UTC) by wayfarer)
Hi @bruno.unna , thanks for finding and posting the relevant portions from the logs. The
NODE_MODULE_VERSIONerror seems to indicate that something needs rebuilt every time the ABI version gets bumped. TheRunning node commanderror text comes from this file, which suggests you are using dgraph-lambda.Can you confirm if you have dgraph-lambda installed and if so, if rebuilding that fixes the issue?
If not, does switching from dgraph-bin to dgraph-git (which would cause a rebuild of dgraph) fix the issue?
bruno.unna commented on 2022-05-30 13:23 (UTC)
Newbie here.
This is the first problem I saw in the logs, repeatedly (every two seconds):
I reckoned this was due to node not being installed in my system. So I installed it and then I started receiving this one:
I kept watching the logs, and found this:
At this point I've run out of ideas, I'm afraid (not an expert on node.js).
My system: ArchLinux updated today. Kernel:
5.18.0-zen1-1-zenNodejs:18.2.0-1Any help will be appreciated.
zenista commented on 2022-02-04 05:36 (UTC)
Thanks!!!
wayfarer commented on 2021-06-10 08:58 (UTC)
You're welcome and thanks for the feedback! Your observation is correct, so I updated my pinned comment accordingly.
<deleted-account> commented on 2021-06-07 19:53 (UTC)
a
wayfarer commented on 2021-05-25 07:39 (UTC) (edited on 2021-06-10 08:55 (UTC) by wayfarer)
Some pretty significant changes recently, so read carefully and don't be afraid to comment asking for clarification or offering suggestions. As of version 20.11.2-2 this package switches to using upstream's systemd service files instead of separate downstream versions. The new service files assume a different data directory path and use of a dgraph user, both of which are typically set up via upstream's
add_dgraph_account.shscript. This script has been wrapped with thedgraph-bin.installfile in this package to handle different cases, such as updating from the old service files to the new service files. The upstreamdgraph-alphaservice automatically starts thedgraph-zeroservice, so starting them both when they are initially down is as simple assystemctl start dgraph-alpha.Additionally, upstream is moving away from including ratel releases with dgraph releases since ratel has now been open sourced in its own separate repository. As such, versions 21.03.0-1 and onwards of this package do not contain the
dgraph-ratelbinary anddgraph-ui.servicefile. Instead, they have been moved to a separate package which uses the upstream ratel releases. Note that thedgraph-uiservice is not dependent on the other two, so you must specify thedgraph-alphaservice if you wish to start all three services (systemctl start dgraph-alpha dgraph-ui).Finally, version 21.03.0 marks the start of a new release series and thus contains breaking changes. When upgrading, please make sure to follow the dgraph documentation's recommendations; in particular, you should follow either the backup/restore or export/import process to transfer your data between major versions.
1 2 Next › Last »