Replies: 2 comments
-
Hi! Yes, the Dashboard will list databases that are deployed in the same CloudFormation stack. In your case, that means deployed via If you deployed your DB with CloudFormation (in another separate stack), you can find that stack in the "application selector" and switch to it (even though it doesn't contains Lambda functions). If you deployed your DB without CloudFormation then unfortunately there isn't a way to show it in the Dashboard. One convoluted way could be to:
Or a more extreme solution is to re-create the DB with CloudFormation. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Hey, just wanted to post an update here: I have deployed a changed to databases. Now, when your database is deployed separately from your application, it will show in the "Databases" page (if your application has no database). https://github.com/brefphp/dashboard/blob/main/change-log.md#2022-12-03 |
Beta Was this translation helpful? Give feedback.
-
Following the symfony doc, creating a database is not done through the serverless file, but manually. I guess that is why the DB is not shown on the dashboard. Is there a way to display it ? Or reproduce my configuration in the serverless.yaml to deploy it through here ?
Beta Was this translation helpful? Give feedback.
All reactions