cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Https://debian.neo4j.org/repo returns 404

The title says it. To confirm it's not my problem checked with https://www.uptrends.com/tools/uptime to see it's returning 404 from anywhere.
I saw similar issues on github but nothing recent.
Am I missing anything?

Thanks,
Igor
https://www.broadmind.eu

3 REPLIES 3

I did restart the nginx service yesterday afternoon but it was only down for 20 seconds max. It is currently up and running.

Are you able to add the apt repository and update from it?

EDIT: to be clear, debian.neo4j.org/repo isn't a webpage and it's expected to return a 404 message if you go there in a browser. If debian.neo4j.org is down then that would definitely be a problem.
The apt repository serves files from debian.neo4j.org/repo and so long as apt can successfully communicate with that endpoint, it's all fine.

Thank you for your reply. The real problem was being unable to install on an Ubuntu 18 docker container, and apparently the cause was that no PGP implementation like gnugp was present, so apt-key add was failing.

Interesting, glad you could fix it!
Thanks for taking the time to post the solution here.