Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check os release before upgrade #354

Merged
merged 6 commits into from
Jan 13, 2024
Merged

Check os release before upgrade #354

merged 6 commits into from
Jan 13, 2024

Conversation

Stefal
Copy link
Owner

@Stefal Stefal commented Jan 13, 2024

Adding a way to check if the operating system is too old before upgrading.
The goal is to stop the upgrade if the Os release is older than current debian release -2.

Current debian release is 12 (Bookworm) -> block upgrade is the Os is debian 9 or older (Stretch).

Because it needs some code directly inside RTKBase web app, We can't stop upgrading from 2.4 to 2.5
It will block upgrade from 2.5 to 2.5.x <- ⚠️ Warning !!
It will block upgrade from 2.5 to 2.6

@Stefal Stefal merged commit 963ca4f into dev Jan 13, 2024
3 checks passed
@Stefal
Copy link
Owner Author

Stefal commented Jan 14, 2024

Fix #352

@Stefal Stefal deleted the check_before_upgrade branch May 29, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant