-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Metabase using ansible scripts and Docker containers #1427
Comments
Created ECS CLuster "reporting" with a task "metabase" to run metabase as a containerized service. |
Using this image, as the ec2 instance is arm64/v8 instanceType. |
himeshr
added a commit
to avniproject/avni-infra
that referenced
this issue
Nov 8, 2023
…nto onpremise server using ansible
Deploy tasks: (Pending)
|
himeshr
changed the title
Upgrade Metabase
Setup Metabase using ansible scripts and Docker containers
Nov 8, 2023
Test instance available at http://13.232.181.189:3000/auth/login?redirect=%2F |
himeshr
added a commit
to avniproject/avni-infra
that referenced
this issue
Nov 9, 2023
himeshr
added a commit
to avniproject/avni-infra
that referenced
this issue
Nov 9, 2023
himeshr
added a commit
to avniproject/avni-infra
that referenced
this issue
Nov 9, 2023
himeshr
added a commit
to avniproject/avni-infra
that referenced
this issue
Nov 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Action items
Setup Metabase using ansible scripts and Docker containers
Reference documentation
https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-docker-on-ubuntu-20-04
https://docs.ansible.com/ansible/latest/collections/community/docker/docker_container_module.html#ansible-collections-community-docker-docker-container-module-parameter-detach
https://www.hostinger.in/tutorials/docker-cheat-sheet#Container_Interaction_Commands
Metabase
Approaches discussed
Upgrade metabase jar on Amazon Linux1 instance
=> Doesn't work as metabase:v0.47.6 needs Java11, which doesnt install on Amazon Linux1 instance
Setup new ec2 instance with Metabase running as Docker container within it (Choosen option)
=> setup docker, metabase using ansible
Logs? what to do? // Needs to be purged periodically
Volumes? //Can be ignored, everything is persisted in DB
EC2 instance Management, ALB? // Continue in old manner
Elastic Container Service
=> Too much of departure from current way of working
The text was updated successfully, but these errors were encountered: