Migrating away from H2

Hi,
I am getting this error while doing migration-
2022-10-18 08:26:50,712 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 Redirecting… for more details.

2022-10-18 08:26:50,713 INFO plugins.dependencies :: Metabase Oracle Driver dependency {:class oracle.jdbc.OracleDriver} satisfied? false
2022-10-18 08:26:50,714 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Oracle Driver"]
2022-10-18 08:26:50,718 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 Redirecting… for more details.

2022-10-18 08:26:50,719 INFO plugins.dependencies :: Metabase Vertica Driver dependency {:class com.vertica.jdbc.Driver} satisfied? false
2022-10-18 08:26:50,720 INFO plugins.dependencies :: Plugins with unsatisfied deps: ["Metabase Oracle Driver" "Metabase Vertica Driver"]
2022-10-18 08:26:50,724 DEBUG plugins.lazy-loaded-driver :: Registering lazy loading driver :druid...
2022-10-18 08:26:50,724 INFO driver.impl :: Registered driver :druid :truck:
2022-10-18 08:26:50,726 INFO metabase.core :: Setting up and migrating Metabase DB. Please sit tight, this may take a minute...
2022-10-18 08:26:50,730 INFO db.setup :: Verifying postgres Database Connection ...

Also not able to add local psl-database in metabase docker.

Hi @Amit1296
Please provide the full log, and the exact connection string you're using, and make sure you input the correct Postgres connection string:
https://www.metabase.com/docs/latest/installation-and-operation/configuring-application-database#postgres

Sounds like you are referencing the wrong host. Use JAR if you are not familiar with Docker:
https://stackoverflow.com/questions/28056522/access-host-database-from-a-docker-container