Results 175 comments of Duncan Paterson

While I share @reinhapa 's concern about flooding the `exist.log` file, previously the requests where logged by jetty in a separate location, that wasn't user accessible and equally verbose. We...

@dizzzz should be the same as master (ie official release) the commit is `919514c`

just taking stabs in the dark here, but have you increased the logging level to see if there are some non warnings that might give us a clue? If it...

Nice find @Twilight-Shuxin. Thanks for the report.

maybe something like this could help, in essence write a catalog file dynamically to the filesystem -> execute xsl -> remove catalog. https://gitlab.existsolutions.com/tei-publisher/tei-publisher-app/blob/master/modules/odd-by-example.xql#L70

Changing the Xpath to `F[boolean(count(data(@id) >= 2))]` actually returns the expected results in memory and from db. Saxon returns true without changing `@id` to `data(@id)` so still a bug it...

also tested with `6.2.0` same results.

You can find two ways of achieving your desired result on the readme of the docker file in this repo. https://github.com/eXist-db/exist/tree/develop/exist-docker/src/main/resources-filtered#a-slightly-more-complex-single-stage-image There is also a xquery file doing the same...

@bkcsfi where is the backup stored? inside the container or to container volume?

Phew isn’t there a folder inside the backup where these files are moved? Inspecting the contents outside exist might give you an idea. Inside the exist instance I would search...