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

how to make upgrade=NONE working #70506

Closed
wenzhep opened this issue Aug 2, 2024 · 3 comments
Closed

how to make upgrade=NONE working #70506

wenzhep opened this issue Aug 2, 2024 · 3 comments
Assignees
Labels
mysql solved stale 15 days without activity tech-issues The user has a technical issue about an application

Comments

@wenzhep
Copy link

wenzhep commented Aug 2, 2024

Name and Version

bitnami_mysql:8.0.29-debian-10-r20

What architecture are you using?

amd64

What steps will reproduce the bug?

I use helm to install mysql successfully and use it for a long time.
And recently I cannot access the mysql
and I found that when mysql start it will go to upgrade checking first.
at that stage there is an error happend
logs (2).txt

And it seems the upgrade=NONE can skip the upgrade, but when it does not work
when I set it up in the env. with the MYSQL_EXTRA_FLAGS

- env:
    - name: BITNAMI_DEBUG
      value: 'true'
    - name: MYSQL_EXTRA_FLAGS
      value: '--upgrade=NONE'

how to make it work?

What is the expected behavior?

the MySQL should start and skip the upgrade.

What do you see instead?

mysql cannot start

@wenzhep wenzhep added the tech-issues The user has a technical issue about an application label Aug 2, 2024
@github-actions github-actions bot added the triage Triage is needed label Aug 2, 2024
@github-actions github-actions bot removed the triage Triage is needed label Aug 4, 2024
@github-actions github-actions bot assigned migruiz4 and unassigned carrodher Aug 4, 2024
@migruiz4
Copy link
Member

migruiz4 commented Aug 8, 2024

Hi @wenzhep,

Could you please try using MYSQL_UPGRADE=NONE instead of MYSQL_EXTRA_FLAGS?

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Aug 24, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql solved stale 15 days without activity tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

4 participants