Metabase upgrade version

If i have 0.35.4, how i upgrade to 0.36.4 and save the container data .
Screenshot_1
I'am using docker

@zabbix Post “Diagnostic Info” from Admin > Troubleshooting.

yeah but i don’t find :frowning:

@zabbix I’m asking you to post “Diagnostic Info” from Admin > Troubleshooting.
You are showing a screenshot from Admin > Settings > Updates, so I know you have access to the Admin section.

this ?

{
"browser-info": {
"language": "es",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36 Edg/85.0.564.51",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.7+10",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.7",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.7+10",
"os.name": "Linux",
"os.version": "4.15.0-112-generic",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"h2",
"mysql"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "1.4.197 (2018-03-18)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "1.4.197 (2018-03-18)"
}
},
"run-mode": "prod",
"version": {
"date": "2020-05-28",
"tag": "v0.35.4",
"branch": "release-0.35.x",
"hash": "b3080fa"
},
"settings": {
"report-timezone": null
}
}
}

@zabbix Okay, so you’re using the JAR file.
https://www.metabase.com/docs/latest/operations-guide/upgrading-metabase.html
And you should migrate away from H2 if you’re using Metabase in production:
https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html

Hello ,
I need to replace the old jar file whit the updated jar file ?

@zabbix Yes, just as the documentation says.

Okay thank’s c: