What is Metabase?
Metabase is an open-source business intelligence platform that lets teams explore data, build dashboards and share reports without writing SQL. It connects directly to your existing databases and warehouses.
Which databases can Metabase connect to?
More than 20 out of the box, including PostgreSQL, MySQL, MariaDB, SQL Server, BigQuery, Redshift, Snowflake, Athena and MongoDB. Add them from the admin panel after deployment.
Is Metabase free?
The open-source edition of Metabase is free, with no per-user fees. On AWS or Google Cloud you pay for the server, plus any Meetrix software fee shown on the marketplace listing.
How is this different from Metabase Cloud?
Metabase Cloud runs on Metabase's infrastructure and charges per user. This deployment runs entirely in your own AWS account or GCP project, so queries, dashboards and activity logs stay with you.
Does it support SSO and LDAP?
SAML SSO is a feature of Metabase's paid Pro and Enterprise editions. The Meetrix image runs the open-source edition; Meetrix can help if you move to a paid edition.
Which machine size should I choose?
t3.medium on AWS, or e2-medium (2 vCPU, 4 GB RAM) with a 20 GB disk on Google Cloud. Scale up for heavier queries or more concurrent users.
How do I check that Metabase is running?
SSH into the server and run sudo docker ps to list the running containers, then sudo docker logs with the container ID to read its logs.
How do I upgrade?
When a new version is published on the marketplace, back up your server data, remove the old deployment and launch the new version.