On Fri, Mar 16, 2018 at 10:24:34PM -0700, [email protected] wrote: > Hello! > As a web developer, I was using Arch linux as development os then I got to > know qubes os, and really hooked it. > > I almost finished setting up my qubes os as Web development os. But I finally > found out 1 problem. that is database. > > Postgresql database's data location is (normally) /var/lib/pgsql/10/data > As I learned, AppVM's folder will be reset every time I start. (except /home) > > So I am thinking about the solution, first, I just create every database that > need for my project in TemplateVM, so I can see it my Dev AppVM.... > > Is there anyone using qubes os as web development os? > Is there any best practice for this case? > > Please help me! >
Why not use bind-dirs, which is intended for exactly this sort of case. It's documented here: https://www.qubes-os.org/doc/bind-dirs/ -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20180318003141.nvotwcuvy5njjg5v%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
