Upgrade MusicBrainz Solr search server to 3.4.1

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.
This commit is contained in:
yvanzo
2020-12-31 14:06:13 +01:00
parent 4f4f6a0fa7
commit ecc35a99b8
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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: