Add downgrade warning for versions without Update Manager

When downgrading to versions before v2.6.0, show a warning that the
Update Manager will not be available in older versions and that future
updates will need to be done manually via command line.
This commit is contained in:
Sebastian Almberg 2026-01-30 21:56:14 +01:00
parent 87352ca6f7
commit 97e3b0aa09
2 changed files with 41 additions and 2 deletions

View file

@ -14988,5 +14988,11 @@ Buerklin-API Authentication server:
<target>Are you sure you want to downgrade Part-DB? This will revert to an older version. A backup will be created before the downgrade.</target>
</segment>
</unit>
<unit id="um_downgrade_removes_update_manager" name="update_manager.downgrade_removes_update_manager">
<segment state="translated">
<source>update_manager.downgrade_removes_update_manager</source>
<target>WARNING: This version does not include the Update Manager. After downgrading, you will need to update manually using the command line (git checkout, composer install, etc.).</target>
</segment>
</unit>
</file>
</xliff>