crramirez / limesurvey

LimeSurvey - the most popular Free Open Source Software survey tool on the web. This docker image easies LimeSurvey installation. It includes a MySQL database as well as a web server. This is the most downloaded limesurvey container, but I don't have time to maintain it anymore. I am looking for a new maintainer
https://hub.docker.com/r/crramirez/limesurvey/
GNU General Public License v3.0
58 stars 106 forks source link

Installation dialog after container restart #42

Open birteglimm opened 3 years ago

birteglimm commented 3 years ago

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

crramirez commented 3 years ago

Hello,

docker-compose down --remove-orphans destroys everything. Use docker-compose stop

Regards, Carlos

birteglimm commented 3 years ago

Great! Thanks, I really need to learn docker better!

Birte

On Tue, 10 Nov 2020 at 09:54, Carlos Rafael Ramirez < notifications@github.com> 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 birte.glimm@uni-ulm.de Germany

IrvingSG commented 3 years ago

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?