Skip to content

Commit

Permalink
Upgrade MusicBrainz Solr search server to 3.4.1
Browse files Browse the repository at this point in the history
Note: First release date is not yet available for recordings, because
the database schema sequence remains 25. Search Index Rebuilder remains
using version 1.y.z for the same reason. It will change with schema 26.
  • Loading branch information
yvanzo committed Dec 31, 2020
1 parent 4f4f6a0 commit ecc35a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall:
* Current DB_SCHEMA_SEQUENCE: [25](build/musicbrainz/DBDefs.pm#L112)
* Postgres Version: [12](docker-compose.yml)
(can be changed by setting the environment variable `POSTGRES_VERSION`)
* MB Solr search server: [3.3](docker-compose.yml#L88)
* MB Solr search server: [3.4.1](docker-compose.yml#L88)
(can be changed by setting the environment variable `MB_SOLR_VERSION`)
* Search Index Rebuilder: [1.0.2](build/sir/Dockerfile#L31)

Expand Down
2 changes: 1 addition & 1 deletion build/solr/Dockerfile
@@ -1,4 +1,4 @@
ARG MB_SOLR_VERSION=3.3.0
ARG MB_SOLR_VERSION=3.4.1
FROM metabrainz/mb-solr:${MB_SOLR_VERSION}

ARG MB_SOLR_VERSION
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -85,8 +85,8 @@ services:
build:
context: build/solr
args:
- MB_SOLR_VERSION=${MB_SOLR_VERSION:-3.3.0}
image: musicbrainz-docker_search:${MB_SOLR_VERSION:-3.3.0}
- MB_SOLR_VERSION=${MB_SOLR_VERSION:-3.4.1}
image: musicbrainz-docker_search:${MB_SOLR_VERSION:-3.4.1}
logging:
driver: "json-file"
options:
Expand Down

0 comments on commit ecc35a9

Please sign in to comment.