Skip to content

Missing and wrong package in script #234

Open
@cedric-jeeper

Description

@cedric-jeeper

Hello,

I encountered several issues with the script on Debian 12:

  • The package 'geoipupdate' is not available.
  • The 'cron' package, which includes the crontab binary, is not installed.

For the geoipupdate installation, I used the following commands:

wget https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_linux_amd64.deb
dpkg -i geoipupdate_7.0.1_linux_amd64.deb

Another issue concerns the MariaDB version restriction specified in app/etc/di.xml at line 1856. The following modification ensures compatibility with MariaDB versions 10 through 11:
<item name="MariaDB-(10.2-10.11)" xsi:type="string">^10\.([2-9]|10|11)\.</item>

Kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions