frappe/erpnext version-13
metabase 0.41.3.1
u have the instruction on how to install on debian 10 inside docker in synology ? same steps?
It runs well now.
I think after the first install the service is in activating state and has to be restarted
you have to stop the service and start it again
sudo service metabase status
sudo service metabase stop
sudo service metabase start
I was never able to access my metabase even if the status indicated it was running correctly without any errors.
Then I found this https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged
Iâm running on digital ocean vps and as soon as I installed
apt-get install haveged
and make sure it restart automatically
update-rc.d haveged defaults
metabase started working immediately!
Hi @Rehan_Ansari,
It seems like youâre logged in as frappe user. Run the wget command using root login or use sudo command to run the command as frappe user.
I had AN ERROR ANY HELP
/applications/metabase$ wget http://downloads.metabase.com/v0.33.2/metabase.jar
--2022-09-07 15:54:26-- http://downloads.metabase.com/v0.33.2/metabase.jar
Resolving downloads.metabase.com (downloads.metabase.com)... 108.138.7.87, 108.138.7.115, 108.138.7.16, ...
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.metabase.com/v0.33.2/metabase.jar [following]
--2022-09-07 15:54:26-- https://downloads.metabase.com/v0.33.2/metabase.jar
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 185008660 (176M) [application/java-archive]
metabase.jar: Permission denied
Youâre using an older version of Metabase in this. Please use the below command to download the latest version.
wget https://downloads.metabase.com/v0.44.2/metabase.jar
Also, make sure youâve have the write permissions on the directory that youâre trying to download Metabase in. You can try sudo wget
to run the command with root privileges.
Did you find solution ?
i have lets-encrypt on my server and can access my site normaly
but how to access metabase by site url