Start with the obvious: Do the exported files have data? By "nothing happens" you mean the import from csv feature does not insert the values back? Is there any error feedback (ticket, flash message)?
You could try by making complete dump and load in the console with the this methods: The admin uses the same api. >>> olddb.export_to_csv_file(file) ... >>> newdb.import_from_csv_file(file) >>> newdb.commit() -- --- 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.

