On Sat, March 17, 2018 5:24 am, [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?
Not sure about best practice, but I see 3 approaches: 1. Do like you're doing and install them all in a template, but don't forget anything written to them will be reverted on AppVM shutdown. 2. Change Postgresql to install them to /home. Then you can have a different database in every AppVM. 3. Use a standalone template instead. -- 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/e5ccc9145f862be97c97d51d0bace4d8.squirrel%40tt3j2x4k5ycaa5zt.onion. For more options, visit https://groups.google.com/d/optout.
