Problems after upgrading to version 0.43.3

Good afternoon!

Updated Metabase from version 0.42.4 to 0.43.3

Problems started:

  1. I can't get to many points (for example, screen 3). constantly there is a download and everything ...
  2. does not show data (screen 4)

How to fix this situation?

Diagnostic information looks like something short

{
"browser-info": {
"language": "ru-RU",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36 OPR/87.0.4390.45",
"vendor": "Google Inc."
}
}

Hi @twinsa
Looks like Metabase is not running, or crashed. Check your server.
Post "Diagnostic Info" from Admin > Troubleshooting, when it displays all the information.

{
"browser-info": {
"language": "ru-RU",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36 OPR/87.0.4390.45",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "4.15.0-184-generic",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"sqlserver"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.11 (Debian 12.11-1.pgdg110+1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-06-13",
"tag": "v0.43.3",
"branch": "release-x.43.x",
"hash": "c9c7ef0"
},
"settings": {
"report-timezone": null
}
}
}

Rolled back to the archive and updated again. The situation repeated itself. MetaBase doesn't work

@twinsa It's impossible to know what is happening without logs: docker logs metabase-app

Replaced the hostname with the ip. Everything worked.!

This is an error before being replaced with an ip address.

1

@twinsa Sounds like you have some problems with your Docker network, since it cannot use the DNS: Can't add custom geojson map

I leave access by ip. Is that okay?
Thank you for your help!!!

@twinsa You can use IP - but that will likely change, depending on the order of your started containers.

Have a look in the Docker documentation about networking: https://docs.docker.com/network/