Connection postgres DB failed

so this is the command im running
the credentials are right, i use the same credentials in my pgAdmin and it works but for some reason metabase just shuts down because of failed db connection

docker run --restart=unless-stopped -p 6000:3000 -e “MB_DB_TYPE=postgres”
-e “MB_DB_DBNAME=dbname” -e “MB_DB_PORT=5432” -e “MB_DB_USER=user” -e “MB_DB_PASS=pass” -e “MB_DB_HOST=ip of the db” --name metabase metabase/metabase

ERROR I GET IS THIS :
ERROR: Unsupported startup parameter: extra_float_digits

any help
???

guys

@anonymous
Which version of Metabase?
Which version of Postgres?
Please post the Metabase log from startup to failure.

And just for your information. This is a user-to-user forum. You waited 25 minutes and then bumped the post - no reason to do that.

latest metabse version i think 0.33.5
pg version is 11.5

this is my log from startup to error
i decided to go straight without adding any postgres db credentials to my docker command,… so im using the H2 db now
but after, i decided to add the postgres DB and still throws the error again

11-14 11:33:17 DEBUG plugins.classloader :: Using NEWLY CREATED classloader as shared context classloader: clojure.lang.DynamicClassLoader@52f57666
11-14 11:33:17 DEBUG plugins.classloader :: Setting current thread context classloader to shared classloader clojure.lang.DynamicClassLoader@52f57666…
11-14 11:33:19 INFO metabase.util :: Loading Metabase…
11-14 11:33:19 INFO metabase.util :: Maximum memory available to JVM: 955.1 MB
11-14 11:33:31 INFO util.encryption :: Saved credentials encryption is DISABLED for this Metabase instance. :unlock:
For more information, see https://metabase.com/docs/latest/operations-guide/encrypting-database-details-at-rest.html
11-14 11:33:42 INFO metabase.driver :: Registered abstract driver :sql :truck:
11-14 11:33:54 INFO metabase.core :: Starting Metabase in STANDALONE mode
11-14 11:33:54 INFO metabase.server :: Launching Embedded Jetty Webserver with config:
{:port 3000, :host “0.0.0.0”}

11-14 11:33:54 INFO metabase.core :: Starting Metabase version v0.33.5 (bf436b4 release-0.33.x) …
11-14 11:33:54 INFO metabase.core :: System info:
{“java.runtime.name” “OpenJDK Runtime Environment”,
“java.runtime.version” “11.0.4+11”,
“java.vendor” “AdoptOpenJDK”,
“java.vendor.url” “https://adoptopenjdk.net/”,
“java.version” “11.0.4”,
“java.vm.name” “OpenJDK 64-Bit Server VM”,
“java.vm.version” “11.0.4+11”,
“os.name” “Linux”,
“os.version” “4.14.148-boot2docker”,
“user.language” “en”,
“user.timezone” “GMT”}

11-14 11:33:54 INFO metabase.plugins :: Loading plugins in /plugins…
Extract file /modules/sparksql.metabase-driver.jar -> /plugins/sparksql.metabase-driver.jar took 1.1 s
Extract file /modules/bigquery.metabase-driver.jar -> /plugins/bigquery.metabase-driver.jar took 10.7 ms
Extract file /modules/sqlserver.metabase-driver.jar -> /plugins/sqlserver.metabase-driver.jar took 21.9 ms
Extract file /modules/sqlite.metabase-driver.jar -> /plugins/sqlite.metabase-driver.jar took 56.7 ms
Extract file /modules/vertica.metabase-driver.jar -> /plugins/vertica.metabase-driver.jar took 1.5 ms
Extract file /modules/redshift.metabase-driver.jar -> /plugins/redshift.metabase-driver.jar took 48.1 ms
Extract file /modules/presto.metabase-driver.jar -> /plugins/presto.metabase-driver.jar took 4.1 ms
Extract file /modules/druid.metabase-driver.jar -> /plugins/druid.metabase-driver.jar took 10.9 ms
Extract file /modules/mongo.metabase-driver.jar -> /plugins/mongo.metabase-driver.jar took 57.2 ms
Extract file /modules/google.metabase-driver.jar -> /plugins/google.metabase-driver.jar took 25.2 ms
Extract file /modules/oracle.metabase-driver.jar -> /plugins/oracle.metabase-driver.jar took 1.6 ms
Extract file /modules/snowflake.metabase-driver.jar -> /plugins/snowflake.metabase-driver.jar took 146.0 ms
Extract file /modules/googleanalytics.metabase-driver.jar -> /plugins/googleanalytics.metabase-driver.jar took 5.7 ms
11-14 11:33:57 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :redshift…
11-14 11:33:57 INFO metabase.driver :: Registered abstract driver :sql-jdbc (parents: [:sql]) :truck:
Load driver :sql-jdbc took 67.7 ms
11-14 11:33:57 INFO metabase.driver :: Registered driver :postgres (parents: [:sql-jdbc]) :truck:
Load driver :postgres took 258.6 ms
11-14 11:33:57 INFO metabase.driver :: Registered driver :redshift (parents: [:postgres]) :truck:
11-14 11:33:57 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :presto…
11-14 11:33:57 INFO metabase.driver :: Registered driver :presto (parents: [:sql]) :truck:
11-14 11:33:57 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :google…
11-14 11:33:57 INFO metabase.driver :: Registered abstract driver :google :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :mongo…
11-14 11:33:58 INFO metabase.driver :: Registered driver :mongo :truck:
11-14 11:33:58 INFO plugins.dependencies :: Plugin ‘Metabase BigQuery Driver’ depends on plugin ‘Metabase Google Drivers Shared Dependencies’
11-14 11:33:58 INFO plugins.dependencies :: Metabase BigQuery Driver dependency {:plugin Metabase Google Drivers Shared Dependencies} satisfied? true
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :bigquery…
11-14 11:33:58 INFO metabase.driver :: Registered driver :bigquery (parents: [:sql :google]) :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :druid…
11-14 11:33:58 INFO metabase.driver :: Registered driver :druid :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sqlite…
11-14 11:33:58 INFO metabase.driver :: Registered driver :sqlite (parents: [:sql-jdbc]) :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :hive-like…
11-14 11:33:58 INFO metabase.driver :: Registered abstract driver :hive-like (parents: [:sql-jdbc]) :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sparksql…
11-14 11:33:58 INFO metabase.driver :: Registered driver :sparksql (parents: [:hive-like]) :truck:
11-14 11:33:58 INFO plugins.dependencies :: Plugin ‘Metabase Google Analytics Driver’ depends on plugin ‘Metabase Google Drivers Shared Dependencies’
11-14 11:33:58 INFO plugins.dependencies :: Metabase Google Analytics Driver dependency {:plugin Metabase Google Drivers Shared Dependencies} satisfied? true
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :googleanalytics…
11-14 11:33:58 INFO metabase.driver :: Registered driver :googleanalytics (parents: [:google]) :truck:
11-14 11:33:58 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.

11-14 11:33:58 INFO plugins.dependencies :: Metabase Oracle Driver dependency {:class oracle.jdbc.OracleDriver} satisfied? false
11-14 11:33:58 INFO plugins.dependencies :: Plugins with unsatisfied deps: [“Metabase Oracle Driver”]
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :sqlserver…
11-14 11:33:58 INFO metabase.driver :: Registered driver :sqlserver (parents: [:sql-jdbc]) :truck:
11-14 11:33:58 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :snowflake…
11-14 11:33:58 INFO metabase.driver :: Registered driver :snowflake (parents: [:sql-jdbc]) :truck:
11-14 11:33:58 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.

11-14 11:33:58 INFO plugins.dependencies :: Metabase Vertica Driver dependency {:class com.vertica.jdbc.Driver} satisfied? false
11-14 11:33:58 INFO plugins.dependencies :: Plugins with unsatisfied deps: [“Metabase Vertica Driver” “Metabase Oracle Driver”]
11-14 11:34:00 INFO metabase.driver :: Registered driver :mysql (parents: [:sql-jdbc]) :truck:
Load driver :mysql took 69.1 ms
11-14 11:34:00 INFO metabase.driver :: Registered driver :h2 (parents: [:sql-jdbc]) :truck:
Load driver :h2 took 57.1 ms
11-14 11:34:00 INFO metabase.core :: Setting up and migrating Metabase DB. Please sit tight, this may take a minute…
11-14 11:34:00 WARN metabase.db :: WARNING: Using Metabase with an H2 application database is not recommended for production deployments. For production deployments, we highly recommend using Postgres, MySQL, or MariaDB instead. If you decide to continue to use H2, please be sure to back up the database file regularly. For more information, seehttps://metabase.com/docs/latest/operations-guide/migrating-from-h2.html
11-14 11:34:00 INFO metabase.db :: Verifying h2 Database Connection …
11-14 11:34:00 INFO metabase.driver :: Initializing driver :sql…
11-14 11:34:00 INFO metabase.driver :: Initializing driver :sql-jdbc…
11-14 11:34:00 INFO metabase.driver :: Initializing driver :h2…
11-14 11:34:01 INFO metabase.db :: Verify Database Connection … :white_check_mark:
11-14 11:34:01 INFO metabase.db :: Running Database Migrations…
11-14 11:34:01 INFO metabase.db :: Setting up Liquibase…
11-14 11:34:01 INFO metabase.db :: Liquibase is ready.
11-14 11:34:01 INFO metabase.db :: Checking if Database has unrun migrations…
11-14 11:34:09 INFO metabase.db :: Database has unrun migrations. Waiting for migration lock to be cleared…
11-14 11:34:09 INFO metabase.db :: Migration lock is cleared. Running migrations…
11-14 11:34:14 INFO metabase.db :: Database Migrations Current … :white_check_mark:
11-14 11:34:15 INFO db.migrations :: Running all necessary data migrations, this may take a minute.
11-14 11:34:15 INFO db.migrations :: Running data migration ‘add-users-to-default-permissions-groups’…
11-14 11:34:15 INFO models.permissions-group :: Created magic permissions group ‘All Users’ (ID = 1)
11-14 11:34:15 INFO models.permissions-group :: Created magic permissions group ‘Administrators’ (ID = 2)
11-14 11:34:15 INFO db.migrations :: Running data migration ‘add-admin-group-root-entry’…
11-14 11:34:15 INFO models.permissions-group :: Created magic permissions group ‘MetaBot’ (ID = 3)
11-14 11:34:15 INFO db.migrations :: Running data migration ‘add-databases-to-magic-permissions-groups’…
11-14 11:34:15 INFO db.migrations :: Running data migration ‘migrate-field-types’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘fix-invalid-field-types’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘copy-site-url-setting-and-remove-trailing-slashes’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘drop-old-query-execution-table’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘ensure-protocol-specified-in-site-url’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘populate-card-database-id’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘migrate-humanization-setting’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘mark-category-fields-as-list’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘add-legacy-sql-directive-to-bigquery-sql-cards’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘clear-ldap-user-local-passwords’…
11-14 11:34:16 INFO db.migrations :: Running data migration ‘add-migrated-collections’…
11-14 11:34:16 INFO db.migrations :: Finished running data migrations.
Database setup took 15.8 s
11-14 11:34:16 INFO metabase.events :: Starting events listener: metabase.events.notifications :ear:
11-14 11:34:16 INFO metabase.events :: Starting events listener: metabase.events.metabot-lifecycle :ear:
11-14 11:34:16 INFO metabase.events :: Starting events listener: metabase.events.dependencies :ear:
11-14 11:34:16 INFO metabase.events :: Starting events listener: metabase.events.activity-feed :ear:
11-14 11:34:17 INFO metabase.events :: Starting events listener: metabase.events.last-login :ear:
11-14 11:34:17 INFO metabase.events :: Starting events listener: metabase.events.revision :ear:
11-14 11:34:17 INFO metabase.events :: Starting events listener: metabase.events.sync-database :ear:
11-14 11:34:17 INFO metabase.events :: Starting events listener: metabase.events.view-log :ear:
11-14 11:34:17 INFO metabase.events :: Starting events listener: metabase.events.driver-notifications :ear:
11-14 11:34:17 INFO metabase.task :: Initializing task SyncDatabases :calendar:
11-14 11:34:17 INFO metabase.task :: Initializing task CheckForNewVersions :calendar:
11-14 11:34:17 INFO metabase.task :: Initializing task SendAnonymousUsageStats :calendar:
11-14 11:34:17 INFO metabase.task :: Initializing task SendAbandomentEmails :calendar:
11-14 11:34:18 INFO metabase.task :: Initializing task SendPulses :calendar:
11-14 11:34:18 INFO metabase.task :: Initializing task SendFollowUpEmails :calendar:
11-14 11:34:18 INFO metabase.task :: Initializing task TaskHistoryCleanup :calendar:
11-14 11:34:18 INFO metabase.core :: Looks like this is a new installation … preparing setup wizard
11-14 11:34:18 INFO metabase.core :: Please use the following URL to setup your Metabase installation:

http://0.0.0.0:3000/setup/

11-14 11:34:18 INFO metabase.sample-data :: Loading sample dataset…
11-14 11:34:18 INFO sync.util :: STARTING: Sync h2 Database 1 ‘Sample Dataset’
11-14 11:34:18 INFO sync.util :: STARTING: Sync metadata for h2 Database 1 ‘Sample Dataset’
11-14 11:34:18 INFO sync.util :: STARTING: step ‘sync-timezone’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:19 INFO sync.util :: FINISHED: step ‘sync-timezone’ for h2 Database 1 ‘Sample Dataset’ (1.1 s)
11-14 11:34:19 INFO sync.util :: STARTING: step ‘sync-tables’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:19 INFO sync-metadata.tables :: Found new tables: (Table ‘PUBLIC.PRODUCTS’ Table ‘PUBLIC.ORDERS’ Table ‘PUBLIC.PEOPLE’ Table ‘PUBLIC.REVIEWS’)
11-14 11:34:19 INFO sync-metadata.tables :: Updating description for tables: (Table ‘PUBLIC.PEOPLE’ Table ‘PUBLIC.REVIEWS’ Table ‘PUBLIC.ORDERS’ Table ‘PUBLIC.PRODUCTS’)
11-14 11:34:19 INFO sync.util :: FINISHED: step ‘sync-tables’ for h2 Database 1 ‘Sample Dataset’ (317.7 ms)
11-14 11:34:19 INFO sync.util :: STARTING: step ‘sync-fields’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:22 INFO sync.util :: FINISHED: step ‘sync-fields’ for h2 Database 1 ‘Sample Dataset’ (2.2 s)
11-14 11:34:22 INFO sync.util :: STARTING: step ‘sync-fks’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:22 INFO sync-metadata.fks :: Marking foreign key from Table 2 ‘PUBLIC.ORDERS’ Field 9 ‘USER_ID’ -> Table 3 ‘PUBLIC.PEOPLE’ Field 21 ‘ID’
11-14 11:34:22 INFO sync-metadata.fks :: Marking foreign key from Table 2 ‘PUBLIC.ORDERS’ Field 11 ‘PRODUCT_ID’ -> Table 1 ‘PUBLIC.PRODUCTS’ Field 4 ‘ID’
11-14 11:34:22 INFO sync-metadata.fks :: Marking foreign key from Table 4 ‘PUBLIC.REVIEWS’ Field 31 ‘PRODUCT_ID’ -> Table 1 ‘PUBLIC.PRODUCTS’ Field 4 ‘ID’
11-14 11:34:22 INFO sync.util :: FINISHED: step ‘sync-fks’ for h2 Database 1 ‘Sample Dataset’ (167.2 ms)
11-14 11:34:22 INFO sync.util :: STARTING: step ‘sync-metabase-metadata’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:22 INFO sync.util :: FINISHED: step ‘sync-metabase-metadata’ for h2 Database 1 ‘Sample Dataset’ (431.4 ms)
11-14 11:34:22 INFO sync.util :: FINISHED: Sync metadata for h2 Database 1 ‘Sample Dataset’ (4.4 s)
11-14 11:34:22 INFO sync.util :: STARTING: Analyze data for h2 Database 1 ‘Sample Dataset’
11-14 11:34:22 INFO sync.util :: STARTING: step ‘fingerprint-fields’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:25 INFO middleware.misc :: Setting Metabase site URL to 192.168.99.100:3033
11-14 11:34:34 INFO sync.analyze :: fingerprint-fields Analyzed [···········································] :disappointed: 15% Table 2 ‘PUBLIC.ORDERS’
11-14 11:34:43 INFO sync.analyze :: fingerprint-fields Analyzed [
···································] :confused: 31% Table 4 ‘PUBLIC.REVIEWS’
11-14 11:34:43 INFO sync.util :: FINISHED: step ‘fingerprint-fields’ for h2 Database 1 ‘Sample Dataset’ (21.0 s)
11-14 11:34:43 INFO sync.util :: STARTING: step ‘classify-fields’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:44 INFO sync.analyze :: classify-fields Analyzed [
···························] :grimacing: 46% Table 2 ‘PUBLIC.ORDERS’
11-14 11:34:44 INFO sync.analyze :: classify-fields Analyzed [
····················] :relieved: 62% Table 4 ‘PUBLIC.REVIEWS’
11-14 11:34:44 INFO sync.util :: FINISHED: step ‘classify-fields’ for h2 Database 1 ‘Sample Dataset’ (525.9 ms)
11-14 11:34:44 INFO sync.util :: STARTING: step ‘classify-tables’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:44 INFO sync.analyze :: classify-tables Analyzed [
***********************············] :yum: 77% Table 2 ‘PUBLIC.ORDERS’
11-14 11:34:44 INFO sync.analyze :: classify-tables Analyzed [**********************************************····] :heart_eyes: 92% Table 4 ‘PUBLIC.REVIEWS’
11-14 11:34:44 INFO sync.util :: FINISHED: step ‘classify-tables’ for h2 Database 1 ‘Sample Dataset’ (42.6 ms)
11-14 11:34:44 INFO sync.util :: FINISHED: Analyze data for h2 Database 1 ‘Sample Dataset’ (21.6 s)
11-14 11:34:44 INFO sync.util :: STARTING: Cache field values in h2 Database 1 ‘Sample Dataset’
11-14 11:34:44 INFO sync.util :: STARTING: step ‘update-field-values’ for h2 Database 1 ‘Sample Dataset’
11-14 11:34:46 INFO sync.util :: FINISHED: step ‘update-field-values’ for h2 Database 1 ‘Sample Dataset’ (2.4 s)
11-14 11:34:46 INFO sync.util :: FINISHED: Cache field values in h2 Database 1 ‘Sample Dataset’ (2.4 s)
11-14 11:34:46 INFO sync.util :: FINISHED: Sync h2 Database 1 ‘Sample Dataset’ (28.4 s)
11-14 11:34:46 INFO metabase.core :: Metabase Initialization COMPLETE
11-14 11:34:47 WARN routes.index :: Locale ‘en’ not found.
11-14 11:34:50 DEBUG middleware.log :: GET /api/user/current 401 9.3 ms (0 DB calls)
“Unauthenticated”

11-14 11:34:50 DEBUG middleware.log :: GET /api/session/properties 200 30.9 ms (1 DB calls) Jetty threads: 4/50 (5 idle, 0 queued) (62 total active threads) Queries in flight: 0
11-14 11:34:50 DEBUG middleware.log :: GET /api/user/current 401 765.9 µs (0 DB calls)
“Unauthenticated”

11-14 11:35:03 DEBUG middleware.log :: POST /api/util/password_check 200 2.2 ms (0 DB calls) Jetty threads: 3/50 (6 idle, 0 queued) (62 total active threads) Queries in flight: 0
11-14 11:35:34 INFO metabase.driver :: Initializing driver :postgres…
11-14 11:35:34 ERROR driver.util :: Database connection error
org.postgresql.util.PSQLException: The server does not support SSL.
at org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:425)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:94)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:192)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:195)
at org.postgresql.Driver.makeConnection(Driver.java:454)
at org.postgresql.Driver.connect(Driver.java:256)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at clojure.java.jdbc$get_driver_connection.invokeStatic(jdbc.clj:271)
at clojure.java.jdbc$get_driver_connection.invoke(jdbc.clj:250)
at clojure.java.jdbc$get_connection.invokeStatic(jdbc.clj:411)
at clojure.java.jdbc$get_connection.invoke(jdbc.clj:274)
at clojure.java.jdbc$db_query_with_resultset_STAR_.invokeStatic(jdbc.clj:1093)
at clojure.java.jdbc$db_query_with_resultset_STAR_.invoke(jdbc.clj:1075)
at clojure.java.jdbc$query.invokeStatic(jdbc.clj:1164)
at clojure.java.jdbc$query.invoke(jdbc.clj:1126)
at clojure.java.jdbc$query.invokeStatic(jdbc.clj:1142)
at clojure.java.jdbc$query.invoke(jdbc.clj:1126)
at metabase.driver.sql_jdbc.connection$can_connect_QMARK_.invokeStatic(connection.clj:159)
at metabase.driver.sql_jdbc.connection$can_connect_QMARK_.invoke(connection.clj:154)
at metabase.driver.sql_jdbc$fn__67834.invokeStatic(sql_jdbc.clj:35)
at metabase.driver.sql_jdbc$fn__67834.invoke(sql_jdbc.clj:34)
at clojure.lang.MultiFn.invoke(MultiFn.java:234)
at metabase.driver.util$can_connect_with_details_QMARK_$fn__20250.invoke(util.clj:31)
at metabase.util$do_with_timeout$fn__7272.invoke(util.clj:334)
at clojure.core$binding_conveyor_fn$fn__5754.invoke(core.clj:2030)
at clojure.lang.AFn.call(AFn.java:18)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
11-14 11:35:34 DEBUG middleware.log :: POST /api/setup/validate 400 161.1 ms (0 DB calls)
{:errors {:dbname “The server does not support SSL.”}}

