On Tuesday, May 1, 2012 10:02:51 AM UTC-4, Hassan Alnatour wrote: > > Can you tell me some more about it how do i use it ?? and i want to use > web2py and would this take all the recordes and stuff in the database ? >
It should copy everything. You have to define all the db tables in web2py, though, so web2py knows all the tables and fields it is exporting and importing. So, after all the table definitions, run the export command. Then on a separate request, run the import command. Or you could put the export and import commands in a script and run via the command line. Anthony

