

Full changelog: https://kde.org/announcements/changelogs/plasma/6/6.2.2-6.2.3/
Solution:
The new sqlite3_rsync command can create a REPLICA of an SQLite database:
$ sqlite3_rsync ORIGIN REPLICA ?OPTIONS?
But why not simply use the rsync command?
The reason is that ordinary rsync does not understand SQLite transactions, can lead to a corrupted copy depending on the database active transactions.
“DanGer@ and myself have migrated the forums over to a new server with bigger specs, running on FreeBSD 14/ZFS, Nginx, MariaDB, PHP 8.3.
The forums software itself (XenForo) will be brought to the latest version at a later date.
Forum plug-ins should work, no longer work, or work again soon”

Was about to report this, but it got fixed: https://github.com/freebsd/freebsd-src/commit/c2ba66d4d01f23303352bfe3cbd50ff5d9a05947
