Hi All,

I have a failed migration (on Google Cloud SQL, so MySQL, near enough).

Looking at the web2py boo, it suggests using: -

db.define_table(....,migrate=False,fake_migrate=True)

...to find the problem table - done.

I then says "This will rebuild web2py metadata about the table according to the table definition.", which suggests to me that the migration should run afterwards.

However, the book says "Once successful remove the fake_migrate=True attribute." I'm confused by this, as it implies that the "migrate=False" should be left in place.

If I do that I can access my table, but if I remove it I get a failed migration ticket again,

Can someone clue me in as to the proper sequence, please? Ta!


--

Regards,

PhilK


e: [email protected] - m: 07775 796 747

'work as if you lived in the early days of a better nation'
- alasdair gray

--

--- 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/groups/opt_out.


Reply via email to