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
My configuration does not contain a database password, because none is required.
password=database_args["password"], KeyError: 'password'
The text was updated successfully, but these errors were encountered:
are you able to try and see if replacing this line
synapse-s3-storage-provider/scripts/s3_media_upload
Line 418 in 1beb6af
with
password=database_args.get("password"),
makes that work?
If so, this should be an easy fix.
Sorry, something went wrong.
Any updates on this?
Oh whoops, misread the comment and thought the config was wrong.
Looks like using database.yaml instead should at least serve as a workaround.
database.yaml
Line 448 in fa2b0e0
No branches or pull requests
My configuration does not contain a database password, because none is required.
The text was updated successfully, but these errors were encountered: