-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate with Lazymc #212
Comments
Yes the backup service is not fully compatible since it needs to use rcon to pause file changes made by the Minecraft server. It has logic to detect pauses server, but doesn't work with lazymc and similar. I don't recognize the logs you posted so I can't diagnose those specifically. Maybe LazyMC logs? I would have expected the rcon failure logs from the backup container to contain the phrase "Unable to execute". |
The error message is what pops up after starting the services with |
That's the general idea 😀 The devil is in the details as they say. |
And I still have no clue where/what you're seeing the log message. Maybe message the lazymc maintainer about it that one. |
FYI I was simply thinking this docker-mc-backup/scripts/opt/backup-loop.sh Line 667 in e9da207
|
Alright I'll see what I can do about it, thank you for the help. I'll try to solve this myself but if I get particularly stuck I might get back here... If anyone feels the need to add anything to the topic they're welcome to. |
First of all, I'd like to say that I'm having a blast with these projects. I'm a fairly new player in the Linux and Docker space so this question might come off obvious, but I'll ask anyway. I'm trying to set up a
docker compose
build that makes use of both lazymc-docker-proxy (which I found browsing the docs) and a backup container. Thing is, I can't get them to work together. I have basically this setup:Starting the services in this configuration throws the following error:
From my understanding,
mc-backup
needs the server container to be running and healthy at all times in order to successfully back up its data. It also checks for RCON command feedback before executing any custom scripts. If I'm getting this right, it means thatlazymc
shutting down the server container is basically interfering with the backup service and preventing it from running correctly. Is there any way to make them compatible? Am I just missing something? Thank you in advance.The text was updated successfully, but these errors were encountered: