Search Criteria
Package Details: dgraph-bin 24.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dgraph-bin.git (read-only, click to copy) |
---|---|
Package Base: | dgraph-bin |
Description: | Fast, transactional, distributed graph database |
Upstream URL: | https://github.com/hypermodeinc/dgraph |
Keywords: | dgraph |
Licenses: | Apache-2.0, custom:DCL |
Conflicts: | badgerdb, dgraph, dgraph-git |
Provides: | badgerdb, dgraph |
Submitter: | trengrj |
Maintainer: | tee |
Last Packager: | tee |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-25 07:58 (UTC) |
Last Updated: | 2025-08-21 13:31 (UTC) |
Dependencies (0)
Required by (0)
Sources (8)
- badger-24.1.4.tar.gz.sha256
- badger-24.1.4.tar.gz
- dgraph-24.1.4.tar.gz.sha256
- dgraph-24.1.4.tar.gz
- https://github.com/hypermodeinc/dgraph/raw/v24.1.4/contrib/systemd/centos/add_dgraph_account.sh
- https://github.com/hypermodeinc/dgraph/raw/v24.1.4/contrib/systemd/centos/dgraph-alpha.service
- https://github.com/hypermodeinc/dgraph/raw/v24.1.4/contrib/systemd/centos/dgraph-zero.service
- https://github.com/hypermodeinc/dgraph/raw/v24.1.4/licenses/DCL.txt
Latest Comments
1 2 Next › Last »
chuckd833 commented on 2023-07-29 20:42 (UTC) (edited on 2023-07-29 21:09 (UTC) by chuckd833)
Running
makepkg -si
I 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_VERSION
error seems to indicate that something needs rebuilt every time the ABI version gets bumped. TheRunning node command
error 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-zen
Nodejs:18.2.0-1
Any 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.sh
script. This script has been wrapped with thedgraph-bin.install
file in this package to handle different cases, such as updating from the old service files to the new service files. The upstreamdgraph-alpha
service automatically starts thedgraph-zero
service, 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-ratel
binary anddgraph-ui.service
file. Instead, they have been moved to a separate package which uses the upstream ratel releases. Note that thedgraph-ui
service is not dependent on the other two, so you must specify thedgraph-alpha
service 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.
wayfarer commented on 2021-03-23 03:42 (UTC)
@galaux thanks for pointing that out, I plan to switch when I return to a non-metered internet connection soon. The upstream-provided files look rational at a glance, though I'll test what the transition to a dgraph system user is like before I push anything.
1 2 Next › Last »