SQLite Forum

WAL journal file-size keeps on growing...
Login
> https://www.sqlite.org/cgi/src/doc/wal2/doc/wal2.md

But note the caveat in the last paragraph of the first section:

> A database in wal2 mode may only be accessed by versions of SQLite compiled from this branch. Attempting to use any other version of SQLite results in an SQLITE_NOTADB error.

Where "this branch" means:

<https://www.sqlite.org/cgi/src/timeline?r=wal2>