limesurvey
limesurvey copied to clipboard
Installation dialog after container restart
Hi,
I am new to docker, so the problem might be my fault or expected. I use the docker limesurvey with the provided standard docker-compose.yaml file. After starting the container with docker-compose up -d, I get the installation dialog, which I completed. I then imported existing surveys. After stopping the container with docker-compose down --remove-orphans and starting it again with docker-compose up -d, I again have to complete the installation dialog. When I enter the same data, my previously imported surveys are directly available, but I wonder whether it is required to fill in the installation dialog each time.
Secondly, I initially used no password for the root db user. How can I change that without having to start with a completely new installation?
Thanks for your help, Birte
Hello,
docker-compose down --remove-orphans
destroys everything. Use docker-compose stop
Regards, Carlos
Great! Thanks, I really need to learn docker better!
Birte
On Tue, 10 Nov 2020 at 09:54, Carlos Rafael Ramirez < [email protected]> wrote:
Hello,
docker-compose down --remove-orphans destroys everything. Use docker-compose stop
Regards, Carlos
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/crramirez/limesurvey/issues/42#issuecomment-724559487, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSXXF73L6VX56U7MTHNTD3SPD5VLANCNFSM4TQLI4HA .
-- Prof. Dr. Birte Glimm Tel.: +49 731 50 24125 Inst. of Artificial Intelligence Secr: +49 731 50 24258 University of Ulm Fax: +49 731 50 24188 D-89069 Ulm [email protected] Germany
Hello I'm new with Docker, I've used standard docker-compose.yml, and it works fine, I've completed all the configuration. The problem is that when I down the containers docker-compose down
or even when I stop my docker service, the installation dialog appears. I know that when I use docker-compose down --remove-orphans
it erases the configuration. But in this case I just turn off the containers.
Any advice or how can I save the configuration?