Subject: Re: Easy Install - upgrade to latest version fails
Hi and thx for your answer,
I don't like docker, seems time for a reinstallation with aktual debian has come
PS: last upgrade to version: 17792232 has run without any problems
regards robert
Subject: Re: Easy Install - upgrade to latest version fails
I upgraded the server to debian bookworm and that did the trick, latest version of citadel is up an running
thx a lot
regards robert
I'm using docker via calima on MacBook Pro M1. Works fine on the initial run but not working after stopping and starting.
Did the following.
mkdir /usr/local/citadel
docker run -d --restart=unless-stopped --network host --volume=/usr/local/citadel:/citadel-data --name=citadel citadeldotorg/citadel
# Stopped citadel
docker stop citadel
# Start citadel
docker start citadel
# Result when trying to connect from browser
This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator.
Read More...
Am I stopping and starting Citadel wrong?
Does Citadel have a search function?
Subject: Re: How to stop and start Citadel in docker
Solved the issue by using OrbStack instead of Colima
ShinyToaster