We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e6377 commit 175bf75Copy full SHA for 175bf75
services/metabase/README.md
@@ -0,0 +1,8 @@
1
+## How to deploy first time
2
+
3
+Before deploying metabase first time, make sure that postgres is configured:
4
+1. Generate SQL commands via `make configure_metabase.sql`
5
+2. Execute SQL commands from the script in psql shell
6
+ * you can get one via adminer or by directly connecting to container and executing `psql -U <user> -d <db>`
7
8
+This can be automated via https://github.com/ITISFoundation/osparc-ops-environments/issues/827
0 commit comments