Skip to content

Conversation

@TiTidom-RC
Copy link
Contributor

Description

Adapt the install scripts and some core functions to ensure Jeedom can be installed on Debian 13, while maintaining backward compatibility with Debian 11 and 12.

Updated the Docker installation files and scripts too.

Suggested changelog entry

All changes are detailed in the _trixie_migrationcheck.md and _trixie_retrocheck.md files. These files are located at the root of the repository.

In summary, here are the key changes :

Replaced Debian Packages :

  • ntp → chrony
  • ntpdate → removed (included in chrony)
  • locate → plocate (modern version with alternative)
  • espeak + mbrola → espeak-ng
  • libcurl3-gnutls → libcurl4 (for Debian 13+)

Removed Debian packages :

  • telnet
  • apt-transport-https (inluded by default since Debian 10)
  • cutycapt
  • dos2unix (replaced by "sed")
  • libav-tools (replaced by "ffmpeg")
  • software-properties-common (Ubuntu package, not available in Debian)

Migrate to PHP-FPM :

  • proxy_fcgi
  • setenvif

Update MariaDB parameters :

Removed parameters (deprecated) :

  • query_cache_type, query_cache_size, query_cache_limit, query_cache_min_res_unit (query cache no more available)
  • innodb_large_prefix (active by default)

Support for custom fork repository (for the install script) :

Add "-r" parameter (R like repository) in install's script :

sudo ./install.sh -r owner/repo -v branche

Updated all references from 'apt' to 'apt-get', adding options to handle conflicts and interactions with shell.

Related issues/external references

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement

PR checklist

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