Sorry I only use SQLite for my needs I did not try with other server based database
On 14 mar, 16:53, VP <vtp2...@gmail.com> wrote: > My understanding is that the database is stored in the web2py app > folder only if you use SQLite (storage.sql). I think web2py keeps > information about the models in app/database, but if you use Postgres, > MySQL, etc., they keep their own copy of the database somewhere else. > Or does web2py instruct Postgres to store the particular database in > its own app directory? It would be nice that way. > > On Mar 14, 9:20 am, JmiXIII <sylvn.p...@gmail.com> wrote: > > > I would use the pack tool in appadmin, it works well and pack the > > database and the app in a single file. > > By the way the database is included in the app so if you compress the > > whole database you will have the database included in the compressed > > file. > > > On 13 mar, 23:57, VP <vtp2...@gmail.com> wrote: > > > > What I have done so far is compress the entire app folder and backup > > > the database separately. I don't think this is the best way, or is > > > it? > > > > Thanks. > >