I've defined a new db to be used for archiving purposes with the following: 
db_archive = DAL("postgres://[address/authentication_info]/db_archive")

Then, I attempt to enable archiving of a table by doing this:
db.[table_name]._enable_record_versioning(db_archive)

The app seems to be successfully connecting to the db, but attempting to 
enable record versioning causes nginx to produce a gateway time-out 504 
error. Any ideas why it could be taking an inordinately long time to create 
the archive table? Thanks.

-- 

--- 
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