-
Notifications
You must be signed in to change notification settings - Fork 29
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
Creating an instance gives cannot exec in a stopped state: unknown
error
#427
Comments
uh... @yaronkoren?
|
(and it was sudo-ed) |
Sanity check update: |
I ran a docker pull on my canasta instance today to update to latest. I'm using Ubuntu 22.04 also and am seeing the same errors in my container logs. I think this is a bug? |
what version have you use before this happened? |
How do I determine this? (I have rolled back my VM so am currently running my previous "latest" version which is using MediaWiki version 1.39.6) |
just run |
Hi guys - just so you know, I'm monitoring this discussion, and we're looking into the issue. But any more information (like the exact version of the code) could indeed be helpful. |
canasta version2024/08/12 09:39:59 Using /etc/canasta for configuration... |
I think it broke when I did a docker compose pull to upgrade it, I just tried with a canasta upgrade command and that seems to have worked? What is the difference here? |
Describe the situation
Summary: Creating an instance gives
cannot exec in a stopped state: unknown
errorDescription: This isn't fully documented anywhere, but installing everything from the beginning does not solve the issue.
Screenshots:
Steps to reproduce the issue (if applicable):
canasta create -i <ANYTHINGUWANT> -n <DOMAIN> -w <WIKINAME> -a admin -o compose
Expected behavior
Canasta should be ready with no issue at all and ready to be served to users, accessing the specified domain direct you to the wiki's main page
System info
Please complete the following information:
Sanity checks
docker exec
directly on the container, removing the Caddy/Varnish containers, adding unauthorized files to the Docker container after startup, etc.? YesThe text was updated successfully, but these errors were encountered: