Updates prerequisites for v2024.2 release#1317
Conversation
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
|
@marc-vanderwal, please review. |
|
Do we have to specify the minor version of the database engines supported, i.e. do we really have to specify |
|
Looks fine. For DBMSes, I suggest that we only display the components of the version such that a change requires specific upgrade procedures. For PostgreSQL version 10 and later, only the major version (e.g. 13) is significant. Minor versions do not introduce compatibility-breaking changes and do not change the binary layout of tables. As for MySQL and MariaDB, minor versions can sometimes introduce incompatible changes, so it might be safer to specify the minor version as well. |
|
I reduced the specification of Postgresql to the major version. |
| FreeBSD 14 | 8.0 (*) | 16 | ||
| Rocky Linux 8 | 10.3?? | 10 ?? | ||
| Rocky Linux 9 | 10.5 | 13 | ||
| Ubuntu 20.04 | 10.3?? | 12 ?? |
There was a problem hiding this comment.
@tolvmannen. can you confirm the MariaDB and Postgresql versions for Ubuntu 20.04?
|
For Ubuntu 20.04 the installation went fine using the versions below: mariadb-server: postgresql: |
Thanks. |
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
|
@marc-vanderwal @tolvmannen @MichaelTimbert @mattias-p, please review. |
How to test this PR
Review and add updates for the OS that you test.