[web2py] Re: Transferring the whole database from a python 2.7 framework to 3.11 framework

2024-06-27 Thread Leonel Câmara
You probably only need to do a fake migration after changing python version and clearing your sessions folder. python ./web2py.py -S yourapp -M --force_migrate -D DEBUG --fake_migrate The only incompatibilities are things that were pickled. A quinta-feira, 30 de maio de 2024 à(s) 13:02:36 UTC+1

[web2py] Re: Transferring the whole database from a python 2.7 framework to 3.11 framework

2024-05-30 Thread villas
There is not enough information here, but this seems like a DB problem rather than a web2py code error. You do not mention which DB. It is not clear why you are re-building or importing to new tables etc. When I upgraded (years ago), I do not recall touching my DB at all (Firebird). On Wedn