Yes I use pgAdmin3. I set "migrate=False" on every table and in the connection string I set "migrate_enabled=False". No fake_migrate... I just deactivate the migration stuff of web2py.
I didn't read the book about migration for a long time so there is maybe new way of doing thing... But so far I didn't experiment any issue about migration. Richard On Wed, Apr 30, 2014 at 2:13 AM, Annet <[email protected]> wrote: > Hi Richard, > > Thanks for you reply. > > Personally, because I didn't have the control I want on migration, and I >> don't want to lost data. I don't do that. I update the prod database >> manually... >> > > > I've considered this too but wasn't sure about how to proceed. What you do > is alter your database in the admin tool on the database (pgAdmin3 or > phpPgAdmin in my case), > in the connection string set migrate=False, fake_migrate=True and in the > table definition set migrate = 'table_name.table'. > > Is that correct. > > Regards, > > Annet > > -- > 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. > -- 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.

