You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB version: 4.0 (defined in docker-compose-db.yml)
Operating System: Ubuntu 20.04.6 LTS
Description
Download of demo dataset fails.
Has the URL for the demo dataset distribution location changed?
What I Did
$ make docker-db-up
rm -f -r ./db-instance/data/*
rm -f -r ./db-instance/log/*
mkdir -p db-instance
# this folder is for saving the downloaded demo mongodb data
mkdir -p db-instance/data
# this folder is for saving the log files
mkdir -p db-instance/log
# this folder is for saving the newly dumped mongodb data
mkdir -p db-instance/dump
curl -o sintel.tar.bz2 "https://d3-ai-sintel.s3.us-east-2.amazonaws.com/sintel.tar.bz2"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 302 0 302 0 0 284 0 --:--:-- 0:00:01 --:--:-- 284
tar -xf sintel.tar.bz2 -C ./db-instance/data/ && rm sintel.tar.bz2
tar: This does not look like a tar archive
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
make: *** [Makefile:78: docker-db-up] Error 2
For reference, the results of opening the URL of the demo dataset in a browser are shown below.
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>d3-ai-sintel</BucketName>
<RequestId>BBDT03YZJZ8PH84F</RequestId>
<HostId>V3ANwcCBC6xlySIw6V/mhrRmjGjr3TIuM84+oApwVKLwxz5rG4dN9NBaW3J1e1BEZDBr4vj+b2g=</HostId>
</Error>
The text was updated successfully, but these errors were encountered:
docker-compose-db.yml
)Description
Download of demo dataset fails.
Has the URL for the demo dataset distribution location changed?
What I Did
For reference, the results of opening the URL of the demo dataset in a browser are shown below.
The text was updated successfully, but these errors were encountered: