Skip to content

Commit

Permalink
feat(PossibleIssues): add note for version update may take longer tha…
Browse files Browse the repository at this point in the history
…n usual due to database conversion
  • Loading branch information
pkuehnel committed Jan 2, 2024
1 parent dbda8fd commit 9044272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public PossibleIssues(IssueKeys issueKeys)
)
},
{
issueKeys.VersionNotUpToDate, CreateIssue("Your installed version is not up to date.",
issueKeys.VersionNotUpToDate, CreateIssue("Your installed version is not up to date. Note: The first startup after an update may take more time than usual as the database format is converted. Do not stop TSC during the first startup as this might corrupt the database.",
IssueType.Warning,
"<a href=\"https://github.com/pkuehnel/TeslaSolarCharger/releases\" target=\"_blank\">Check release notes of latest versions</a>",
"Update to latest version with <code>docker compose pull</code> and <code>docker compose up -d</code>."
Expand Down

0 comments on commit 9044272

Please sign in to comment.