11-14 11:35:34 ERROR driver.util :: Database connection error
org.postgresql.util.PSQLException: ERROR: Unsupported startup parameter: extra_float_digits
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:514)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:141)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:192)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:195)
at org.postgresql.Driver.makeConnection(Driver.java:454)
at org.postgresql.Driver.connect(Driver.java:256)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at java.sql/java.sql.DriverManager.getConnection(Unknown Source)
at clojure.java.jdbc$get_driver_connection.invokeStatic(jdbc.clj:271)
at clojure.java.jdbc$get_driver_connection.invoke(jdbc.clj:250)

@anonymous
The release of 0.33.5 on Docker was not correct, so there has been a re-release called 0.33.5.1, which fixes that. Please use that version.
And the error log shows the problem The server does not support SSL, so you probably need to force it not use to use SSL like this:
docker run --restart=unless-stopped -p 6000:3000 -e 'MB_DB_CONNECTION_URI="postgres://<ip-address>:5432/<dbname>?user=<username>&password=<password>&ssl=false&sslmode=disable"'--name metabase metabase/metabase

for the ssl problem i figured it out

my concern is the extra_float_digits error

@anonymous Did you upgrade to 0.33.5.1? Then post the log again.

i don’t seem to find that version
or probably i should run the metabase/metabase:latest

@anonymous It’s called v0.33.5.1 in the Docker tags:
https://hub.docker.com/r/metabase/metabase/tags

@anonymous Are you using PgBouncer? If yes, then you need to add this to it’s configuration:
ignore_startup_parameters = extra_float_digits

i dont have access to the DB settings that’s the sad story so i cant change the pgbouncer config

is there any other way??

@anonymous Use another database that you have control over or setup your own PgBouncer that you control.