the databases/ is needed if you need to do migrations. you can skip it only if you always use migrate=False in prod.
On Wednesday, February 3, 2016 at 3:00:32 AM UTC+1, Alex Glaros wrote: > > is the correct method to do a "Pack Custom" without the "databases", then > send the rest to the new site, along with the Postgres dump file? > > In other words would be sending > > 1. just code and other stuff (controller, static, db.py, etc) without > data, and > 2. pg_dump file separately > 3. then do the restore at new site > > > or do most people just pack the whole thing "Pack All" and send that along > with the pg_dump file? > > thanks, > > Alex > > Select Files to Package > /ES1 <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > > - ABOUT > - LICENSE > - progress.log > - routes.example.py > - routes.py > - __init__.py > - __init__.pyc > - \cache <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \controllers <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \cron <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \databases <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > (un-check > this) > - \errors <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \languages <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \models <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \modules <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \private <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \sessions <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \static <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \uploads <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > - \views <http://127.0.0.1:8000/admin/default/pack_custom/ES1#> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

