lbryio / lbry-docker

This repository will be for Dockerfiles for the various LBRY packages.
https://hub.docker.com/u/lbry/
MIT License
11 stars 7 forks source link

WIP: Swapping mysql for percona #69

Closed Leopere closed 5 years ago

Leopere commented 5 years ago

Completely untested but stored for now in case we want to start reviewing this.

EnigmaCurry commented 5 years ago

71 is using this same percona image and is currently ingesting data, I will let it go for awhile and see how it performs.

Leopere commented 5 years ago

@EnigmaCurry is this still a WIP? From my reading, Percona should be a drop-in replacement for mariadb and mysql.

EnigmaCurry commented 5 years ago

Percona itself (this image) is working fine (identically to MySQL afaict) so I don't see a problem with merging this.

However, I did end up removing percona from #71 because the helm chart for percona is not as well fleshed out as the MySQL one.

Leopere commented 5 years ago

@EnigmaCurry how about instead of redoing the prod-example docker-compose file we add a new example and call this one merge-able. Perhaps mention it in the README.md as another possible option.

Leopere commented 5 years ago

I'm going to consider this not necessary and abandon it for now based off of feedback from lbry staff.