Hallo Metabase community ,
I used this production as docker production for long time and i have to transfer the production to run as Jar file instead of docker ,
So please i need to know if i can depend on a jar file ,
is it stable version ?
If it’s has any problem with running as jar file…please comment for me.
Thanks for every one .
Hi @Andreh
The Docker image basically just runs the JAR, so yes, it’s stable.
When running the JAR, then you need to take care of the Java installation.
https://www.metabase.com/docs/latest/operations-guide/java-versions.html
Depending on your environment, you might need to set timezones or file encoding, which was defaulted in Docker.