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

feat: mysql 5.7에서 8.0으로 docker-compose 버전업 #305

Merged
merged 2 commits into from
Sep 6, 2022

Conversation

Skyrich2000
Copy link
Member

바뀐점

docker-compose 에서 mysql기존 5.7에서 8.0로 업그레이드 했습니다.
mysql 5.7 은 arm 버전이 없었는데, mysql 8.0은 arm 버전이 있어서 platfrom 을 따로 지정안해줘도 됩니다. (m1 만세!)

바꾼이유

mysql 5.7 은 정규식을 미지원했기 때문에 정규식을 지원하는 8.0 으로 업그레이드 합니다.

설명

@Skyrich2000 Skyrich2000 linked an issue Aug 27, 2022 that may be closed by this pull request
3 tasks
Copy link
Member

@Yaminyam Yaminyam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 머지도 안하고 search 수정 작업 하고 있었네요 ㅋㅋㅋ... 얼른 머지하시죠

Copy link
Member

@rockpell rockpell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋습니다

@Yaminyam Yaminyam merged commit 8bbe88d into develop Sep 6, 2022
@Yaminyam Yaminyam deleted the feat/mysql-version-up branch September 6, 2022 17:42
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 this pull request may close these issues.

[Feature] mysql 버전8로 업그레이드
3 participants