Skip to content

Upgrading from 2.6.6? #201

Answered by BJReplay
jeffkruczynski asked this question in Q&A
Discussion options

You must be logged in to vote

The upgrade script gets the latest upgrade script to run the upgrade. You should see this in your version - https://github.com/jasonacox/Powerwall-Dashboard/blob/main/upgrade.sh#L34 grabs the latest version to run the upgrade:

# Because this file can be upgrade, don't use it to run the upgrade
if [ "$0" != "tmp.sh" ]; then
    # Grab latest upgrade script from github and run it
    curl -sL --output tmp.sh https://raw.githubusercontent.com/jasonacox/Powerwall-Dashboard/main/upgrade.sh
    exec bash tmp.sh upgrade
fi

This means you should be fine to run your version.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by jeffkruczynski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants