Page tree
Skip to end of metadata
Go to start of metadata

This document describes minimum versions and other requirements for Registry v5.0.0 and later.

Beginning with Registry v5.0.0, only the currently supported versions of dependent software will be supported by the project.

  • For PHP, this is typically the current stable release and the two previous minor releases.
  • For Postgres, this is typically five years after the initial release of each major version.
  • For MariaDB, this is typically five years after the initial release of each major version.
  • Because Oracle's support policy for MySQL revolves around paying Oracle for support, no specific statement can be made about MySQL versions. The COmanage Project may be unable to provide support for older versions of MySQL.

PHP

Database Server

  • In general, use a supported version of Postgres, MariaDB, or MySQL.
    • CakePHP 4 requires Postgres 9.4+, MariaDB 5.6+, or MySQL 5.6+.
    • DBAL 4 will require Postgres 10+, MariaDB 10.2.7+, or MySQL 5.7+. Registry uses DBAL for schema management, so installing or updating the database schema will require these versions when Registry updates to DBAL 4.
  • No labels