Skip to content

1.10.0

Choose a tag to compare

@demyxco demyxco released this 11 May 23:51
· 23 commits to master since this release

[1.10.0] - 2026-05-11

Added

  • New demyx config --pm flag to configure PHP-FPM process manager mode (ondemand, dynamic, static).
  • SFTP config output now includes ready-to-copy IDE and SSH connection strings.

Changed

  • Bumped project version references from 1.9.1 to 1.10.0 across Dockerfile, install ping, and GitHub workflow.
  • Updated app PHP defaults from 8.3 to 8.4 and expanded PHP flag handling to accept 8.3|8.4|83|84.
  • Switched PHP-FPM compose environment wiring to use DEMYX_PM (from DEMYX_APP_PHP_PM) instead of PM average wiring.
  • Updated host and app compose resource defaults to auto-calculate at ~90% of available CPU and memory instead of fixed 0 or half-resource defaults.
  • Updated dev compose resource assignment to use app-defined CPU/MEM env values for consistency.

Fixed

  • Fixed app backup database export command to run through the WordPress container's demyx-db entrypoint.
  • Fixed backup ownership command pathing during archive staging.
  • Preserved selected SFTP port in config output flow instead of re-opening/changing it during status rendering.
  • Fixed PHP auto-upgrade logic to bump any app version below 8.3 (including 8.1/8.2 and 81/82) to 8.4.