You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
Hello guys, thanks again for your hard and nice work.
I have a question which is really basic and obvious and not really an issue, but I would like to hear your thoughts on that.
What is a database persistency workflow? While developing using drude, how do you do that?
How to make sure database changes wouldn't be erased when calling a dsh init, for instance?
Shall I commit db changes to mysql container, shall I add a volume for it? And then just replace site installation in init script to actual import of a dumb? Or, again, a volume would be better here? What about multiple people working in parallel on something, how would merge database changes then?
A one-two sentence in drude readme could help a lot with this.
Thanks in advance.
Hello guys, thanks again for your hard and nice work.
I have a question which is really basic and obvious and not really an issue, but I would like to hear your thoughts on that.
What is a database persistency workflow? While developing using drude, how do you do that?
How to make sure database changes wouldn't be erased when calling a
dsh init, for instance?Shall I commit db changes to mysql container, shall I add a volume for it? And then just replace site installation in
initscript to actual import of a dumb? Or, again, a volume would be better here? What about multiple people working in parallel on something, how would merge database changes then?A one-two sentence in drude readme could help a lot with this.
Thanks in advance.