Skip to content

Commit

Permalink
start: Add hint for exact image stanza for 5.0.2
Browse files Browse the repository at this point in the history
See #2096
  • Loading branch information
nijel committed Jan 3, 2024
1 parent 1a04e4b commit 71b04b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ if [ "$1" = "runserver" ] ; then
echo "Database migration has failed. Please check the error message above."
echo "Note: Upgrading across major versions is not supported. In case you are upgrading"
echo " from an 4.x version, please upgrade to 5.0.2 first."
echo
echo " Using following for the docker-compose.yaml:"
echo
echo " image: weblate/weblate:5.0.2.2"
exit 1
fi

Expand Down

0 comments on commit 71b04b5

Please sign in to comment.