Yes. The problem showed up in Friday's logs files and we have a nightly backup (Thursday to Friday) which looks healty.
Glad to hear that..
- Which version(s) of BaseX did you use?
It's "BaseX 8.0 beta 2cc72a0".
I looked up the version number; it dates back to August 26. Since that date, I found two fixes on our storage unit:
* One of them fixed problems when the first document of a database was replaced [1]. If you several documents in your database, and if you use the REPLACE command or db:replace, this could have been the reason
* Another fix handled a rare case in which namespace references were wrongly assigned [2].
I assume it's hardly possible to reproduce the updates that had been performed in your application. If I should be wrong, I'll be glad to look into this further.
Christian
[1] https://github.com/BaseXdb/basex/commit/d91205eced3ef2d45ef4e6a1c00f38a249c1... [2] https://github.com/BaseXdb/basex/commit/9ffe53e3b6034bc443e25854bf05c7a795f8...