# MariaDB mirror issue

**URL:** https://discourse.roots.io/t/mariadb-mirror-issue/29633
**Category:** trellis
**Created:** 2025-05-23T22:05:11Z
**Posts:** 4

## Post 1 by @cspicuzza — 2025-05-23T22:05:11Z

I started a new Trellis/Bedrock install using the trellis-cli:

- `trellis new domain.com`
- configured group\_vars
- `trellis vm start`

Trellis began installing the vm but stopped at MariaDB task with the following error:

```
[WARNING]: Failed to update cache after 1 due to E:Failed to fetch
https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease
403 Forbidden [IP: 74.205.112.120 443], E:The repository
'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not
signed. retry, retrying
[WARNING]: Sleeping for 1 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 2 due to E:Failed to fetch
https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease
403 Forbidden [IP: 74.205.112.120 443], E:The repository
'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not
signed. retry, retrying
[WARNING]: Sleeping for 2 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 3 due to E:Failed to fetch
https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease
403 Forbidden [IP: 74.205.112.120 443], E:The repository
'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not
signed. retry, retrying
[WARNING]: Sleeping for 4 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 4 due to E:Failed to fetch
https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease
403 Forbidden [IP: 74.205.112.120 443], E:The repository
'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not
signed. retry, retrying
[WARNING]: Sleeping for 8 seconds, before attempting to update the cache again
[WARNING]: Failed to update cache after 5 due to E:Failed to fetch
https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease
403 Forbidden [IP: 74.205.112.120 443], E:The repository
'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not
signed. retry, retrying
[WARNING]: Sleeping for 12 seconds, before attempting to update the cache again
FAILED - RETRYING: [default]: Add MariaDB PPA (3 retries left).
FAILED - RETRYING: [default]: Add MariaDB PPA (2 retries left).
FAILED - RETRYING: [default]: Add MariaDB PPA (1 retries left).
fatal: [default]: FAILED! => {"attempts": 3, "changed": false, "msg": "Failed to update apt cache after 5 retries: E:Failed to fetch https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu/dists/noble/InRelease 403 Forbidden [IP: 74.205.112.120 443], E:The repository 'https://mirror.rackspace.com/mariadb/repo/10.11/ubuntu noble InRelease' is not signed."}
```

I’m unsure how to proceed here.

---

## Post 2 by @Log1x — 2025-05-23T22:14:48Z

related discussion: [Update MariaDB · Issue #1575 · roots/trellis · GitHub](https://github.com/roots/trellis/issues/1575)

looks like 10.11 is once again missing. [https://mirror.rackspace.com/mariadb/repo/](https://mirror.rackspace.com/mariadb/repo/)

---

## Post 4 by @dalepgrant — 2025-05-30T06:43:20Z

1. Change the mirror in [`/roles/mariadb/defaults/main.yml`](https://github.com/roots/trellis/blob/be3d9453edd3e032421070ea7037479c74d6d38d/roles/mariadb/defaults/main.yml#L2) (list of mirrors [here](https://mirmon.mariadb.org/))

2. `trellis provision --extra-vars apt_clean_sources=true production` (make sure you’ve pulled [this commit in Trellis](https://github.com/roots/trellis/commit/02181450e9afdc391881641a7ffa7465549da38d))
