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
I would like to run this 3 steps "unattended":
sudo docker-compose run --rm musicbrainz fetch-dump.sh search && admin/delete-search-indexes all && sudo docker-compose run --rm search load-search-indexes.sh --force
Unfortunately, the first step (downloading the dumps) needs over 2 hours and the following command always ask for the same user password again.
How can I execute the above 3 commands one after the other and enter the password only once (at the beginning)?
The text was updated successfully, but these errors were encountered:
sudo $SHELL -c 'docker-compose run --rm musicbrainz fetch-dump.sh search && admin/delete-search-indexes all && docker-compose run --rm search load-search-indexes.sh --force'
Sorry, something went wrong.
No branches or pull requests
I would like to run this 3 steps "unattended":
sudo docker-compose run --rm musicbrainz fetch-dump.sh search && admin/delete-search-indexes all && sudo docker-compose run --rm search load-search-indexes.sh --force
Unfortunately, the first step (downloading the dumps) needs over 2 hours and the following command always ask for the same user password again.
How can I execute the above 3 commands one after the other and enter the password only once (at the beginning)?
The text was updated successfully, but these errors were encountered: