The problem with running the metabase after the update

Hello everybody!

After the last update, I ran into a problem - the Metabase does not start. An error message appears in the log below:

Mar 27 10:37:26 robotlinux1 metabase: 2023-03-27 10:37:26,131 ERROR jdbcjobstore.JobStoreTX :: MisfireHandler: Error handling misfires: Couldn't store trigger 'DEFAULT.metabase.task.truncate-audit-log.trigger' for 'DEFAULT.metabase.task.truncate-audit-log.job' job:Couldn't retrieve job because a required class was not found: metabase.task.truncate_audit_log.TruncateAuditLog
Mar 27 10:37:26 robotlinux1 metabase: org.quartz.JobPersistenceException: Couldn't store trigger 'DEFAULT.metabase.task.truncate-audit-log.trigger' for 'DEFAULT.metabase.task.truncate-audit-log.job' job:Couldn't retrieve job because a required class was not found: metabase.task.truncate_audit_log.TruncateAuditLog [See nested exception: org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: metabase.task.truncate_audit_log.TruncateAuditLog [See nested exception: java.lang.ClassNotFoundException: metabase.task.truncate_audit_log.TruncateAuditLog]]
Mar 27 10:37:26 robotlinux1 metabase: Caused by: org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: metabase.task.truncate_audit_log.TruncateAuditLog [See nested exception: java.lang.ClassNotFoundException: metabase.task.truncate_audit_log.TruncateAuditLog]
Mar 27 10:37:26 robotlinux1 metabase: Caused by: java.lang.ClassNotFoundException: metabase.task.truncate_audit_log.TruncateAuditLog
Mar 27 10:37:26 robotlinux1 metabase: at metabase.task$load_class.invokeStatic(task.clj:116)
Mar 27 10:37:26 robotlinux1 metabase: at metabase.task$load_class.invoke(task.clj:115)
Mar 27 10:37:26 robotlinux1 metabase: at metabase.task.ClassLoadHelper.loadClass(task.clj:126)

Instead of the authorization screen in the application, I see the following error message:

{"via":[{"type":"clojure.lang.Exceptioninfo","message":"Parameter processing error :version-info-last-checked: text '29L1uLU3p2ufu2UyeuPDivtupl6DI5PcYuiWN7g0UX6z6WjUSL0JqbSZMmydPsEm...' could not be parsed, unread text found at index 2", "data":{"настройка":"version-info-last-checked"},"в":["metabase.models.setting$get_raw_value$parse__30742","invoke","setting.clj",479]},{"type":"java.time.format.Exception DateTimeParseException","message":"Text '29L1uLU3p2ufu2UyeuPDivtupl6DI5PcYuiWN7g0UX6z6WjUSL0JqbSZMmydPsEm...' could not be parsed, undeveloped text, found in the index 2","at":["java.time.format.DateTimeFormatter","parseResolved0","DateTimeFormatter.java",2049]}],"trace":[["java.time.format.DateTimeFormatter","parseResolved0","DateTimeFormatter.java",2049],["java.time.format.DateTimeFormatter","parse","DateTimeFormatter.java",1874],["metabase.util.date_2.parse$fn__20265$parse_with_formatter__20270$fn__20271","invoke","parse.clj",48],["metabase.util.date_2.parse$fn__20265$parse_with_formatter__20270","invoke","parse.clj",41],["metabase.util.date_2.parse$parse","invokeStatic","parse.clj",128],["metabase.util.date_2.parse$parse","invoke","parse.clj",125],["metabase.util.date_2$parse","invokeStatic","date_2.clj",39],["metabase.util.date_2$parse","invoke","date_2.clj",34],["metabase.models.setting$get_raw_value$parse__30742","invoke","setting.clj",476],["metabase.models.setting$get_raw_value","invokeStatic","setting.clj",483],["metabase.models.setting$get_raw_value","invoke","setting.clj",442],["metabase.models.setting$fn__30794","invokeStatic","setting.clj",536],["metabase.models.setting$fn__30794","invoke","setting.clj",534],["clojure.lang.MultiFn","invoke","MultiFn.java",234],["clojure.core$partial$fn__5908","invoke","core.clj",2641],["clojure.core$partial$fn__5908","invoke","core.clj",2640],["metabase.models.setting$get","invokeStatic","setting.clj",558],["metabase.models.setting$get","invoke","setting.clj",549],["metabase.models.setting$user_readable_values_map$fn__30970","invoke","setting.clj",1127],["clojure.core$map$fn__5931$fn__5932","invoke","core.clj",2759],["clojure.core$filter$fn__5958$fn__5959","invoke","core.clj",2823],["clojure.core.protocols$iter_reduce","invokeStatic","protocols.clj",49],["clojure.core.protocols$fn__8230","invokeStatic","protocols.clj",75],["clojure.core.protocols$fn__8230","invoke","protocols.clj",75],["clojure.core.protocols$fn__8178$G__8173__8191","invoke","protocols.clj",13],["clojure.core$transduce","invokeStatic","core.clj",6947],["clojure.core$into","invokeStatic","core.clj",6962],["clojure.core$into","invoke","core.clj",6950],["metabase.models.setting$user_readable_values_map","invokeStatic","setting.clj",1120],["metabase.models.setting$user_readable_values_map","invoke","setting.clj",1108],["metabase.server.routes.index$load_entrypoint_template","invokeStatic","index.clj",77],["metabase.server.routes.index$load_entrypoint_template","invoke","index.clj",74],["metabase.server.routes.index$entrypoint","invokeStatic","index.clj",102],["metabase.server.routes.index$entrypoint","invoke","index.clj",97],["clojure.core$partial$fn__5910","invoke","core.clj",2650],["compojure.response$fn__19993","invokeStatic","response.clj",70],["compojure.response$fn__19993","invoke","response.clj",67],["compojure.response$fn__19951$G__19946__19962","invoke","response.clj",17],["compojure.response$send","invokeStatic","response.clj",27],["compojure.response$send","invoke","response.clj",22],["compojure.core$wrap_response$fn__29313","invoke","core.clj",160],["compojure.core$wrap_route_middleware$fn__29297","invoke","core.clj",132],["compojure.core$wrap_route_info$fn__29302","invoke","core.clj",139],["compojure.core$wrap_route_matches$fn__29306","invoke","core.clj",151],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$make_context$fn__29357","invoke","core.clj",300],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$make_context$fn__29357","invoke","core.clj",300],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$make_context$fn__29357","invoke","core.clj",300],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$make_context$fn__29357","invoke","core.clj",300],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$wrap_route_matches$fn__29306","invoke","core.clj",152],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$wrap_route_matches$fn__29306","invoke","core.clj",152],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["compojure.core$wrap_route_matches$fn__29306","invoke","core.clj",152],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325$f__29326$respond_SINGLEQUOTE___29327","invoke","core.clj",197],["metabase.server.routes$fn__82777$fn__82779","invoke","routes.clj",46],["compojure.core$routes$fn__29325$f__29326","invoke","core.clj",198],["compojure.core$routes$fn__29325","invoke","core.clj",200],["metabase.server.middleware.exceptions$catch_uncaught_exceptions$fn__79072","invoke","exceptions.clj",98],["metabase.server.middleware.exceptions$catch_api_exceptions$fn__79069","invoke","exceptions.clj",86],["metabase.server.middleware.log$log_api_call$fn__84204","invoke","log.clj",200],["metabase.server.middleware.browser_cookie$ensure_browser_id_cookie$fn__87101","invoke","browser_cookie.clj",38],["metabase.server.middleware.security$add_security_headers$fn__63926","invoke","security.clj",149],["metabase.server.middleware.json$wrap_json_body$fn__86232","invoke","json.clj",65],["metabase.server.middleware.json$wrap_streamed_json_response$fn__86250","invoke","json.clj",99],["metabase.server.middleware.offset_paging$handle_paging$fn__63950","invoke","offset_paging.clj",42],["ring.middleware.keyword_params$wrap_keyword_params$fn__87368","invoke","keyword_params.clj",55],["ring.middleware.params$wrap_params$fn__87387","invoke","params.clj",77],["metabase.server.middleware.misc$maybe_set_site_url$fn__36696","invoke","misc.clj",59],["metabase.server.middleware.session$reset_session_timeout$fn__48385","invoke","session.clj",394],["metabase.server.middleware.session$bind_current_user$fn__48368$fn__48369","invoke","session.clj",331],["metabase.server.middleware.session$do_with_current_user","invokeStatic","session.clj",310],["metabase.server.middleware.session$do_with_current_user","invoke","session.clj",299],["metabase.server.middleware.session$bind_current_user$fn__48368","invoke","session.clj",330],["metabase.server.middleware.session$wrap_current_user_info$fn__48350","invoke","session.clj",280],["metabase.server.middleware.session$wrap_session_id$fn__48334","invoke","session.clj",213],["metabase.server.middleware.auth$wrap_api_key$fn__70605","invoke","auth.clj",30],["ring.middleware.cookies$wrap_cookies$fn__87288","invoke","cookies.clj",216],["metabase.server.middleware.misc$add_content_type$fn__36679","invoke","misc.clj",27],["metabase.server.middleware.misc$disable_streaming_buffering$fn__36704","invoke","misc.clj",76],["ring.middleware.gzip$wrap_gzip$fn__87330","invoke","gzip.clj",86],["metabase.server.middleware.misc$bind_request$fn__36707","invoke","misc.clj",93],["metabase.server.middleware.ssl$redirect_to_https_middleware$fn__87117","invoke","ssl.clj",38],["metabase.server$async_proxy_handler$fn__83000","invoke","server.clj",73],["metabase.server.proxy$org.eclipse.jetty.server.handler.AbstractHandler$ff19274a","handle",null,-1],["org.eclipse.jetty.server.handler.StatisticsHandler","handle","StatisticsHandler.java",181],["org.eclipse.jetty.server.handler.HandlerWrapper","handle","HandlerWrapper.java",127],["org.eclipse.jetty.server.Server","handle","Server.java",516],["org.eclipse.jetty.server.HttpChannel","lambda$handle$1","HttpChannel.java",487],["org.eclipse.jetty.server.HttpChannel","dispatch","HttpChannel.java",732],["org.eclipse.jetty.server.HttpChannel","handle","HttpChannel.java",479],["org.eclipse.jetty.server.HttpConnection","onFillable","HttpConnection.java",277],["org.eclipse.jetty.io.AbstractConnection$ReadCallback","succeeded","AbstractConnection.java",311],["org.eclipse.jetty.io.FillInterest","fillable","FillInterest.java",105],["org.eclipse.jetty.io.ChannelEndPoint$1","run","ChannelEndPoint.java",104],["org.eclipse.jetty.util.thread.QueuedThreadPool","runJob","QueuedThreadPool.java",883],["org.eclipse.jetty.util.thread.QueuedThreadPool$Runner","run","QueuedThreadPool.java",1034],["java.lang.Thread","run","Thread.java",834]],"cause":"Text '29L1uLU3p2ufu2UyeuPDivtupl6DI5PcYuiWN7g0UX6z6WjUSL0JqbSZMmydPsEm...' could not be parsed, unparsed text found at index 2","message":"Ошибка обработки параметра :version-info-last-checked: Text '29L1uLU3p2ufu2UyeuPDivtupl6DI5PcYuiWN7g0UX6z6WjUSL0JqbSZMmydPsEm...' could not be parsed, unparsed text found at index 2","setting":"version-info-last-checked"}

I suspect that the problem is related to updating the database structure: when running the Metabase on the H2 database or "pure" Postgres, everything works fine.

My environment:

Oracle Linux 7.9
Metabase 0.45.3
PostgreSQL 12.12
java version "11.0.18" 2023-01-17 LTS;
Java(TM) SE Runtime Environment 18.9 (build 11.0.18+9-LTS-195)
Java HotSpot(TM) 64-bit server VM 18.9 (build 11.0.18+9-LTS-195, mixed mode)

Thank you so much for your help in solving this problem!

Seems you’re using encryption, is that correct?

Hi, Luiggi! Yes, I'm using encryption.

Hi, everyone! I disabled encryption but Metabase still not work. I started transferring the Metabase backend data manually to a new instance. I don't think this is a good solution, but I still can't figure out what the problem is.

When you disabled encryption, did you go to the app db and checked that the settings were not encrypted? Check the settings table if you see encrypted values

Also post the logs again now

My setting table data:

admin-email	
analytics-uuid	843feb9f-0bc6-4e96-aa75-710ca84610ee
anon-tracking-enabled	true
custom-formatting	noC8NHh+52st3zXh88snGWwaOd9CVUEkJbdtttKkI7m90LzRLd2PPW+zVdKUeQeOQXf4G8LWkj5yPldFYRfxR835Y4C6/ViTGCKrOAO+u56W3EJrvc2cOwXMqXIO6tjB3I64XWQLhIHlbaGioFuumfCwJMItxudQjnig1QanuTRSmA4ZKzwaQyZeZcrL3Qvrb5IkXtdu3dElbd+6uj1a13WF8AwlKYFzoM42qhKhiMFVvJo473g2NdbAhQ4GYlgXY1HcXmWe/414SUJaIFs+Z8JYf7oPaAHXIYt18BuTt609dSSlht1itV1DxGqHLzRu
custom-geojson	{}
email-from-address	ZvwlPE0BunczrMEz9UNFpnd/GGcye3L4DDO8AiD4haVD7tyvTcrggg3uU0qhpyBOTaZ12igXayOiY0Qn+dPwcZ3yPUjNjXQsidxJyVXfbZM=
email-smtp-host	unFYoX/oH6nZbzBujcfqpEGL5E/mSXZd0KGp6ULe67oFrLH6ZfvJ23GYBgNca1PcJgbm3GZReAzl55Hu+jwC3A==
email-smtp-port	dyXsMhIJSHE4qpzmiABfDbStbYMt9pzmxTN5Z0JkGF4S5qpbEWaSYuT9qnsC2jj8GeOPU5c0gbTJaKDA9BqLUQ==
email-smtp-security	SM6RkFRKXKYyDGTfz+7DQqGze2u/2/hGVE1cD7yjbyAGuKFvOfEZsl7UIx8tjg3yDjptv96ER9o+rRPhnXspmA==
enable-embedding	true
enable-public-sharing	true
enable-query-caching	true
follow-up-email-sent	true
humanization-strategy	none
instance-creation	2021-03-16T09:46:48.986Z
query-caching-max-kb	10000
query-caching-min-ttl	180
query-caching-ttl-ratio	10
redirect-all-requests-to-https	false
report-timezone	Europe/Moscow
settings-last-updated	2023-03-28 18:32:24.222054+03
show-homepage-data	false
show-homepage-xrays	false
site-locale	ru
site-name	UTDkDrbIAevjZea67Fx3KQQKekh96pEh9CzrWQR+8w8V1SAtb8UuBiuMVuboct1JH8+HoTfFJPZ+ZbCv43Cm1g==
site-url	
site-uuid	08688c14-997a-4598-813d-62408cdffe20
start-of-week	monday
startup-time-millis	3035
version-info-last-checked	sWQS3UspAV6pa7JqfC+D0HcrEqTwEOirab8zwKcTHDjtB90bhnwe/gKZF4MG1iJjb6Vu6UnHRpKq6AgqWAgNQfLegppycSicNmaRTuXTeVM=

I deleted the encrypted parameters:

admin-email	
analytics-uuid	843feb9f-0bc6-4e96-aa75-710ca84610ee
anon-tracking-enabled	true
custom-geojson	{}
enable-embedding	true
enable-public-sharing	true
enable-query-caching	true
follow-up-email-sent	true
humanization-strategy	none
instance-creation	2021-03-16T09:46:48.986Z
query-caching-max-kb	10000
query-caching-min-ttl	180
query-caching-ttl-ratio	10
redirect-all-requests-to-https	false
report-timezone	Europe/Moscow
settings-last-updated	2023-03-28 18:32:24.222054+03
show-homepage-data	false
show-homepage-xrays	false
site-locale	ru
site-url	
site-uuid	08688c14-997a-4598-813d-62408cdffe20
start-of-week	monday
startup-time-millis	3035

I re-launched the Metabase on another host - it worked!

Unfortunately some problems remain. Users privilege management sections are not available in the administration panel and the list of databases is not displayed. As I understand it, this is due to partial data encryption, as is the case with the databases below (table metabase_database, "Details" field):

#	details
1	UNeuN2ywfzt6aV9X2C0JBfM7laT4hSJEiCGJaXZUTEIhkvnseUCf1X6YWcZPuWB9xSJ/tHHw33tpSVa+dRiOj7jCuCeDbCORDbD3ttfQtfwzZruP+XQeCUfEPlfgUNE7xAMm3pX9vRgMqH2cq/ZrsGw69JyCX2TVHQ8yO6Ri7o59nLXuFXH+RMQdn7UjBGOi0ORu42GKNTZ3P3o9GWOAZX7nVSnlgHlEeo6qvxZFgQQ//Bgh4d3xJROMKockY4q/BqmRWpjuN05Zdi6qKKM+1WHnqJtDVNkmrYtZqP5buumBBgqhLiO6zXRR7iwBp3z1s9T+hqKuXR7XPe7LXZg9aDLpXB2m5KjulGPMIGu5ZQFYauH0Md+jY6f2s6tdkTahklXgg1rszL4OU7SJGO9YdyJbr7NkNRv0rDVXhU3nbv+fxGH0GuZKY6RJMPIALGhY
2	{"additional-options":null,"ssl":false,"password":"","let-user-control-scheduling":true,"port":5432,"dbname":"postgres","host":"","tunnel-enabled":false,"user":""}
3	{"host":"127.0.0.1","port":5432,"dbname":"","user":"report_user","password":"","ssl":false,"additional-options":null,"tunnel-enabled":false}
4	{"host":"robot-db1","port":5432,"dbname":"","user":"report_user","password":"","ssl":false,"additional-options":null,"tunnel-enabled":false}
5	{"ssl":false,"service-name":"","password":"","let-user-control-scheduling":true,"port":1522,"host":"","tunnel-enabled":false,"user":"","sid":null}
6	{"host":"","port":,"dbname":"","user":"","password":"","ssl":false,"additional-options":null,"tunnel-enabled":false}
7	jKNraU1WjGdVeonRHLH7ybBPjX8hq/7cERZb/ykdQT5Eevlq7uEmJ5DF7zz/37zaWzM45O8pHCqoJnvldobQe2hUacP7gqRT7Ec0nuWuQJrPgS0t0uMDof2exFO9lpUWK35/ew9L46KZup3IbpTT6Vc9sLVjwH857WpioZzaEcN9ZeKUee3hl5gRjM/NvWaOq9ktF3emkgQJ2VPYwDM99mCzyN0b1ZtRWPFEdVwrfaSU1vmGQn8kiS8ssA1RCt5axk8ip9HkdGqzrQDqtYIrfInZ4FWPcmeWj2h8ilZCFSLLBaUJjxytA4Ckpa3RRfJg
8	YhG3UzbEZpVJ+/V5AuSLG+LS+nNcml5rmyN/mnBhXXX8iB9YLn6gA7VWVO0Tj/7Yn2mYUG1bZ5ycEdp5JNTmvUS/tbuKwQ6ch+IgJpIuMydSej4SYHBCeLcBfkWVeOqM9sKHT7d9FOHxl9JI2MghfyH5EqwdU38tGEWR1mPcklKuPFXQyy2paFdl5ykQcbOXlsd6zx8/5el9LqCcyMDd1A/l6LqUXiZC6eGGpv5IgjQ=
9	SSXTdC39++B0T3hwgIdmxaice2MV2+9jUPE/wBQwEToEJ3P1QkphcIHeo6IXdvRvH0qvg6N5DNVv24IM2U7fMBhxBycOQwWAXjEPkFEG5HeMDt8aZ/0/MGe9EchGxuM9sfjIu4wuOYeRUy7re4J9CFbsx8SXdL6GuRSrsKu9W9OxKqQJiEMQoZhMSX26V+sTqKAdSUuNdBGvrJPM/mtbn0XkXB54Qv7RWysn0lX+MdNt+xSORCfKyKgjHUcvNK8EMrNjF1i631ScDGMIMwa0EQBGU+5NK8IZtL57wSU+WdWwqc77SxeRe7Pp+XGYcqiwH6aaHVPgpjtX6aHvoWlVkUiZZTF7hPSn3NwsVGwAcOI4evALUd56pJ0irwC29KyVHSdmq1VbG2RO62BtNsIgtg==
10	igMo43CAXT8u/uKTHiU9Xo5Eumii42iCKQxWhsW/KXPjNtXH7g4NidblKRNFK0vX80PKJ3U1/J3xzdr/stgUg5JjonaViDzZfcM/xvGbfSwUnmV7QhWIxayS4SNNlMTxJyRoeY11vX8VFFLqgFMISuwO1qUuESmBEDPpx4xVNMj9c5HE8z6cPx8ZOnWNJzWDT9w33p4+zYw/8RWBJ2JuQTZ5O3f0u5Qeq5dp+ptmHOa+CC/3ZsbzpXqC4DceJP4BpHLRa9tsBq47JVbsfBhDp/8iAFMSnxeoDTCpUHGADMbXUk389PMEj96R25yi6aqac7qVJY1y3tSAY30E0yILEKBv6TGbgZD6aVlov+BePXqBEkEYQDQI53oUEbZ+jr7hd1QfIU4fVZJlPa+Gtbxa1idMrbmiQwwmEWjy68xA28kqcVLssmMg7Fzt7PG1FMwK5FwyTw2BVafYkSnoVSRo1sDsyq9ncl3SNRiEXYZCzdSAsx7CFSn+ZBlXVf5v0ps1
11	R1fGbrPSE9GJ3Bs1dQU/TVYiSk8l5jTHvCiCkpxF2urZ4Vgyb2+eIoBe8F2DP3FAHhSM6MVVSBtLpDvO2tjrX7lZz/EdDDfqulx6u+C/5jR1j5hADxUsg+JJX6OFUuwqeMZ7Yy/mfcysYYGskk5eizZb9qByTfPLbLHCEt+AsX4Gd6HZNhVWzCZM8fya0lZ+y6WS6eT+dNGmZC56x7kDm/D30fDKiHBUc8gTfPz/qvVGubnQAiyES00QDBqpvWyMsblh6i42rCXmJUr5rX4l7rDuadd9efpo6RNWf/aYlZpv95u/PdatsamqYkzr/Ixo
12	l6bpAinJVpOFJzeiGuS1/htKwIf+52R/ppU0SphyoZjSCwm3WqQTnfQlJtd/i3EGCCYWg9Yp8iL6BFsI9qsNpXxsU12iPndQ9tDPrap6nRsSwEzEO/JJcxYMAB4evw9ivGTtky/xIbRm8fVBfDj4x2a5kxxI4b1/hoQyMDHln4TE1oNoUGr2sYPo9ZKxSKZkcos5B+lUazXy8eECjPjUqC0Hz4zz+vyNMmRrmZco9g8uNzWPGs29tw9JTMOCWibYNuPRjTmVPxW/1bQOwi+XGtuUXVW3o5nHHyFMXlqwzrrdLs8DEBTE7ladTkVQQKDh3pE4GrTaCsqJ0e3cInez/VEMHiRRfh92mMrXsswUsnXLDJVi2iQW16qQOC6VmeFn20pAsYR13yQsnI+KwMlh58elwvE67KDc63p5DL18owlRirL8ifUs0CennuNEU2YI
13	{"db":"zip:/opt/metabase/metabase.jar!/sample-database.db;USER=GUEST;PASSWORD=guest"}

Luis, do I have to replace strings with encrypted values to fix this?

so if you disabled data encryption, going to settings->admin->databases and clicking on save on each database connection should save the connection again but this time unencrypted.

Luis, hello! Updated the connection to the database - it works. Performance has been restored, but I still have two problems:

  1. The position of the cards on the page was lost on all dashboards.
  2. There is no way to edit an existing dashboard - when you click the "Save" button, a notification "Saving failed" appears. This notification occurs only if there are cards on the dashboard. An empty dashboard is created without any problems.