From 3baeb288c3a4f736930f5a21ac895133656137b8 Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Tue, 25 Feb 2025 15:08:59 +0100 Subject: [PATCH] manifest.toml: mariadb-server is nog niet beschikbaar op kale installatie, ook meegeven --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 4a1646e..6179a94 100644 --- a/manifest.toml +++ b/manifest.toml @@ -86,7 +86,7 @@ ram.runtime = "100M" # This will pick a random port for reverse-proxying and store it as the $port setting [resources.apt] - packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-client" + packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-server, mariadb-client" [resources.database] # This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd