We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you try to use the command sudo docker-compose run --rm musicbrainz fetch-dump.sh both as mentioned here: https://github.com/metabrainz/musicbrainz-docker#user-content-recreate-database-with-indexed-search
sudo docker-compose run --rm musicbrainz fetch-dump.sh both
only the search dumps will be downloaded, but not the database data dumps. The process stops with the error "File ‘fullexport’ exists."
File ‘fullexport’ exists.
... url.tar.zst: OK work.tar.zst: OK /musicbrainz-server Mon 19 Jul 2021 09:33:06 AM UTC: Fetching database dump... --2021-07-19 09:33:06-- ftp://mirrors.dotsrc.org/MusicBrainz/data/fullexport => ‘/media/dbdump/fullexport’ Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /MusicBrainz/data ... done. ==> SIZE fullexport ... done. ==> PASV ... done. --2021-07-19 09:33:07-- ftp://mirrors.dotsrc.org/MusicBrainz/data/fullexport => ‘/media/dbdump/.listing’ ==> CWD (1) /MusicBrainz/data ... done. ==> PASV ... done. ==> LIST ... done. .listing [ <=> ] 1023 --.-KB/s in 0.001s File ‘fullexport’ exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you try to use the command
sudo docker-compose run --rm musicbrainz fetch-dump.sh both
as mentioned here:
https://github.com/metabrainz/musicbrainz-docker#user-content-recreate-database-with-indexed-search
only the search dumps will be downloaded, but not the database data dumps.
The process stops with the error "
File ‘fullexport’ exists.
"The text was updated successfully, but these errors were encountered: