Skip to content

Commit f4e6457

Browse files
committed
Make upgrade docs clearer that you have to start running a Tika service, and how to configure the connection to it
1 parent ce9d1fe commit f4e6457

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/docs/how-to-guides/upgrade-cve-2025-66516.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,23 @@ CVE-2025-66516 is a critical XML External Entity (XXE) vulnerability in Apache T
2121

2222
## Users on the Vanilla kitconcept.solr Image
2323

24-
**No configuration changes are required on your end.**
25-
2624
You are using the vanilla image if your Docker Compose configuration references:
2725

2826
```yaml
2927
solr:
3028
image: ghcr.io/kitconcept/solr
3129
```
3230
33-
Simply pull the new Docker image and restart your services. The updated image includes:
31+
You will need to start running the Tika server as a separate service.
32+
Check the project's `docker-compose.yml` for the current reference configuration.
33+
34+
Then pull the new `ghcr.io/kitconcept/solr` image and restart your services. The updated image includes:
3435

3536
- Solr 9.10 with the `extraction` module enabled
36-
- External Tika 3.2.3 server (patched against CVE-2025-66516)
37+
- Configuration to use an external Tika 3.2.3 server (patched against CVE-2025-66516)
3738

38-
If you're using Docker Compose, you may need to update your stack configuration to include the new Tika service. Check the project's `docker-compose.yml` for the current reference configuration.
39+
By default, Solr will connect to the Tika server at http://tika:9998
40+
You can override this using the `solr.tika.url` environment variable.
3941

4042
## Users with Custom Solr Images
4143

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Upgrade to Solr 9.10 with external Tika server 3.2.3 to fix CVE-2025-66516. @reebalazs
1+
Upgrade to Solr 9.10 with external Tika server 3.2.3 to fix CVE-2025-66516.
2+
See docs/docs/how-to-guides/upgrade-cve-2025-66516.md for details. @reebalazs

0 commit comments

Comments
 (0)