apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.37k stars 1.3k forks source link

foundationdb.org is offline #6238

Closed mhindery closed 2 years ago

mhindery commented 2 years ago

The site returns a 404:

image

Downloading packages is also broken due to this 404:

mhindery@Mathieus-MacBook-Pro /tmp % wget https://www.foundationdb.org/downloads/${CURRENT_VERSION}/ubuntu/installers/foundationdb-clients_${CURRENT_VERSION}-1_amd64.deb 
--2022-01-12 18:31:43--  https://www.foundationdb.org/downloads/6.2.19/ubuntu/installers/foundationdb-clients_6.2.19-1_amd64.deb
Resolving www.foundationdb.org (www.foundationdb.org)... 17.253.53.208, 17.253.53.207
Connecting to www.foundationdb.org (www.foundationdb.org)|17.253.53.208|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-01-12 18:31:44 ERROR 404: Not Found.
jzhou77 commented 2 years ago

Note the download page has been moved to github releases: https://github.com/apple/foundationdb/releases. For example, the file you are looking for is now at: https://github.com/apple/foundationdb/releases/download/6.2.19/foundationdb-clients_6.2.19-1_amd64.deb

If you see any artifacts that used to be available from https://www.foundationdb.org/ and is no longer there on github, please let @ammolitor know.

sfc-gh-abeamon commented 2 years ago

The 404 on http://foundationdb.org is something that I believe we're trying to fix, but you can access the site if you include "www": https://www.foundationdb.org.

ammolitor commented 2 years ago

duplicate of #6154

thanks @jzhou77 for the pointer to GitHub releases. @sfc-gh-ajbeamon you are correct that there is a fix in progress for the domain apex to redirect. I don't have a ETA for that fix at this time though.