From e776da7337e9248afecae02631af7702de20a040 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 17:29:17 +0200 Subject: [PATCH] install DB after the package --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9a51938..5030607 100644 --- a/manifest.toml +++ b/manifest.toml @@ -102,9 +102,6 @@ ram.runtime = "500M" [resources.permissions] main.url = "/" - [resources.database] - # This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd - type = "postgresql" [resources.apt] packages = "erlang-dev erlang-parsetools postgresql npm" @@ -139,3 +136,6 @@ ram.runtime = "500M" extras.just.key = "https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub" extras.just.packages = ["just"] + + [resources.database] + type = "postgresql"