Skip to content
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

Old version of the metabase #38

Open
albionshala opened this issue Mar 10, 2022 · 0 comments
Open

Old version of the metabase #38

albionshala opened this issue Mar 10, 2022 · 0 comments

Comments

@albionshala
Copy link

albionshala commented Mar 10, 2022

I was trying to install Bahmni Mart based on THIS BAHMNI-MART deployment guide but failed due to an error represented below.

While running the command: ``ansible-playbook -i /etc/bahmni-mart-playbook/inventories/bahmni-mart /etc/bahmni-mart-playbook/all.yml --extra-vars '@/etc/bahmni-mart-playbook/setup.yml' --skip-tags "custom_ssl,lets_encrypt_ssl,authentication" -vv --limit @/etc/bahmni-mart-playbook/all.retry```

I have received this error:

task path: /etc/bahmni-mart-playbook/roles/metabase/tasks/main.yml:137
 [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: (passive is not defined or passive !='yes') and ((current_metabase_container|length == 0) or
(current_metabase_container.stdout != "{{ metabase_docker_image }}") or (current_exited_metabase_container.stdout|length != 0))

fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["docker-compose", "-f", "/opt/bahmni-mart/metabase-docker-compose.yml", "up", "-d"], "delta": "0:00:13.571769", "end": "2022-03-10 14:00:53.818706", "failed": true, "msg": "non-zero return code", "rc": 1, "start": "2022-03-10 14:00:40.246937", "stderr": "Pulling metabase (metabase/metabase:v0.34.0)...\nCreating metabase\nerror creating aufs mount to /var/lib/docker/aufs/mnt/0b1e20d69e841931b54fba978389acc131692b3211f276300cf04b0a277b0361-init: invalid argument", "stderr_lines": ["Pulling metabase (metabase/metabase:v0.34.0)...", "Creating metabase", "error creating aufs mount to /var/lib/docker/aufs/mnt/0b1e20d69e841931b54fba978389acc131692b3211f276300cf04b0a277b0361-init: invalid argument"], "stdout": "v0.34.0: Pulling from metabase/metabase\nDigest:  
sha256:2e3e2c8a25f96c84de016cf6d5e95fdb1d2178bb4badf7e972dd72e70fec640b\nStatus: Downloaded newer image for metabase/metabase:v0.34.0", "stdout_lines": ["v0.34.0: Pulling from metabase/metabase", "Digest: sha256:2e3e2c8a25f96c84de016cf6d5e95fdb1d2178bb4badf7e972dd72e70fec640b", "Status: Downloaded newer image for metabase/metabase:v0.34.0"]}```


Would it be possible that we update the Metabase from 0.34.0 to the latest one (at this moment: 0.42.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant