Open songnguxyz opened 3 months ago
uh... @yaronkoren? running docker logs on the problematic container shows that:
+ . /functions.sh
+ mountpoint -q -- /mediawiki
Folder /mediawiki contains important data and must be mounted to persistent storage!
+ echo 'Folder /mediawiki contains important data and must be mounted to persistent storage!'
+ isTrue ''
+ case $1 in
+ return 1
+ exit 1
(and it was sudo-ed)
Sanity check update: After starting up my Canasta repo for the first time, I am getting a "Error 503 Backend fetch failed / Guru Meditation" error.
was found in the documentation, but the error by itself is not relevant to the main issue
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?
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?
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)
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 sudo canasta version
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.
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
sudo canasta version
2024/08/12 09:39:59 Using /etc/canasta for configuration... This is canasta: built at 2024-02-13 22:03:30 from git commit 24df936.
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.? Yes