Skip to content

SQL Server component, volume mount and data persistence between sessions #4770

Answered by enrico23
enrico23 asked this question in Q&A
Discussion options

You must be logged in to vote

I think that I solved it by tweaking my initialization.

I changed it from:

 .WithDataVolume()

to:

.WithDataVolume(name: dataVolumeName, isReadOnly: false)

🤔 why it works this way

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by enrico23
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@davidfowl
Comment options

@jrunestone
Comment options

@davidfowl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants