On Fri, Sep 29, 2017 at 1:38 AM, James Lampert <[email protected]> wrote:
> Latestword from the user is that the problem was transient. Maybe he was > there at the wrong time. Now that I think about it, I do have a cron job > automatically backing it up. Could that have been it? Does your Cron job run "trac-admin hotcopy"? That operation locks the database and will probably result in the OperationalError: https://trac.edgewall.org/browser/tags/trac-1.2.2/trac/env.py?marks=1048-1050#L1039 Probably better to run your Cron job at night when your users are (hopefully) not working. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
