Skip to content
Snippets Groups Projects
Verified Commit 0bb68d39 authored by Michal Vasilek's avatar Michal Vasilek Committed by Josef Schlehofer
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent abadba29
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !933. Comments created here will be created in the context of that merge request.
......@@ -363,9 +363,9 @@ if [ "$force" != "y" ]; then
if [ "$(printf "%s\n%s" "$target_version" "$CUR_VERSION" | sort -V | head -1)" != "$CUR_VERSION" ]; then
cat <<-EOF
$CUR_VERSION -> $target_version
You are attemping to do downgrade while only upgrades are tested.
You are attempting to do downgrade while only upgrades are supported.
Downgrade can cause unexpected issues because of migration steps performed on upgrade.
You can use schnapps to rollback to previous version or perform factory reset.
You can use schnapps to rollback to a previous version or perform a factory reset.
EOF
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment