Page MenuHomeDevCentral

Migrate Etherpad's MySQL content from dedicated Etherpad MySQL instance to Acquisariat container.
Closed, ResolvedPublic

Description

We're deprecating the pattern "one application, one independant MySQl server" and instead consolidate MySQL servers on Dwellers into one, in the ''Acquisariat'' container.

The following procedure should work:

(1) Note the API key
(2) Shutdown Etherpad
(3) Destroy the etherpad container, as links aren't dynamic
(4) Connect to the Etherpad MySQL instance and dump .sql content
(5) Import the dump into acquisariat container's MySQL servers
(6) Run a new Etherpad container linked to acquisariat
(7) Restore API key
(8) Install our two plugins: ep_author_neat and ep_ether-o-meter

Event Timeline

dereckson raised the priority of this task from to Normal.
dereckson updated the task description. (Show Details)
dereckson added subscribers: dereckson, Sandlayth.

Step 1 done by @Kaliiixx, file is saved at /data/etherpad/var/APIKEY.txt.

Step 2 done.
Step 4 done, file is located at /tmp/mysql-etherpad-1431284148.sql