Installation Issue

Hi All,

Installed metabase using mariadb and status is showing Active Running. But when I run status command it shows h2 database name in the result.

07-15 15:50:00 INFO sync.util :: STARTING: step 'classify-fields' for h2 Database 1 'Sample Dataset'
07-15 15:50:00 INFO sync.analyze :: classify-fields Analyzed [···························] 46% Table 2 'PUBLIC.ORDERS'
07-15 15:50:00 INFO sync.analyze :: classify-fields Analyzed [
····················] 62% Table 4 'PUBLIC.REVIEWS'
07-15 15:50:00 INFO sync.util :: FINISHED: step 'classify-fields' for h2 Database 1 'Sample Dataset' (1.6 ms)
07-15 15:50:00 INFO sync.util :: STARTING: step 'classify-tables' for h2 Database 1 'Sample Dataset'
07-15 15:50:00 INFO sync.analyze :: classify-tables Analyzed [
*******************************············] 77% Table 2 'PUBLIC.ORDERS'
07-15 15:50:00 INFO sync.analyze :: classify-tables Analyzed [**********************************************····] 92% Table 4 'PUBLIC.REVIEWS'
07-15 15:50:00 INFO sync.util :: FINISHED: step 'classify-tables' for h2 Database 1 'Sample Dataset' (1.9 ms)
07-15 15:50:00 INFO sync.util :: FINISHED: Analyze data for h2 Database 1 'Sample Dataset' (66.1 ms)
07-15 16:00:00 INFO task.send-pulses :: Sending scheduled pulses...

Is this correct.
Thanks,
SaiPrasad

Hi @khajisai, the H2 sample dataset will always exist in Metabase as it's bundled in the JAR file and you will see Metabase syncing it unless you disable it in settings->admin->Databases->Sample Dataset. You can check if you run with MariaDB from Settings->admin->troubleshooting.

have a great day

Thanks for your reply@Luiggi.