Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neo4j: 3.5.14 -> 4.1.1 #98443

Closed
wants to merge 2 commits into from
Closed

neo4j: 3.5.14 -> 4.1.1 #98443

wants to merge 2 commits into from

Conversation

jonringer
Copy link
Contributor

@jonringer jonringer commented Sep 22, 2020

Motivation for this change

wanted to use it for an upcoming project. Had difficulty using the 3.5 version, so i bumped it, and redid some of the module

I'm not a big fan of how the state directory is created, but I'm not very knowledgeable with systemd.

The nixosTests also seem to have a high degree of failure with "no space left on device". Not sure if it's hitting RAM or space issues. Most likely RAM issues.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor Author

Also, the upgrade from 3.5 to 4 looks none trivial. Not sure how we should handle this scenario https://neo4j.com/docs/operations-manual/current/upgrade/planning/

@stale
Copy link

stale bot commented Jul 19, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 19, 2021
@0xB10C
Copy link
Contributor

0xB10C commented Aug 1, 2021

Still relevant. Having an up-to-date neo4j version (4.X) would be good.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 1, 2021
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/where-to-put-a-packages-variable-data/14391/3

'';

passthru.tests.nixos = nixosTests.neo4j;

meta = with stdenv.lib; {
description = "A highly scalable, robust (fully ACID) native graph database";
homepage = "http://www.neo4j.org/";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
homepage = "http://www.neo4j.org/";
homepage = "https://neo4j.com/";

@erictapen erictapen mentioned this pull request Aug 31, 2021
12 tasks
@erictapen
Copy link
Member

I'd like to continue this in #136300. @jonringer are you okay if I close this PR?

@jonringer jonringer deleted the bump-neo4j branch November 12, 2021 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants