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
Backup/restore is currently using the command from the docs: docker-compose run --rm -T -e SENTRY_LOG_LEVEL=CRITICAL web export > sentry/backup.json
docker-compose run --rm -T -e SENTRY_LOG_LEVEL=CRITICAL web export > sentry/backup.json
This is adding headers to the backup file that need to be removed before import. Try and find another way of handling this
This looks something like:
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem Statement
Backup/restore is currently using the command from the docs:
docker-compose run --rm -T -e SENTRY_LOG_LEVEL=CRITICAL web export > sentry/backup.json
This is adding headers to the backup file that need to be removed before import. Try and find another way of handling this
This looks something like:
The text was updated successfully, but these errors were encountered: