You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
your work and this bot are much appreciated. I am self-hosting this code, hopefully this feedback helps. I shall open a number of issues - please close/manage at your convenience.
when using docker-compose postgres backup runs with UID 999 - if the host system doesnt have that user or if the BallsDex folder doesnt allow write for all on permissions then the container will fail to create its folders and backup files.
chmod a+w /path/to/BALLSDEXFOLDERNAME solved this issue
The text was updated successfully, but these errors were encountered:
Hi there,
your work and this bot are much appreciated. I am self-hosting this code, hopefully this feedback helps. I shall open a number of issues - please close/manage at your convenience.
when using docker-compose postgres backup runs with UID 999 - if the host system doesnt have that user or if the BallsDex folder doesnt allow write for all on permissions then the container will fail to create its folders and backup files.
chmod a+w /path/to/BALLSDEXFOLDERNAME
solved this issueThe text was updated successfully, but these errors were encountered: