CoRfr / spex-3gpp

A WebService to deliver 3GPP specifications.
GNU General Public License v3.0
35 stars 17 forks source link

Readme: Use docker volume for data storage #8

Closed mrlnc closed 4 years ago

mrlnc commented 4 years ago

I created this PR back in January -- in my own repository 🤦 Might be useful if anybody is experimenting with spex and doesn't want to loose all cached PDFs.

Right now, the metadata permanently resides in the mysql, but if you update the spex container, the cached PDFs are lost. With a volume, you save that data and the metadata remains intact.

I previously had some trouble attaching a fresh spex to a mysql DB that contained data from a previous instance.