Hello friends!
I try to install the docker to works as REPLICATION_TYPE RT_SLAVE (from the official page https://github.com/metabrainz/musicbrainz-docker on Ubunu 20.
My version :
MusicBrainz Docker: v-2021-05-03-dirty
Docker Compose: 1.25.0
Docker Client/Server: 20.10.2/20.10.2
I am stuck here :
root@ingame:/home/styla/dev/musicbrainz-docker# sudo docker-compose exec musicbrainz /usr/bin/tail -f slave.log
12 1 1 “musicbrainz”.“work_meta”
2163 2376 60 (total)
Wed May 5 14:21:51 2021 : Replication changes applied
Wed May 5 14:21:51 2021 : Checking that dbmirror_pendingdata is empty
Wed May 5 14:21:51 2021 : Optimising dbmirror_pendingdata
Wed May 5 14:21:51 2021 : Checking that dbmirror_pending is empty
Wed May 5 14:21:51 2021 : Optimising dbmirror_pending
Wed May 5 14:21:51 2021 : ProcessReplicationChanges complete
Wed May 5 14:21:51 2021 : Downloading https://metabrainz.org/api/musicbrainz/replication-140354.tar.bz2 to /tmp/replication-140354.tar.bz2
Wed May 5 14:21:51 2021 : Replication packet #140354 not available
Any hints to pass this step ?
Thanks you guys