### Describe the bug
When starting Metabase, there is an issue with the identif…ication of the schema where the database should be initialized. It was expected that all tables would be created in the `metabase` schema, but some of them end up in the `public` schema.
### To Reproduce
Start Metabase using the following script
### First script:
```
docker run -d -p 3000:3000 \
-e "MB_DB_TYPE=postgres" \
-e "MB_DB_CONNECTION_URI=jdbc:postgresql://pgb-instance-01t.localhost.ru:5432/metabase?user=metabase&password=metabasePassword¤tSchema=metabase" \
--name metabase metabase/metabase:v0.51.4.4
```
### Second script:
```
docker run -d -p 3000:3000 \
-e "MB_DB_CONNECTION_URI=jdbc:postgresql://pgb-instance-01t.localhost.ru:5432/metabase?user=metabase&password=metabasePassword¤tSchema=metabase" \
-e "MB_DB_TYPE=postgres" \
-e "MB_DB_DBNAME=metabase" \
-e "MB_DB_PORT=5432" \
-e "MB_DB_USER=metabase" \
-e "MB_DB_PASS=metabasePassword" \
-e "MB_DB_HOST=pgb-instance-01t.localhost.ru" \
-e "defaultSchemaName=metabase" \
--name metabase metabase/metabase:v0.51.4.4
### Expected behavior
### Expected Result:
The database should be initialized with all tables in the `metabase` schema
### Actual Result:
Some tables were created in the `metabase` schema, while others were created in the `public` schema.
### Logs
### Execution Logs:
```
2024-11-24 19:12:36 Warning: environ value jdk-11.0.25+9 for key :java-version has been overwritten with 11.0.25
2024-11-24 19:12:42 2024-11-24 16:12:42,074 INFO metabase.util :: Maximum memory available to JVM: 1.9 GB
2024-11-24 19:12:45 2024-11-24 16:12:45,246 INFO util.encryption :: Saved credentials encryption is DISABLED for this Metabase instance. 🔓
2024-11-24 19:12:45 For more information, see https://metabase.com/docs/latest/operations-guide/encrypting-database-details-at-rest.html
2024-11-24 19:12:49 WARNING: infinite? already refers to: #'kixi.stats.math/infinite? in namespace: kixi.stats.core, being replaced by: #'clojure.core/infinite?
2024-11-24 19:12:52 2024-11-24 16:12:52,270 INFO driver.impl :: Registered abstract driver :sql 🚚
2024-11-24 19:12:52 2024-11-24 16:12:52,324 INFO driver.impl :: Registered abstract driver :sql-jdbc (parents: [:sql]) 🚚
2024-11-24 19:12:52 2024-11-24 16:12:52,335 INFO metabase.util :: Load driver :sql-jdbc took 26.7 ms
2024-11-24 19:12:52 2024-11-24 16:12:52,336 INFO driver.impl :: Registered driver :h2 (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:52 2024-11-24 16:12:52,782 INFO driver.impl :: Registered driver :mysql (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:52 2024-11-24 16:12:52,826 INFO driver.impl :: Registered driver :postgres (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:55 2024-11-24 16:12:55,132 INFO metabase.core ::
2024-11-24 19:12:55 Metabase v0.51.4.4 (93a2cdd)
2024-11-24 19:12:55
2024-11-24 19:12:55 Copyright © 2024 Metabase, Inc.
2024-11-24 19:12:55
2024-11-24 19:12:55 Metabase Enterprise Edition extensions are NOT PRESENT.
2024-11-24 19:12:55 2024-11-24 16:12:55,138 INFO metabase.core :: Starting Metabase in STANDALONE mode
2024-11-24 19:12:55 2024-11-24 16:12:55,228 INFO metabase.server :: Launching Embedded Jetty Webserver with config:
2024-11-24 19:12:55 {:port 3000, :host "0.0.0.0"}
2024-11-24 19:12:55
2024-11-24 19:12:55 2024-11-24 16:12:55,371 INFO metabase.core :: Starting Metabase version v0.51.4.4 (93a2cdd) ...
2024-11-24 19:12:55 2024-11-24 16:12:55,407 INFO metabase.core :: System info:
2024-11-24 19:12:55 {"file.encoding" "UTF-8",
2024-11-24 19:12:55 "java.runtime.name" "OpenJDK Runtime Environment",
2024-11-24 19:12:55 "java.runtime.version" "11.0.25+9",
2024-11-24 19:12:55 "java.vendor" "Eclipse Adoptium",
2024-11-24 19:12:55 "java.vendor.url" "https://adoptium.net/",
2024-11-24 19:12:55 "java.version" "11.0.25",
2024-11-24 19:12:55 "java.vm.name" "OpenJDK 64-Bit Server VM",
2024-11-24 19:12:55 "java.vm.version" "11.0.25+9",
2024-11-24 19:12:55 "os.name" "Linux",
2024-11-24 19:12:55 "os.version" "6.10.4-linuxkit",
2024-11-24 19:12:55 "user.language" "en",
2024-11-24 19:12:55 "user.timezone" "GMT"}
2024-11-24 19:12:55
2024-11-24 19:12:55 2024-11-24 16:12:55,415 INFO metabase.plugins :: Loading plugins in /plugins...
2024-11-24 19:12:55 2024-11-24 16:12:55,673 INFO util.files :: Extract file /modules/sqlserver.metabase-driver.jar -> /plugins/sqlserver.metabase-driver.jar
2024-11-24 19:12:55 2024-11-24 16:12:55,700 INFO util.files :: Extract file /modules/bigquery-cloud-sdk.metabase-driver.jar -> /plugins/bigquery-cloud-sdk.metabase-driver.jar
2024-11-24 19:12:55 2024-11-24 16:12:55,963 INFO util.files :: Extract file /modules/athena.metabase-driver.jar -> /plugins/athena.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,053 INFO util.files :: Extract file /modules/redshift.metabase-driver.jar -> /plugins/redshift.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,061 INFO util.files :: Extract file /modules/snowflake.metabase-driver.jar -> /plugins/snowflake.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,432 INFO util.files :: Extract file /modules/sparksql.metabase-driver.jar -> /plugins/sparksql.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,435 INFO util.files :: Extract file /modules/druid.metabase-driver.jar -> /plugins/druid.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,438 INFO util.files :: Extract file /modules/druid-jdbc.metabase-driver.jar -> /plugins/druid-jdbc.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,481 INFO util.files :: Extract file /modules/vertica.metabase-driver.jar -> /plugins/vertica.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,482 INFO util.files :: Extract file /modules/hive-like.metabase-driver.jar -> /plugins/hive-like.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,543 INFO util.files :: Extract file /modules/oracle.metabase-driver.jar -> /plugins/oracle.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,545 INFO util.files :: Extract file /modules/databricks.metabase-driver.jar -> /plugins/databricks.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,659 INFO util.files :: Extract file /modules/presto-jdbc.metabase-driver.jar -> /plugins/presto-jdbc.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,716 INFO util.files :: Extract file /modules/mongo.metabase-driver.jar -> /plugins/mongo.metabase-driver.jar
2024-11-24 19:12:56 2024-11-24 16:12:56,734 INFO util.files :: Extract file /modules/sqlite.metabase-driver.jar -> /plugins/sqlite.metabase-driver.jar
2024-11-24 19:12:57 2024-11-24 16:12:57,118 INFO plugins.dependencies :: Metabase cannot initialize plugin Metabase Oracle Driver due to required dependencies. Metabase requires the Oracle JDBC driver in order to connect to Oracle databases, but we can't ship it as part of Metabase due to licensing restrictions. See https://metabase.com/docs/latest/administration-guide/databases/oracle.html for more details.
2024-11-24 19:12:57
2024-11-24 19:12:57 2024-11-24 16:12:57,123 INFO plugins.dependencies :: Metabase Oracle Driver dependency {:class oracle.jdbc.OracleDriver} satisfied? false
2024-11-24 19:12:57 2024-11-24 16:12:57,143 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Oracle Driver"]
2024-11-24 19:12:57 2024-11-24 16:12:57,190 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :presto-jdbc...
2024-11-24 19:12:57 2024-11-24 16:12:57,195 INFO driver.impl :: Registered driver :presto-jdbc (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,327 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :snowflake...
2024-11-24 19:12:57 2024-11-24 16:12:57,334 INFO driver.impl :: Registered driver :snowflake (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,387 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :mongo...
2024-11-24 19:12:57 2024-11-24 16:12:57,388 INFO driver.impl :: Registered driver :mongo 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,395 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sqlite...
2024-11-24 19:12:57 2024-11-24 16:12:57,395 INFO driver.impl :: Registered driver :sqlite (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,399 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sqlserver...
2024-11-24 19:12:57 2024-11-24 16:12:57,400 INFO driver.impl :: Registered driver :sqlserver (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,419 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :bigquery-cloud-sdk...
2024-11-24 19:12:57 2024-11-24 16:12:57,419 INFO driver.impl :: Registered driver :bigquery-cloud-sdk (parents: [:sql]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,433 INFO plugins.dependencies :: Plugin 'Metabase Databricks Driver' depends on plugin 'Metabase Hive Like Abstract Driver'
2024-11-24 19:12:57 2024-11-24 16:12:57,434 INFO plugins.dependencies :: Metabase Databricks Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? false
2024-11-24 19:12:57 2024-11-24 16:12:57,435 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Databricks Driver" "Metabase Oracle Driver"]
2024-11-24 19:12:57 2024-11-24 16:12:57,443 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :redshift...
2024-11-24 19:12:57 2024-11-24 16:12:57,443 INFO driver.impl :: Registered driver :redshift (parents: [:postgres]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,451 INFO plugins.dependencies :: Metabase cannot initialize plugin Metabase Vertica Driver due to required dependencies. Metabase requires the Vertica JDBC driver in order to connect to Vertica databases, but we can't ship it as part of Metabase due to licensing restrictions. See https://metabase.com/docs/latest/administration-guide/databases/vertica.html for more details.
2024-11-24 19:12:57
2024-11-24 19:12:57 2024-11-24 16:12:57,452 INFO plugins.dependencies :: Metabase Vertica Driver dependency {:class com.vertica.jdbc.Driver} satisfied? false
2024-11-24 19:12:57 2024-11-24 16:12:57,452 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Databricks Driver" "Metabase Vertica Driver" "Metabase Oracle Driver"]
2024-11-24 19:12:57 2024-11-24 16:12:57,462 INFO plugins.dependencies :: Plugin 'Metabase Spark SQL Driver' depends on plugin 'Metabase Hive Like Abstract Driver'
2024-11-24 19:12:57 2024-11-24 16:12:57,462 INFO plugins.dependencies :: Metabase Spark SQL Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? false
2024-11-24 19:12:57 2024-11-24 16:12:57,463 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Spark SQL Driver" "Metabase Databricks Driver" "Metabase Vertica Driver" "Metabase Oracle Driver"]
2024-11-24 19:12:57 2024-11-24 16:12:57,475 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :druid...
2024-11-24 19:12:57 2024-11-24 16:12:57,477 INFO driver.impl :: Registered driver :druid 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,485 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :druid-jdbc...
2024-11-24 19:12:57 2024-11-24 16:12:57,486 INFO driver.impl :: Registered driver :druid-jdbc (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,499 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :athena...
2024-11-24 19:12:57 2024-11-24 16:12:57,500 INFO driver.impl :: Registered driver :athena (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,511 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :hive-like...
2024-11-24 19:12:57 2024-11-24 16:12:57,512 INFO driver.impl :: Registered abstract driver :hive-like (parents: [:sql-jdbc]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,514 INFO plugins.dependencies :: Metabase Spark SQL Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? true
2024-11-24 19:12:57 2024-11-24 16:12:57,516 INFO plugins.dependencies :: Metabase Databricks Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? true
2024-11-24 19:12:57 2024-11-24 16:12:57,519 DEBUG plugins.initialize :: Dependencies satisfied; these plugins will now be loaded: ["Metabase Databricks Driver" "Metabase Spark SQL Driver"]
2024-11-24 19:12:57 2024-11-24 16:12:57,519 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :databricks...
2024-11-24 19:12:57 2024-11-24 16:12:57,519 INFO driver.impl :: Registered driver :databricks (parents: [:hive-like]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,520 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sparksql...
2024-11-24 19:12:57 2024-11-24 16:12:57,520 INFO driver.impl :: Registered driver :sparksql (parents: [:hive-like]) 🚚
2024-11-24 19:12:57 2024-11-24 16:12:57,541 INFO metabase.core :: Setting up and migrating Metabase DB. Please sit tight, this may take a minute...
2024-11-24 19:12:57 2024-11-24 16:12:57,544 INFO db.setup :: Verifying postgres Database Connection ...
2024-11-24 19:12:58 2024-11-24 16:12:58,717 INFO db.setup :: Successfully verified PostgreSQL 16.3 (Ubuntu 16.3-1.pgdg22.04+1) application database connection. ✅
2024-11-24 19:12:58 2024-11-24 16:12:58,720 INFO db.setup :: Checking if a database downgrade is required...
2024-11-24 19:12:59 2024-11-24 16:12:59,016 INFO liquibase.database :: Set default schema name to metabase
2024-11-24 19:13:00 2024-11-24 16:13:00,120 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2024-11-24 19:13:00 2024-11-24 16:13:00,263 INFO liquibase.changelog :: Creating database history table with name: metabase.databasechangelog
2024-11-24 19:13:00 2024-11-24 16:13:00,758 INFO db.setup :: Running Database Migrations...
2024-11-24 19:13:00 2024-11-24 16:13:00,759 INFO db.setup :: Setting up Liquibase...
2024-11-24 19:13:00 2024-11-24 16:13:00,866 INFO liquibase.database :: Set default schema name to metabase
2024-11-24 19:13:01 2024-11-24 16:13:01,244 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2024-11-24 19:13:01 2024-11-24 16:13:01,440 INFO db.liquibase :: Updating liquibase table to reflect consolidated changeset filenames
2024-11-24 19:13:01 2024-11-24 16:13:01,569 INFO liquibase.lockservice :: Successfully acquired change log lock
2024-11-24 19:13:01 2024-11-24 16:13:01,605 INFO db.liquibase :: No migration lock found.
2024-11-24 19:13:01 2024-11-24 16:13:01,605 INFO db.liquibase :: Migration lock acquired.
2024-11-24 19:13:01 2024-11-24 16:13:01,737 INFO liquibase.lockservice :: Successfully released change log lock
2024-11-24 19:13:01 2024-11-24 16:13:01,751 INFO db.setup :: Liquibase is ready.
2024-11-24 19:13:01 2024-11-24 16:13:01,752 INFO db.liquibase :: Checking if Database has unrun migrations...
2024-11-24 19:13:01 2024-11-24 16:13:01,894 INFO liquibase.database :: Set default schema name to metabase
2024-11-24 19:13:02 2024-11-24 16:13:02,130 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2024-11-24 19:13:02 2024-11-24 16:13:02,423 INFO liquibase.changelog :: Reading from metabase.databasechangelog
2024-11-24 19:13:03 2024-11-24 16:13:03,093 INFO db.liquibase :: Database has unrun migrations. Checking if migration lock is taken...
2024-11-24 19:13:03 2024-11-24 16:13:03,203 INFO liquibase.lockservice :: Successfully acquired change log lock
2024-11-24 19:13:03 2024-11-24 16:13:03,219 INFO db.liquibase :: No migration lock found.
2024-11-24 19:13:03 2024-11-24 16:13:03,219 INFO db.liquibase :: Migration lock acquired.
2024-11-24 19:13:03 2024-11-24 16:13:03,334 INFO liquibase.database :: Set default schema name to metabase
2024-11-24 19:13:03 2024-11-24 16:13:03,696 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2024-11-24 19:13:03 2024-11-24 16:13:03,878 INFO liquibase.changelog :: Reading from metabase.databasechangelog
2024-11-24 19:13:04 2024-11-24 16:13:04,085 INFO db.liquibase :: Running 420 migrations ...
2024-11-24 19:13:04 2024-11-24 16:13:04,368 INFO liquibase.changelog :: Reading from metabase.databasechangelog
2024-11-24 19:13:04 2024-11-24 16:13:04,832 INFO liquibase.command :: Using deploymentId: 2464784825
2024-11-24 19:13:04 2024-11-24 16:13:04,883 INFO liquibase.changelog :: Reading from metabase.databasechangelog
2024-11-24 19:13:05 2024-11-24 16:13:05,275 INFO liquibase.snapshot :: Creating snapshot
2024-11-24 19:13:05 2024-11-24 16:13:05,654 WARN liquibase.executor :: extension "citext" already exists, skipping
2024-11-24 19:13:14 2024-11-24 16:13:14,058 INFO liquibase.changelog :: SQL in file initialization/metabase_postgres.sql executed
2024-11-24 19:13:14 2024-11-24 16:13:14,084 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v00.00-000::qnkhuat ran successfully in 8834ms
2024-11-24 19:13:14 2024-11-24 16:13:14,306 INFO liquibase.changelog :: Table action created
2024-11-24 19:13:14 2024-11-24 16:13:14,317 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v45.00-001::snoe ran successfully in 154ms
2024-11-24 19:13:14 2024-11-24 16:13:14,419 ERROR liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v45.00-002::snoe encountered an exception.
2024-11-24 19:13:14 liquibase.exception.DatabaseException: ERROR: relation "metabase.report_card" does not exist [Failed SQL: (0) CREATE TABLE "metabase"."query_action" ("action_id" INTEGER NOT NULL, "card_id" INTEGER NOT NULL, CONSTRAINT "fk_query_action_ref_action_id" FOREIGN KEY ("action_id") REFERENCES "metabase"."action"("id") ON DELETE CASCADE, CONSTRAINT "fk_query_action_ref_card_id" FOREIGN KEY ("card_id") REFERENCES "metabase"."report_card"("id") ON DELETE CASCADE)]
2024-11-24 19:13:14 at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:470)
2024-11-24 19:13:14 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:77)
2024-11-24 19:13:14 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:179)
2024-11-24 19:13:14 at liquibase.executor.AbstractExecutor.execute(AbstractExecutor.java:141)
2024-11-24 19:13:14 at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1285)
2024-11-24 19:13:14 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:755)
2024-11-24 19:13:14 at liquibase.changelog.visitor.UpdateVisitor.executeAcceptedChange(UpdateVisitor.java:119)
2024-11-24 19:13:14 at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:68)
2024-11-24 19:13:14 at liquibase.changelog.ChangeLogIterator$2.lambda$run$0(ChangeLogIterator.java:133)
2024-11-24 19:13:14 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:14 at liquibase.changelog.ChangeLogIterator$2.run(ChangeLogIterator.java:122)
2024-11-24 19:13:14 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:252)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:256)
2024-11-24 19:13:14 at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:89)
2024-11-24 19:13:14 at liquibase.command.core.AbstractUpdateCommandStep.lambda$run$0(AbstractUpdateCommandStep.java:110)
2024-11-24 19:13:14 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:14 at liquibase.command.core.AbstractUpdateCommandStep.run(AbstractUpdateCommandStep.java:108)
2024-11-24 19:13:14 at liquibase.command.core.UpdateCommandStep.run(UpdateCommandStep.java:105)
2024-11-24 19:13:14 at liquibase.command.CommandScope.execute(CommandScope.java:217)
2024-11-24 19:13:14 at liquibase.Liquibase.lambda$update$0(Liquibase.java:245)
2024-11-24 19:13:14 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:14 at liquibase.Liquibase.runInScope(Liquibase.java:1419)
2024-11-24 19:13:14 at liquibase.Liquibase.update(Liquibase.java:234)
2024-11-24 19:13:14 at liquibase.Liquibase.update(Liquibase.java:212)
2024-11-24 19:13:14 at liquibase.Liquibase.update(Liquibase.java:194)
2024-11-24 19:13:14 at metabase.db.liquibase$migrate_up_if_needed_BANG_$fn__45468.invoke(liquibase.clj:371)
2024-11-24 19:13:14 at metabase.db.liquibase$run_in_scope_locked$reify__45464.run(liquibase.clj:336)
2024-11-24 19:13:14 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:14 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:14 at metabase.db.liquibase$run_in_scope_locked.invokeStatic(liquibase.clj:329)
2024-11-24 19:13:14 at metabase.db.liquibase$run_in_scope_locked.invoke(liquibase.clj:312)
2024-11-24 19:13:14 at metabase.db.liquibase$migrate_up_if_needed_BANG_.invokeStatic(liquibase.clj:360)
2024-11-24 19:13:14 at metabase.db.liquibase$migrate_up_if_needed_BANG_.invoke(liquibase.clj:353)
2024-11-24 19:13:14 at metabase.db.setup$migrate_BANG_55483__55484$fn__55485.invoke(setup.clj:84)
2024-11-24 19:13:14 at metabase.db.liquibase$do_with_liquibase45398__45399$f_STAR___45400.invoke(liquibase.clj:135)
2024-11-24 19:13:14 at metabase.db.liquibase$do_with_liquibase45398__45399.invokeStatic(liquibase.clj:138)
2024-11-24 19:13:14 at metabase.db.liquibase$do_with_liquibase45398__45399.invoke(liquibase.clj:126)
2024-11-24 19:13:14 at metabase.db.setup$migrate_BANG_55483__55484.invokeStatic(setup.clj:73)
2024-11-24 19:13:14 at metabase.db.setup$migrate_BANG_55483__55484.doInvoke(setup.clj:55)
2024-11-24 19:13:14 at clojure.lang.RestFn.invoke(RestFn.java:428)
2024-11-24 19:13:14 at metabase.db.setup$run_schema_migrations_BANG_55510__55511.invokeStatic(setup.clj:149)
2024-11-24 19:13:14 at metabase.db.setup$run_schema_migrations_BANG_55510__55511.invoke(setup.clj:144)
2024-11-24 19:13:14 at metabase.db.setup$setup_db_BANG_55517__55518$fn__55521$fn__55522.invoke(setup.clj:167)
2024-11-24 19:13:14 at metabase.util.jvm$do_with_us_locale.invokeStatic(jvm.clj:238)
2024-11-24 19:13:14 at metabase.util.jvm$do_with_us_locale.invoke(jvm.clj:224)
2024-11-24 19:13:14 at metabase.db.setup$setup_db_BANG_55517__55518$fn__55521.invoke(setup.clj:161)
2024-11-24 19:13:14 at metabase.db.setup$setup_db_BANG_55517__55518.invokeStatic(setup.clj:160)
2024-11-24 19:13:14 at metabase.db.setup$setup_db_BANG_55517__55518.invoke(setup.clj:153)
2024-11-24 19:13:14 at metabase.db$setup_db_BANG_$fn__55546.invoke(db.clj:86)
2024-11-24 19:13:14 at metabase.db$setup_db_BANG_.invokeStatic(db.clj:81)
2024-11-24 19:13:14 at metabase.db$setup_db_BANG_.doInvoke(db.clj:68)
2024-11-24 19:13:14 at clojure.lang.RestFn.invoke(RestFn.java:424)
2024-11-24 19:13:14 at metabase.core$init_BANG__STAR_.invokeStatic(core.clj:121)
2024-11-24 19:13:14 at metabase.core$init_BANG__STAR_.invoke(core.clj:102)
2024-11-24 19:13:14 at metabase.core$init_BANG_.invokeStatic(core.clj:181)
2024-11-24 19:13:14 at metabase.core$init_BANG_.invoke(core.clj:176)
2024-11-24 19:13:14 at metabase.core$start_normally.invokeStatic(core.clj:193)
2024-11-24 19:13:14 at metabase.core$start_normally.invoke(core.clj:187)
2024-11-24 19:13:14 at metabase.core$entrypoint.invokeStatic(core.clj:226)
2024-11-24 19:13:14 at metabase.core$entrypoint.doInvoke(core.clj:220)
2024-11-24 19:13:14 at clojure.lang.RestFn.invoke(RestFn.java:400)
2024-11-24 19:13:14 at clojure.lang.AFn.applyToHelper(AFn.java:152)
2024-11-24 19:13:14 at clojure.lang.RestFn.applyTo(RestFn.java:135)
2024-11-24 19:13:14 at clojure.lang.Var.applyTo(Var.java:707)
2024-11-24 19:13:14 at clojure.core$apply.invokeStatic(core.clj:667)
2024-11-24 19:13:14 at clojure.core$apply.invoke(core.clj:662)
2024-11-24 19:13:14 at metabase.bootstrap$_main.invokeStatic(bootstrap.clj:31)
2024-11-24 19:13:14 at metabase.bootstrap$_main.doInvoke(bootstrap.clj:28)
2024-11-24 19:13:14 at clojure.lang.RestFn.invoke(RestFn.java:400)
2024-11-24 19:13:14 at clojure.lang.AFn.applyToHelper(AFn.java:152)
2024-11-24 19:13:14 at clojure.lang.RestFn.applyTo(RestFn.java:135)
2024-11-24 19:13:14 at metabase.bootstrap.main(Unknown Source)
2024-11-24 19:13:14 Caused by: org.postgresql.util.PSQLException: ERROR: relation "metabase.report_card" does not exist
2024-11-24 19:13:14 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2725)
2024-11-24 19:13:14 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2412)
2024-11-24 19:13:14 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:371)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:502)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:419)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:341)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:326)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:302)
2024-11-24 19:13:14 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:297)
2024-11-24 19:13:14 at com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:75)
2024-11-24 19:13:14 at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:464)
2024-11-24 19:13:14 ... 86 more
2024-11-24 19:13:14
2024-11-24 19:13:14 UPDATE SUMMARY
2024-11-24 19:13:14 Run: 420
2024-11-24 19:13:14 Previously run: 0
2024-11-24 19:13:14 Filtered out: 51
2024-11-24 19:13:14 -------------------------------
2024-11-24 19:13:14 Total change sets: 471
2024-11-24 19:13:14
2024-11-24 19:13:14
2024-11-24 19:13:14 FILTERED CHANGE SETS SUMMARY
2024-11-24 19:13:14 DBMS mismatch: 51
2024-11-24 19:13:14
2024-11-24 19:13:14 2024-11-24 16:13:14,483 INFO liquibase.util :: UPDATE SUMMARY
2024-11-24 19:13:14 2024-11-24 16:13:14,483 INFO liquibase.util :: Run: 420
2024-11-24 19:13:14 2024-11-24 16:13:14,484 INFO liquibase.util :: Previously run: 0
2024-11-24 19:13:14 2024-11-24 16:13:14,485 INFO liquibase.util :: Filtered out: 51
2024-11-24 19:13:14 2024-11-24 16:13:14,486 INFO liquibase.util :: -------------------------------
2024-11-24 19:13:14 2024-11-24 16:13:14,487 INFO liquibase.util :: Total change sets: 471
2024-11-24 19:13:14 2024-11-24 16:13:14,487 INFO liquibase.util :: FILTERED CHANGE SETS SUMMARY
2024-11-24 19:13:14 2024-11-24 16:13:14,487 INFO liquibase.util :: DBMS mismatch: 51
2024-11-24 19:13:14 2024-11-24 16:13:14,498 INFO liquibase.util :: Update summary generated
2024-11-24 19:13:14 2024-11-24 16:13:14,505 INFO liquibase.command :: Update command encountered an exception.
2024-11-24 19:13:14 2024-11-24 16:13:14,573 INFO liquibase.lockservice :: Successfully released change log lock
2024-11-24 19:13:14 2024-11-24 16:13:14,596 INFO liquibase.command :: Logging exception.
2024-11-24 19:13:14 2024-11-24 16:13:14,596 INFO liquibase.command :: Command execution complete
2024-11-24 19:13:14 2024-11-24 16:13:14,651 INFO liquibase.lockservice :: Successfully released change log lock
2024-11-24 19:13:15 2024-11-24 16:13:15,123 ERROR metabase.core :: Metabase Initialization FAILED
2024-11-24 19:13:15 liquibase.exception.CommandExecutionException: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset migrations/001_update_migrations.yaml::v45.00-002::snoe:
2024-11-24 19:13:15 Reason: liquibase.exception.DatabaseException: ERROR: relation "metabase.report_card" does not exist [Failed SQL: (0) CREATE TABLE "metabase"."query_action" ("action_id" INTEGER NOT NULL, "card_id" INTEGER NOT NULL, CONSTRAINT "fk_query_action_ref_action_id" FOREIGN KEY ("action_id") REFERENCES "metabase"."action"("id") ON DELETE CASCADE, CONSTRAINT "fk_query_action_ref_card_id" FOREIGN KEY ("card_id") REFERENCES "metabase"."report_card"("id") ON DELETE CASCADE)]
2024-11-24 19:13:15 at liquibase.command.CommandScope.execute(CommandScope.java:253)
2024-11-24 19:13:15 at liquibase.Liquibase.lambda$update$0(Liquibase.java:245)
2024-11-24 19:13:15 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:15 at liquibase.Liquibase.runInScope(Liquibase.java:1419)
2024-11-24 19:13:15 at liquibase.Liquibase.update(Liquibase.java:234)
2024-11-24 19:13:15 at liquibase.Liquibase.update(Liquibase.java:212)
2024-11-24 19:13:15 at liquibase.Liquibase.update(Liquibase.java:194)
2024-11-24 19:13:15 at metabase.db.liquibase$migrate_up_if_needed_BANG_$fn__45468.invoke(liquibase.clj:371)
2024-11-24 19:13:15 at metabase.db.liquibase$run_in_scope_locked$reify__45464.run(liquibase.clj:336)
2024-11-24 19:13:15 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:15 at metabase.db.liquibase$run_in_scope_locked.invokeStatic(liquibase.clj:329)
2024-11-24 19:13:15 at metabase.db.liquibase$run_in_scope_locked.invoke(liquibase.clj:312)
2024-11-24 19:13:15 at metabase.db.liquibase$migrate_up_if_needed_BANG_.invokeStatic(liquibase.clj:360)
2024-11-24 19:13:15 at metabase.db.liquibase$migrate_up_if_needed_BANG_.invoke(liquibase.clj:353)
2024-11-24 19:13:15 at metabase.db.setup$migrate_BANG_55483__55484$fn__55485.invoke(setup.clj:84)
2024-11-24 19:13:15 at metabase.db.liquibase$do_with_liquibase45398__45399$f_STAR___45400.invoke(liquibase.clj:135)
2024-11-24 19:13:15 at metabase.db.liquibase$do_with_liquibase45398__45399.invokeStatic(liquibase.clj:138)
2024-11-24 19:13:15 at metabase.db.liquibase$do_with_liquibase45398__45399.invoke(liquibase.clj:126)
2024-11-24 19:13:15 at metabase.db.setup$migrate_BANG_55483__55484.invokeStatic(setup.clj:73)
2024-11-24 19:13:15 at metabase.db.setup$migrate_BANG_55483__55484.doInvoke(setup.clj:55)
2024-11-24 19:13:15 at clojure.lang.RestFn.invoke(RestFn.java:428)
2024-11-24 19:13:15 at metabase.db.setup$run_schema_migrations_BANG_55510__55511.invokeStatic(setup.clj:149)
2024-11-24 19:13:15 at metabase.db.setup$run_schema_migrations_BANG_55510__55511.invoke(setup.clj:144)
2024-11-24 19:13:15 at metabase.db.setup$setup_db_BANG_55517__55518$fn__55521$fn__55522.invoke(setup.clj:167)
2024-11-24 19:13:15 at metabase.util.jvm$do_with_us_locale.invokeStatic(jvm.clj:238)
2024-11-24 19:13:15 at metabase.util.jvm$do_with_us_locale.invoke(jvm.clj:224)
2024-11-24 19:13:15 at metabase.db.setup$setup_db_BANG_55517__55518$fn__55521.invoke(setup.clj:161)
2024-11-24 19:13:15 at metabase.db.setup$setup_db_BANG_55517__55518.invokeStatic(setup.clj:160)
2024-11-24 19:13:15 at metabase.db.setup$setup_db_BANG_55517__55518.invoke(setup.clj:153)
2024-11-24 19:13:15 at metabase.db$setup_db_BANG_$fn__55546.invoke(db.clj:86)
2024-11-24 19:13:15 at metabase.db$setup_db_BANG_.invokeStatic(db.clj:81)
2024-11-24 19:13:15 at metabase.db$setup_db_BANG_.doInvoke(db.clj:68)
2024-11-24 19:13:15 at clojure.lang.RestFn.invoke(RestFn.java:424)
2024-11-24 19:13:15 at metabase.core$init_BANG__STAR_.invokeStatic(core.clj:121)
2024-11-24 19:13:15 at metabase.core$init_BANG__STAR_.invoke(core.clj:102)
2024-11-24 19:13:15 at metabase.core$init_BANG_.invokeStatic(core.clj:181)
2024-11-24 19:13:15 at metabase.core$init_BANG_.invoke(core.clj:176)
2024-11-24 19:13:15 at metabase.core$start_normally.invokeStatic(core.clj:193)
2024-11-24 19:13:15 at metabase.core$start_normally.invoke(core.clj:187)
2024-11-24 19:13:15 at metabase.core$entrypoint.invokeStatic(core.clj:226)
2024-11-24 19:13:15 at metabase.core$entrypoint.doInvoke(core.clj:220)
2024-11-24 19:13:15 at clojure.lang.RestFn.invoke(RestFn.java:400)
2024-11-24 19:13:15 at clojure.lang.AFn.applyToHelper(AFn.java:152)
2024-11-24 19:13:15 at clojure.lang.RestFn.applyTo(RestFn.java:135)
2024-11-24 19:13:15 at clojure.lang.Var.applyTo(Var.java:707)
2024-11-24 19:13:15 at clojure.core$apply.invokeStatic(core.clj:667)
2024-11-24 19:13:15 at clojure.core$apply.invoke(core.clj:662)
2024-11-24 19:13:15 at metabase.bootstrap$_main.invokeStatic(bootstrap.clj:31)
2024-11-24 19:13:15 at metabase.bootstrap$_main.doInvoke(bootstrap.clj:28)
2024-11-24 19:13:15 at clojure.lang.RestFn.invoke(RestFn.java:400)
2024-11-24 19:13:15 at clojure.lang.AFn.applyToHelper(AFn.java:152)
2024-11-24 19:13:15 at clojure.lang.RestFn.applyTo(RestFn.java:135)
2024-11-24 19:13:15 at metabase.bootstrap.main(Unknown Source)
2024-11-24 19:13:15 Caused by: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset migrations/001_update_migrations.yaml::v45.00-002::snoe:
2024-11-24 19:13:15 Reason: liquibase.exception.DatabaseException: ERROR: relation "metabase.report_card" does not exist [Failed SQL: (0) CREATE TABLE "metabase"."query_action" ("action_id" INTEGER NOT NULL, "card_id" INTEGER NOT NULL, CONSTRAINT "fk_query_action_ref_action_id" FOREIGN KEY ("action_id") REFERENCES "metabase"."action"("id") ON DELETE CASCADE, CONSTRAINT "fk_query_action_ref_card_id" FOREIGN KEY ("card_id") REFERENCES "metabase"."report_card"("id") ON DELETE CASCADE)]
2024-11-24 19:13:15 at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:151)
2024-11-24 19:13:15 at liquibase.command.core.AbstractUpdateCommandStep.lambda$run$0(AbstractUpdateCommandStep.java:110)
2024-11-24 19:13:15 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:15 at liquibase.command.core.AbstractUpdateCommandStep.run(AbstractUpdateCommandStep.java:108)
2024-11-24 19:13:15 at liquibase.command.core.UpdateCommandStep.run(UpdateCommandStep.java:105)
2024-11-24 19:13:15 at liquibase.command.CommandScope.execute(CommandScope.java:217)
2024-11-24 19:13:15 ... 58 more
2024-11-24 19:13:15 Caused by: liquibase.exception.MigrationFailedException: Migration failed for changeset migrations/001_update_migrations.yaml::v45.00-002::snoe:
2024-11-24 19:13:15 Reason: liquibase.exception.DatabaseException: ERROR: relation "metabase.report_card" does not exist [Failed SQL: (0) CREATE TABLE "metabase"."query_action" ("action_id" INTEGER NOT NULL, "card_id" INTEGER NOT NULL, CONSTRAINT "fk_query_action_ref_action_id" FOREIGN KEY ("action_id") REFERENCES "metabase"."action"("id") ON DELETE CASCADE, CONSTRAINT "fk_query_action_ref_card_id" FOREIGN KEY ("card_id") REFERENCES "metabase"."report_card"("id") ON DELETE CASCADE)]
2024-11-24 19:13:15 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:797)
2024-11-24 19:13:15 at liquibase.changelog.visitor.UpdateVisitor.executeAcceptedChange(UpdateVisitor.java:119)
2024-11-24 19:13:15 at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:68)
2024-11-24 19:13:15 at liquibase.changelog.ChangeLogIterator$2.lambda$run$0(ChangeLogIterator.java:133)
2024-11-24 19:13:15 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:15 at liquibase.changelog.ChangeLogIterator$2.run(ChangeLogIterator.java:122)
2024-11-24 19:13:15 at liquibase.Scope.lambda$child$0(Scope.java:186)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:195)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:185)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:164)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:252)
2024-11-24 19:13:15 at liquibase.Scope.child(Scope.java:256)
2024-11-24 19:13:15 at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:89)
2024-11-24 19:13:15 ... 66 more
2024-11-24 19:13:15 Caused by: liquibase.exception.DatabaseException: ERROR: relation "metabase.report_card" does not exist [Failed SQL: (0) CREATE TABLE "metabase"."query_action" ("action_id" INTEGER NOT NULL, "card_id" INTEGER NOT NULL, CONSTRAINT "fk_query_action_ref_action_id" FOREIGN KEY ("action_id") REFERENCES "metabase"."action"("id") ON DELETE CASCADE, CONSTRAINT "fk_query_action_ref_card_id" FOREIGN KEY ("card_id") REFERENCES "metabase"."report_card"("id") ON DELETE CASCADE)]
2024-11-24 19:13:15 at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:470)
2024-11-24 19:13:15 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:77)
2024-11-24 19:13:15 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:179)
2024-11-24 19:13:15 at liquibase.executor.AbstractExecutor.execute(AbstractExecutor.java:141)
2024-11-24 19:13:15 at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1285)
2024-11-24 19:13:15 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:755)
2024-11-24 19:13:15 ... 81 more
2024-11-24 19:13:15 Caused by: org.postgresql.util.PSQLException: ERROR: relation "metabase.report_card" does not exist
2024-11-24 19:13:15 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2725)
2024-11-24 19:13:15 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2412)
2024-11-24 19:13:15 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:371)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:502)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:419)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:341)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:326)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:302)
2024-11-24 19:13:15 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:297)
2024-11-24 19:13:15 at com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:75)
2024-11-24 19:13:15 at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:464)
2024-11-24 19:13:15 ... 86 more
2024-11-24 19:13:15 2024-11-24 16:13:15,135 INFO metabase.core :: Metabase Shutting Down ...
2024-11-24 19:13:15 2024-11-24 16:13:15,138 INFO metabase.server :: Shutting Down Embedded Jetty Webserver
2024-11-24 19:13:15 2024-11-24 16:13:15,164 WARN db.liquibase :: ()
2024-11-24 19:13:15 2024-11-24 16:13:15,166 INFO metabase.core :: Metabase Shutdown COMPLETE
```
### Information about your Metabase installation
```JSON
-
```
### Severity
blocking
### Additional context
- PostgreSQL Version: 16
- Docker Version: 27.1.2, build d01f264bcc