-
-
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
Failing to connect to RCON serverdial #99
Comments
It looks like the backup docker is stopped every time this error comes up, but perhaps it's stopped until the next backup iteration time? Edit: This isn't the case; no backup was created at the specified time |
In the
|
@itzg Negative: |
That would explain why the backup container can't connect with rcon. The modpack must be interfering somehow. |
I ended up just writing a bash script to do the backups for me since I don't really want to deal with tracking down a bug in over 300 mods in the pack. |
Just adding my issue and solution here; if you are using a modpack that provides you with a server download, rcon may be disabled by default. You can enable it on line 12 of |
Thanks, it's so simple I'm so stupid. for paper server the same. |
I'm using the following compose file:
And receiving the following error:
Running on headless Ubuntu. I've tried looking at some of the other bug reports here with similar issues, but I can't seem to figure this one out. Is this expected since I'm specifying
tar
mode?The text was updated successfully, but these errors were encountered: