You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I regularly get this Error: SQLITE_BUSY: unable to close due to unfinalized statements or unfinished backups after an attempt to backup a doc by Grist. Followed by a Sandbox exited with code null signal SIGKILL, then backupSqliteDatabase: stopped copy of /persist/docs/<docId>.grist (backup) and HostedStorageManager error pushing <docId>(1): Error: source closed. This triggers a FlexServer cleanup but fails with a Cleanup error for 'FlexServer.\_shutdown' handler: TimeoutError: operation timed out and then the Grist server crashes with exit code 1. Do you have any idea how I could solve this ?
Hi @tristanrobert, thanks for reporting this. Backup behavior has been changed recently (just before and just after 1.3.3 release) so I'd be interested in your (redacted) logs if you have time. There may be something to fix here.
Depending on when this occurs, you may be able to reduce the odds of it happening by giving ActiveDoc operations more time to complete. Setting NODE_ENV=production has an impact:
Describe the current behavior
Hello, I regularly get this
Error: SQLITE_BUSY: unable to close due to unfinalized statements or unfinished backups
after an attempt to backup a doc by Grist. Followed by aSandbox exited with code null signal SIGKILL
, thenbackupSqliteDatabase: stopped copy of /persist/docs/<docId>.grist (backup)
andHostedStorageManager error pushing <docId>(1): Error: source closed
. This triggers a FlexServer cleanup but fails with aCleanup error for 'FlexServer.\_shutdown' handler: TimeoutError: operation timed out
and then the Grist server crashes with exit code 1. Do you have any idea how I could solve this ?Steps to reproduce
Describe the expected behavior
No response
Where have you encountered this bug?
Instance information (when self-hosting only)
Grist instance:
Browser name, version and platforms on which you could reproduce the bug:
Link to browser console log if relevant:
Link to server log if relevant:
The text was updated successfully, but these errors were encountered: