Page MenuHomeDevCentral

Etherpad for Nasqueron and Wolfplex should store pads permanently
Closed, ResolvedPublic

Description

Creating a pad to save Tasacora server environment information, I get this message on the new pad:

! WARNING ! THIS PAD WILL BE DESTROYED AT CONTAINER TEAR DOWN

Indeed, currently, there is no volume to store Etherpad data.

I offer to destroy distracted_tesla container, and to restart an etherpad container, with the wolfplex/etherpad-docker image (by the way, this image isn't saved on the registry, nor driven by a Dockerfile, this is a standard Etherpad, with config file edited, then a docker commit.).

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Unbreak Now!.
dereckson updated the task description. (Show Details)
dereckson added a subscriber: dereckson.

Done.

A MySQL container has been created to store data, root password for this MySQl server is stored in K25.

$ ssh dwellers docker run -d -e MYSQL_ROOT_PASSWORD=`getcredentials K25` --name etherpad_mysql
$ ssh dwellers docker run -d --name etherpad --link=etherpad_mysql:mysql -p 34080:9001 \
-v /data/etherpad/var:/opt/etherpad-lite/var tvelocity/etherpad-lite