Skip to content
New issue

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

Store synapse's database somewhere other than a volume #29

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

anoadragon453
Copy link
Member

/data is a volume in the Synapse docker image. Volumes are not copiedover when committing a container to an image (this resulted in matrix-org/synapse#8421, where we saw that running Synapse instances seemed to lack the users we had just created on them in the blueprint stage). Thus, we should store the database somewhere else, so that it is copied correctly when a blueprint is used for a single test run.

An alternative fix is to just not create a volume (we don't need it when running complement tests), however this would require creating an separate dockerfile from the one we're using from the Synapse repo now, which is much more annoying.

/data is a volume in the Synapse docker image. Volumes are not copied
over when committing a container to an image. Thus, we should store the
database somewhere else.

An alternative fix is to just not create a volume (we don't need it
when running complement tests), however this would require creating an
separate dockerfile from the one we're using from the Synapse repo now,
which is much more annoying.
@anoadragon453 anoadragon453 merged commit 1227899 into master Nov 3, 2020
@anoadragon453 anoadragon453 deleted the anoa/complement_synapse_fix branch November 3, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants