Question

unit metabase.service could not be found

As i was folllowing through the tutorial and done everything which is mentioned there… https://www.digitalocean.com/community/tutorials/how-to-install-metabase-on-ubuntu-20-04-with-docker some logs are :

root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase# docker ps -a
CONTAINER ID   IMAGE                      COMMAND                  CREATED       STATUS          PORTS                      NAMES
8f52f2e07a32   metabase/metabase:latest   "/app/run_metabase.sh"   4 hours ago   Up 18 minutes   127.0.0.1:3000->3000/tcp   metabase_metabase_1
root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase# service metabase status
Unit metabase.service could not be found.
root@ubuntu-s-1vcpu-1gb-blr1-01:~/metabase# 

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 2, 2022

Hi there,

Your Metabase service is running as a Docker container rather than a Systemd service.

There is no need to use the service command, instead, you could restart the container itself with:

docker restart container_id_here

For more information on how to use Docker I could suggest this free eBook here:

Introduction to Docker free eBook

Let me know if you have any questions!

Best,

Bobby

KFSys
Site Moderator
Site Moderator badge
September 28, 2022

Hi @5ac3e39f363b-4f2d-bedd-2edde6,

If I’m not mistaken the metabase service would be inside the Metabase container(Docker). I might be isn’t that the purpose of docker in the first place? What you can try is to enter your docker container and see if the service is running there.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.