Skip to content
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

"Daemon Server File Directory" has no effect when making a new node #5064

Closed
3 tasks done
ReactiveSlime opened this issue Apr 8, 2024 · 4 comments
Closed
3 tasks done
Labels
not confirmed Report seems plausible but requires additional testing or 3rd part confirmation.

Comments

@ReactiveSlime
Copy link

ReactiveSlime commented Apr 8, 2024

Current Behavior

"Daemon Server File Directory" does not get set when making a node
when looking at the mysql database the "daemonBase" is also set to the default path

Expected Behavior

for "Daemon Server File Directory" to stay set when making a node

Steps to Reproduce

make a new node with a custom volume directory

Panel Version

1.11.5

Wings Version

1.11.11

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

No response

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
@ReactiveSlime ReactiveSlime added the not confirmed Report seems plausible but requires additional testing or 3rd part confirmation. label Apr 8, 2024
@ReactiveSlime
Copy link
Author

doing a manual mysql edit works
UPDATE nodes SET daemonBase = 'VOLUME_LOCATION' WHERE id = NODE_ID;
replacing VOLUME_LOCATION and NODE_ID with the real info

@danny6167
Copy link
Member

Hi,

I just tried this and could not reproduce. Could you test it again ?

@matthewpi matthewpi closed this as not planned Won't fix, can't repro, duplicate, stale May 4, 2024
@ReactiveSlime
Copy link
Author

Only just saw the reply. I'm out of town for a few days, but I can do it once home. I was able to reproduce it when I set up a third node.. when I can, I'll also provide a shirt video

@BallisticOK
Copy link

I just tried to reproduce this and its the same for me. Custom locations to not persist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not confirmed Report seems plausible but requires additional testing or 3rd part confirmation.
Projects
None yet
Development

No branches or pull requests

4 participants