Skip to content

Help with upgrade.sh - can I preserve my customizations? #408

Closed Answered by mcbirse
youzer-name asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure how this can be done with influxdb.conf and will need to investigate this further.

But, with your Docker Compose containers you can modify only certain elements of the existing services by using the powerwall.extend.yml file. You don't have to redefine the entire service.

i.e. create a powerwall.extend.yml with the below content:

version: "3.5"

services:
    tesla-history:
        profiles:
            - default

And this would just override the "profiles" attribute of the tesla-history container. All other values would remain the same, including the container version etc. from the main powerwall.yml service definitions.

This way when there are upgrades to powerwall.yml your …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mcbirse
Comment options

Answer selected by youzer-name
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants