Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql on docker compose is 5.5 EOL #68

Open
anantshri opened this issue Feb 5, 2021 · 3 comments · May be fixed by #92
Open

Mysql on docker compose is 5.5 EOL #68

anantshri opened this issue Feb 5, 2021 · 3 comments · May be fixed by #92
Assignees

Comments

@anantshri
Copy link
Member

docker-compose on dev environment is using 5.5 mysql need to upgrade to higher version as even 5.6 is now EOL
https://www.mysql.com/support/eol-notice.html

@sunilkr
Copy link
Collaborator

sunilkr commented Mar 14, 2021

All tests ran fine MYSQL:5 (5.7) docker image. Although MSQL threw some (non-breaking) errors and warning related to internal tables for persistent stats.

https://stackoverflow.com/questions/15767652/mysql-error-table-mysql-innodb-table-stats-not-found

@sunilkr
Copy link
Collaborator

sunilkr commented Mar 14, 2021

It seems to take some cached data from previous version of MYSQL, I am not able to figure out where that is on my system.

volumes:
      - swachalit-mysql:/var/lib/mysql

@sunilkr
Copy link
Collaborator

sunilkr commented Apr 4, 2021

running mysql_upgrade fixed the errors thrown by DB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants