Actions
Task #186
closedTask #174: Automatically deploy blog on each fossil commit
Enable WAL mode for www.fossil database
Start date:
Due date:
% Done:
100%
Estimated time:
Description
From https://fossil-scm.org/home/doc/tip/www/hooks.md#:~:text=Fossil%20holds,database,-%2E
Fossil holds a write transaction on the repository while the after-receive hook is running. If the script needs to access the database, then the database will need to be in WAL mode so that readers can co-exist with the writer. Or the script might just launch a background process that waits until the hook script finishes and the transaction commits before it tries to access the repository database.
Actions