MusicBrainz Docker installlation error: Replication packet #140354 not available

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

It’s a success.
Script just stops when next packet is not available yet.
Replication packet #140354 was not available at that time, it was made available at 15:01.

3 Likes

Thank you for your time!

I am kind of noob :slight_smile: 15:01 is hour:minutes ? or an old version? So, I ran now: sudo docker-compose exec musicbrainz /usr/bin/tail -f slave.log
and I have same message: Replication packet #140354 not available ANd I used CTRL+C to exit from waiting.
If is a success, can i go to the next step? at admin/configure add replication-cron

Thanks again