Restore postgres data

Hi,

I lost my metabase installation. Now I would like to restore it:

What I have:

  • Metabase on Docker
  • Postgres on Docker (Databasse Name: metabase) - empty
  • All application data in Postgres-DB (Database Name: metabase_old) <- that's what I want to have back

Now it was my idea to change the application db (stopped metabase container / renamed the running application DB to something else / renamed the backup metabase_old to "metabase" and start container again). That does not work. Is there any other chance to use my old application database?

Here is what my logs say:

2025-01-19T07:57:39.418838173Z Warning: environ value jdk-21.0.5+11 for key :java-version has been overwritten with 21.0.5
2025-01-19T07:57:43.841286319Z 2025-01-19 07:57:43,839 INFO metabase.util :: Maximum memory available to JVM: 466.0 MB
2025-01-19T07:57:46.817317176Z 2025-01-19 07:57:46,816 INFO util.encryption :: Saved credentials encryption is ENABLED for this Metabase instance. :closed_lock_with_key:
2025-01-19T07:57:46.817359576Z For more information, see Redirecting…
2025-01-19T07:57:53.180760313Z 2025-01-19 07:57:53,175 INFO driver.impl :: e[34mRegistered abstract driver :sqle[0m :truck:
2025-01-19T07:57:53.208855363Z 2025-01-19 07:57:53,208 INFO driver.impl :: e[34mRegistered abstract driver :sql-jdbce[0m (parents: [:sql]) :truck:
2025-01-19T07:57:53.215197962Z 2025-01-19 07:57:53,214 INFO metabase.util :: e[32mLoad driver :sql-jdbc took 12.4 mse[0m
2025-01-19T07:57:53.215517220Z 2025-01-19 07:57:53,215 INFO driver.impl :: e[34mRegistered driver :h2e[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:53.472892811Z 2025-01-19 07:57:53,472 INFO driver.impl :: e[34mRegistered driver :mysqle[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:53.516526997Z 2025-01-19 07:57:53,516 INFO driver.impl :: e[34mRegistered driver :postgrese[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:53.680487100Z 2025-01-19 07:57:53,680 INFO util.namespaces :: Loading namespace: metabase.notification.payload.impl.alert
2025-01-19T07:57:53.684079010Z 2025-01-19 07:57:53,683 INFO util.namespaces :: Loading namespace: metabase.notification.payload.impl.dashboard-subscription
2025-01-19T07:57:53.687584305Z 2025-01-19 07:57:53,687 INFO util.namespaces :: Loading namespace: metabase.notification.payload.impl.system-event
2025-01-19T07:57:53.697263038Z 2025-01-19 07:57:53,697 INFO util.namespaces :: Loading namespace: metabase.channel.impl.email
2025-01-19T07:57:53.717049360Z 2025-01-19 07:57:53,716 INFO util.namespaces :: Loading namespace: metabase.channel.impl.http
2025-01-19T07:57:53.722778202Z 2025-01-19 07:57:53,722 INFO util.namespaces :: Loading namespace: metabase.channel.impl.slack
2025-01-19T07:57:55.224182240Z 2025-01-19 07:57:55,223 INFO metabase.core ::
2025-01-19T07:57:55.224215483Z Metabase v0.52.3 (6f76bb6)
2025-01-19T07:57:55.224222717Z
2025-01-19T07:57:55.224227566Z Copyright © 2025 Metabase, Inc.
2025-01-19T07:57:55.224232966Z
2025-01-19T07:57:55.224237445Z Metabase Enterprise Edition extensions are NOT PRESENT.
2025-01-19T07:57:55.227627180Z 2025-01-19 07:57:55,227 INFO metabase.core :: Starting Metabase in STANDALONE mode
2025-01-19T07:57:55.271487806Z 2025-01-19 07:57:55,271 INFO metabase.server :: Launching Embedded Jetty Webserver with config:
2025-01-19T07:57:55.271528123Z {:port 3000, :host "0.0.0.0"}
2025-01-19T07:57:55.271533353Z
2025-01-19T07:57:55.315225159Z 2025-01-19 07:57:55,314 INFO metabase.core :: Starting Metabase version v0.52.3 (6f76bb6) ...
2025-01-19T07:57:55.323224007Z 2025-01-19 07:57:55,322 INFO metabase.core :: System info:
2025-01-19T07:57:55.323240649Z {"file.encoding" "UTF-8",
2025-01-19T07:57:55.323245408Z "java.runtime.name" "OpenJDK Runtime Environment",
2025-01-19T07:57:55.323249275Z "java.runtime.version" "21.0.5+11-LTS",
2025-01-19T07:57:55.323263262Z "java.vendor" "Eclipse Adoptium",
2025-01-19T07:57:55.323267250Z "java.vendor.url" "https://adoptium.net/",
2025-01-19T07:57:55.323271007Z "java.version" "21.0.5",
2025-01-19T07:57:55.323274684Z "java.vm.name" "OpenJDK 64-Bit Server VM",
2025-01-19T07:57:55.323278211Z "java.vm.version" "21.0.5+11-LTS",
2025-01-19T07:57:55.323281717Z "os.name" "Linux",
2025-01-19T07:57:55.323299270Z "os.version" "5.15.0-130-generic",
2025-01-19T07:57:55.323303017Z "user.language" "en",
2025-01-19T07:57:55.323306815Z "user.timezone" "GMT"}
2025-01-19T07:57:55.323310462Z
2025-01-19T07:57:55.325713621Z 2025-01-19 07:57:55,325 INFO metabase.plugins :: Loading plugins in /plugins...
2025-01-19T07:57:55.912083278Z 2025-01-19 07:57:55,901 INFO plugins.dependencies :: e[31mMetabase cannot initialize plugin Metabase Oracle Driver due to required dependencies.e[0m 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.
2025-01-19T07:57:55.912119206Z
2025-01-19T07:57:55.912124055Z 2025-01-19 07:57:55,903 INFO plugins.dependencies :: Metabase Oracle Driver dependency {:class oracle.jdbc.OracleDriver} satisfied? false
2025-01-19T07:57:55.912128403Z 2025-01-19 07:57:55,903 INFO plugins.dependencies :: e[33mPlugins with unsatisfied deps: ["Metabase Oracle Driver"]e[0m
2025-01-19T07:57:55.923678886Z 2025-01-19 07:57:55,923 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :sqlserver...e[0m
2025-01-19T07:57:55.924280138Z 2025-01-19 07:57:55,924 INFO driver.impl :: e[34mRegistered driver :sqlservere[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:55.941462038Z 2025-01-19 07:57:55,941 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :redshift...e[0m
2025-01-19T07:57:55.942065105Z 2025-01-19 07:57:55,941 INFO driver.impl :: e[34mRegistered driver :redshifte[0m (parents: [:postgres]) :truck:
2025-01-19T07:57:55.954445003Z 2025-01-19 07:57:55,954 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :presto-jdbc...e[0m
2025-01-19T07:57:55.954874691Z 2025-01-19 07:57:55,954 INFO driver.impl :: e[34mRegistered driver :presto-jdbce[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:55.979539689Z 2025-01-19 07:57:55,979 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :snowflake...e[0m
2025-01-19T07:57:55.979855900Z 2025-01-19 07:57:55,979 INFO driver.impl :: e[34mRegistered driver :snowflakee[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:55.983547379Z 2025-01-19 07:57:55,983 INFO plugins.dependencies :: Plugin 'Metabase Spark SQL Driver' depends on plugin 'Metabase Hive Like Abstract Driver'
2025-01-19T07:57:55.983846978Z 2025-01-19 07:57:55,983 INFO plugins.dependencies :: Metabase Spark SQL Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? false
2025-01-19T07:57:55.984244064Z 2025-01-19 07:57:55,984 INFO plugins.dependencies :: e[33mPlugins with unsatisfied deps: ["Metabase Spark SQL Driver" "Metabase Oracle Driver"]e[0m
2025-01-19T07:57:55.990541227Z 2025-01-19 07:57:55,990 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :druid-jdbc...e[0m
2025-01-19T07:57:55.990819446Z 2025-01-19 07:57:55,990 INFO driver.impl :: e[34mRegistered driver :druid-jdbce[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:55.997572796Z 2025-01-19 07:57:55,997 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :mongo...e[0m
2025-01-19T07:57:56.000696075Z 2025-01-19 07:57:56,000 INFO driver.impl :: e[34mRegistered driver :mongoe[0m :truck:
2025-01-19T07:57:56.014576838Z 2025-01-19 07:57:56,014 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :druid...e[0m
2025-01-19T07:57:56.015939790Z 2025-01-19 07:57:56,015 INFO driver.impl :: e[34mRegistered driver :druide[0m :truck:
2025-01-19T07:57:56.020845447Z 2025-01-19 07:57:56,020 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :sqlite...e[0m
2025-01-19T07:57:56.021143173Z 2025-01-19 07:57:56,020 INFO driver.impl :: e[34mRegistered driver :sqlitee[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:56.039279327Z 2025-01-19 07:57:56,038 INFO plugins.dependencies :: Plugin 'Metabase Databricks Driver' depends on plugin 'Metabase Hive Like Abstract Driver'
2025-01-19T07:57:56.039620265Z 2025-01-19 07:57:56,039 INFO plugins.dependencies :: Metabase Databricks Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? false
2025-01-19T07:57:56.040300127Z 2025-01-19 07:57:56,040 INFO plugins.dependencies :: e[33mPlugins with unsatisfied deps: ["Metabase Spark SQL Driver" "Metabase Oracle Driver" "Metabase Databricks Driver"]e[0m
2025-01-19T07:57:56.065086215Z 2025-01-19 07:57:56,064 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :bigquery-cloud-sdk...e[0m
2025-01-19T07:57:56.065919220Z 2025-01-19 07:57:56,065 INFO driver.impl :: e[34mRegistered driver :bigquery-cloud-sdke[0m (parents: [:sql]) :truck:
2025-01-19T07:57:56.073988973Z 2025-01-19 07:57:56,073 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :athena...e[0m
2025-01-19T07:57:56.074269306Z 2025-01-19 07:57:56,074 INFO driver.impl :: e[34mRegistered driver :athenae[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:56.081640621Z 2025-01-19 07:57:56,081 INFO plugins.dependencies :: e[31mMetabase cannot initialize plugin Metabase Vertica Driver due to required dependencies.e[0m 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.
2025-01-19T07:57:56.081653156Z
2025-01-19T07:57:56.082155791Z 2025-01-19 07:57:56,081 INFO plugins.dependencies :: Metabase Vertica Driver dependency {:class com.vertica.jdbc.Driver} satisfied? false
2025-01-19T07:57:56.082718451Z 2025-01-19 07:57:56,082 INFO plugins.dependencies :: e[33mPlugins with unsatisfied deps: ["Metabase Spark SQL Driver" "Metabase Vertica Driver" "Metabase Oracle Driver" "Metabase Databricks Driver"]e[0m
2025-01-19T07:57:56.093558092Z 2025-01-19 07:57:56,091 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :hive-like...e[0m
2025-01-19T07:57:56.094207526Z 2025-01-19 07:57:56,093 INFO driver.impl :: e[34mRegistered abstract driver :hive-likee[0m (parents: [:sql-jdbc]) :truck:
2025-01-19T07:57:56.094629298Z 2025-01-19 07:57:56,094 INFO plugins.dependencies :: Metabase Spark SQL Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? true
2025-01-19T07:57:56.095838307Z 2025-01-19 07:57:56,095 INFO plugins.dependencies :: Metabase Databricks Driver dependency {:plugin Metabase Hive Like Abstract Driver} satisfied? true
2025-01-19T07:57:56.096154017Z 2025-01-19 07:57:56,095 DEBUG plugins.initialize :: e[33mDependencies satisfied; these plugins will now be loaded: ["Metabase Databricks Driver" "Metabase Spark SQL Driver"]e[0m
2025-01-19T07:57:56.096999836Z 2025-01-19 07:57:56,096 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :databricks...e[0m
2025-01-19T07:57:56.097596821Z 2025-01-19 07:57:56,097 INFO driver.impl :: e[34mRegistered driver :databrickse[0m (parents: [:hive-like]) :truck:
2025-01-19T07:57:56.098444754Z 2025-01-19 07:57:56,098 DEBUG plugins.lazy-loaded-driver :: e[35mRegistering lazy loading driver :sparksql...e[0m
2025-01-19T07:57:56.098677266Z 2025-01-19 07:57:56,098 INFO driver.impl :: e[34mRegistered driver :sparksqle[0m (parents: [:hive-like]) :truck:
2025-01-19T07:57:56.114765975Z 2025-01-19 07:57:56,114 INFO metabase.core :: Setting up and migrating Metabase DB. Please sit tight, this may take a minute...
2025-01-19T07:57:56.118564528Z 2025-01-19 07:57:56,116 INFO db.setup :: e[36mVerifying postgres Database Connection ...e[0m
2025-01-19T07:57:56.391084334Z 2025-01-19 07:57:56,390 INFO db.setup :: Successfully verified PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) application database connection. :white_check_mark:
2025-01-19T07:57:56.391564157Z 2025-01-19 07:57:56,391 INFO db.setup :: e[36mChecking if a database downgrade is required...e[0m
2025-01-19T07:57:56.496314166Z 2025-01-19 07:57:56,495 INFO liquibase.database :: Set default schema name to public
2025-01-19T07:57:57.099598584Z 2025-01-19 07:57:57,099 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2025-01-19T07:57:57.188116962Z 2025-01-19 07:57:57,187 INFO db.setup :: Running Database Migrations...
2025-01-19T07:57:57.188421421Z 2025-01-19 07:57:57,188 INFO db.setup :: Setting up Liquibase...
2025-01-19T07:57:57.194422210Z 2025-01-19 07:57:57,194 INFO liquibase.database :: Set default schema name to public
2025-01-19T07:57:57.385806124Z 2025-01-19 07:57:57,385 INFO liquibase :: Parsed changelog file 'liquibase.yaml'
2025-01-19T07:57:57.442099539Z 2025-01-19 07:57:57,441 INFO db.liquibase :: Updating liquibase table to reflect consolidated changeset filenames
2025-01-19T07:57:57.460226476Z 2025-01-19 07:57:57,459 WARN util.jvm :: e[31mauto-retry metabase.db.liquibase$wait_for_migration_lock$fn__45722@1b29d793: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@3532ff8d but got 3e[0m
2025-01-19T07:57:57.468363317Z 2025-01-19 07:57:57,468 WARN util.jvm :: e[31mauto-retry metabase.db.liquibase$wait_for_migration_lock$fn__45722@1b29d793: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@4a4e8db but got 3e[0m
2025-01-19T07:57:57.474473485Z 2025-01-19 07:57:57,474 WARN util.jvm :: e[31mauto-retry metabase.db.liquibase$wait_for_migration_lock$fn__45722@1b29d793: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@268a4c68 but got 3e[0m
2025-01-19T07:57:57.479211223Z 2025-01-19 07:57:57,478 WARN util.jvm :: e[31mauto-retry metabase.db.liquibase$wait_for_migration_lock$fn__45722@1b29d793: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@7c23bfe5 but got 3e[0m
2025-01-19T07:57:57.487547263Z 2025-01-19 07:57:57,487 WARN util.jvm :: e[31mauto-retry metabase.db.liquibase$wait_for_migration_lock$fn__45722@1b29d793: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@60868453 but got 3e[0m
2025-01-19T07:57:57.518331686Z 2025-01-19 07:57:57,493 ERROR metabase.core :: Metabase Initialization FAILED
2025-01-19T07:57:57.518363707Z liquibase.exception.LockException: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@471c9424 but got 3
2025-01-19T07:57:57.518368656Z at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:345)
2025-01-19T07:57:57.518372955Z at metabase.db.liquibase$wait_for_migration_lock$fn__45722.invoke(liquibase.clj:228)
2025-01-19T07:57:57.518376661Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:174)
2025-01-19T07:57:57.518380208Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518383725Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:181)
2025-01-19T07:57:57.518387202Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518390749Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:181)
2025-01-19T07:57:57.518394286Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518397762Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:181)
2025-01-19T07:57:57.518401299Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518404865Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:181)
2025-01-19T07:57:57.518408923Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518412490Z at metabase.util.jvm$do_with_auto_retries.invokeStatic(jvm.clj:181)
2025-01-19T07:57:57.518416016Z at metabase.util.jvm$do_with_auto_retries.invoke(jvm.clj:164)
2025-01-19T07:57:57.518419673Z at metabase.db.liquibase$wait_for_migration_lock.invokeStatic(liquibase.clj:227)
2025-01-19T07:57:57.518423200Z at metabase.db.liquibase$wait_for_migration_lock.invoke(liquibase.clj:222)
2025-01-19T07:57:57.518426687Z at metabase.db.liquibase$run_in_scope_locked$reify__45757.run(liquibase.clj:333)
2025-01-19T07:57:57.518430194Z at liquibase.Scope.lambda$child$0(Scope.java:186)
2025-01-19T07:57:57.518445853Z at liquibase.Scope.child(Scope.java:195)
2025-01-19T07:57:57.518449470Z at liquibase.Scope.child(Scope.java:185)
2025-01-19T07:57:57.518452906Z at liquibase.Scope.child(Scope.java:164)
2025-01-19T07:57:57.518456373Z at metabase.db.liquibase$run_in_scope_locked.invokeStatic(liquibase.clj:329)
2025-01-19T07:57:57.518459850Z at metabase.db.liquibase$run_in_scope_locked.invoke(liquibase.clj:312)
2025-01-19T07:57:57.518463377Z at metabase.db.liquibase$consolidate_liquibase_changesets_BANG_45835__45836.invokeStatic(liquibase.clj:464)
2025-01-19T07:57:57.518466904Z at metabase.db.liquibase$consolidate_liquibase_changesets_BANG_45835__45836.invoke(liquibase.clj:443)
2025-01-19T07:57:57.518471783Z at metabase.db.setup$migrate_BANG_55750__55751$fn__55752.invoke(setup.clj:80)
2025-01-19T07:57:57.518475440Z at metabase.db.liquibase$do_with_liquibase45691__45692$f_STAR___45693.invoke(liquibase.clj:135)
2025-01-19T07:57:57.518479026Z at metabase.db.liquibase$do_with_liquibase45691__45692.invokeStatic(liquibase.clj:138)
2025-01-19T07:57:57.518482493Z at metabase.db.liquibase$do_with_liquibase45691__45692.invoke(liquibase.clj:126)
2025-01-19T07:57:57.518486140Z at metabase.db.setup$migrate_BANG_55750__55751.invokeStatic(setup.clj:73)
2025-01-19T07:57:57.518489626Z at metabase.db.setup$migrate_BANG_55750__55751.doInvoke(setup.clj:55)
2025-01-19T07:57:57.518493123Z at clojure.lang.RestFn.invoke(RestFn.java:428)
2025-01-19T07:57:57.518496589Z at metabase.db.setup$run_schema_migrations_BANG_55777__55778.invokeStatic(setup.clj:149)
2025-01-19T07:57:57.518500066Z at metabase.db.setup$run_schema_migrations_BANG_55777__55778.invoke(setup.clj:144)
2025-01-19T07:57:57.518503584Z at metabase.db.setup$setup_db_BANG_55784__55785$fn__55788$fn__55789.invoke(setup.clj:167)
2025-01-19T07:57:57.518507070Z at metabase.util.jvm$do_with_us_locale.invokeStatic(jvm.clj:238)
2025-01-19T07:57:57.518510567Z at metabase.util.jvm$do_with_us_locale.invoke(jvm.clj:224)
2025-01-19T07:57:57.518514254Z at metabase.db.setup$setup_db_BANG_55784__55785$fn__55788.invoke(setup.clj:161)
2025-01-19T07:57:57.518517730Z at metabase.db.setup$setup_db_BANG_55784__55785.invokeStatic(setup.clj:160)
2025-01-19T07:57:57.518521187Z at metabase.db.setup$setup_db_BANG_55784__55785.invoke(setup.clj:153)
2025-01-19T07:57:57.518524653Z at metabase.db$setup_db_BANG_$fn__55813.invoke(db.clj:86)
2025-01-19T07:57:57.518528100Z at metabase.db$setup_db_BANG_.invokeStatic(db.clj:81)
2025-01-19T07:57:57.518531576Z at metabase.db$setup_db_BANG_.doInvoke(db.clj:68)
2025-01-19T07:57:57.518535002Z at clojure.lang.RestFn.invoke(RestFn.java:424)
2025-01-19T07:57:57.518538419Z at metabase.core$init_BANG__STAR_.invokeStatic(core.clj:121)
2025-01-19T07:57:57.518541866Z at metabase.core$init_BANG__STAR_.invoke(core.clj:102)
2025-01-19T07:56:27.190666290Z 2025-01-19 07:56:27,190 INFO metabase.core :: Metabase Shutdown COMPLETE2025-01-19T07:57:57.518549901Z at metabase.core$init_BANG_.invokeStatic(core.clj:180)
2025-01-19T07:57:57.518553388Z at metabase.core$init_BANG_.invoke(core.clj:175)
2025-01-19T07:57:57.518556774Z at metabase.core$start_normally.invokeStatic(core.clj:192)
2025-01-19T07:57:57.518560191Z at metabase.core$start_normally.invoke(core.clj:186)
2025-01-19T07:57:57.518563707Z at metabase.core$entrypoint.invokeStatic(core.clj:228)
2025-01-19T07:57:57.518567114Z at metabase.core$entrypoint.doInvoke(core.clj:219)
2025-01-19T07:57:57.518570510Z at clojure.lang.RestFn.invoke(RestFn.java:400)
2025-01-19T07:57:57.518573926Z at clojure.lang.AFn.applyToHelper(AFn.java:152)
2025-01-19T07:57:57.518579167Z at clojure.lang.RestFn.applyTo(RestFn.java:135)
2025-01-19T07:57:57.518582574Z at clojure.lang.Var.applyTo(Var.java:707)
2025-01-19T07:57:57.518586341Z at clojure.core$apply.invokeStatic(core.clj:667)
2025-01-19T07:57:57.518589847Z at clojure.core$apply.invoke(core.clj:662)
2025-01-19T07:57:57.518593344Z at metabase.bootstrap$_main.invokeStatic(bootstrap.clj:31)
2025-01-19T07:57:57.518596800Z at metabase.bootstrap$_main.doInvoke(bootstrap.clj:28)
2025-01-19T07:57:57.518600257Z at clojure.lang.RestFn.invoke(RestFn.java:400)
2025-01-19T07:57:57.518603673Z at clojure.lang.AFn.applyToHelper(AFn.java:152)
2025-01-19T07:57:57.518607080Z at clojure.lang.RestFn.applyTo(RestFn.java:135)
2025-01-19T07:57:57.518610496Z at metabase.bootstrap.main(Unknown Source)
2025-01-19T07:57:57.518613983Z Caused by: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@471c9424 but got 3
2025-01-19T07:57:57.518617681Z at liquibase.executor.jvm.ChangelogJdbcMdcListener.query(ChangelogJdbcMdcListener.java:60)
2025-01-19T07:57:57.518621297Z at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:303)
2025-01-19T07:57:57.518624844Z ... 63 more
2025-01-19T07:57:57.518628601Z Caused by: liquibase.exception.DatabaseException: Expected single row from liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement@471c9424 but got 3
2025-01-19T07:57:57.518632268Z at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:244)
2025-01-19T07:57:57.518635915Z at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:255)
2025-01-19T07:57:57.518639421Z at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:250)
2025-01-19T07:57:57.518642918Z at liquibase.lockservice.StandardLockService.lambda$acquireLock$3(StandardLockService.java:303)
2025-01-19T07:57:57.518646424Z at liquibase.executor.jvm.ChangelogJdbcMdcListener.lambda$query$1(ChangelogJdbcMdcListener.java:54)
2025-01-19T07:57:57.518650091Z at liquibase.Scope.child(Scope.java:195)
2025-01-19T07:57:57.518657476Z at liquibase.Scope.child(Scope.java:171)
2025-01-19T07:57:57.518660983Z at liquibase.executor.jvm.ChangelogJdbcMdcListener.query(ChangelogJdbcMdcListener.java:54)
2025-01-19T07:57:57.518664519Z ... 64 more
2025-01-19T07:57:57.518667856Z Caused by: liquibase.exception.DatabaseException: Result set larger than one row
2025-01-19T07:57:57.518671302Z at liquibase.util.JdbcUtil.requiredSingleResult(JdbcUtil.java:137)
2025-01-19T07:57:57.518674769Z at liquibase.executor.jvm.JdbcExecutor.queryForObject(JdbcExecutor.java:242)
2025-01-19T07:57:57.518678315Z ... 71 more
2025-01-19T07:57:57.534740185Z 2025-01-19 07:57:57,534 INFO metabase.core :: Metabase Shutting Down ...
2025-01-19T07:57:57.535153801Z 2025-01-19 07:57:57,534 INFO metabase.server :: Shutting Down Embedded Jetty Webserver
2025-01-19T07:57:57.543576176Z 2025-01-19 07:57:57,543 WARN db.liquibase :: ()
2025-01-19T07:57:57.556866637Z 2025-01-19 07:57:57,556 INFO metabase.core :: Metabase Shutdown COMPLETE

Is there any chance of getting the data back?

THANKS,
TUGE

Solved - I used the wrong encryption key

1 Like