Error starting VM in configuration step 'Add MariaDB PPA' with Lima

Hi all,
I am trying to setup a new project using the roots stack for the first time and I am running into an issue when starting up the VM locally via Lima for the first time.

TASK [mariadb : Add MariaDB PPA] ***********************************************
fatal: [default]: FAILED! => {“changed”: false, “msg”: “Failed to update apt cache: W:Updating from such a repository can’t be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation and user configuration details., E:The repository ‘Index of /mariadb/repo/10.6/ubuntu noble Release’ does not have a Release file.”}

I am using Trellis v1.22.1 and Lima on MacOS 14.6

Has anyone else run into this?

thanks!

For anyone else experiencing this, this commit solved the issue for me ⬆️ Update MariaDB to 10.11 (#1520) · roots/trellis@fb1812d · GitHub

2 Likes

This solved above issue for me as well

Thank you, that worked for me as well.