Replies: 1 comment 3 replies
-
We could add it but we would need to add logic to the upgrade script to fix permission issues with older install (would require sudo). Can you share the changes you make to powerwall.yml? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a couple of minor docker issues everytime I upgrade.
user: "${PWD_USER:-1000:1000}"
specified in powerwall.yml. Not sure if this is by design. This is causing all files being created as root, which in turn causes my backups to fail.I manually update powerwall.yml to fix these after an upgrade. Wondering if there's a better way to do this
Beta Was this translation helpful? Give feedback.
All reactions