Skip to content

Commit

Permalink
refactor: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Aug 13, 2024
1 parent 1578cc9 commit 54c08d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tutor/commands/upgrade/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def verify_tutor_version_for_mysql_upgrade(config: Config) -> tuple[bool, str]:

new_mysql_docker_image = str(config["DOCKER_IMAGE_MYSQL"])

# Do not perform manual upgrade if running v16 or v17, only for tutor v18 or later
if (
new_mysql_docker_image == "docker.io/mysql:8.0.33"
or new_mysql_docker_image == "docker.io/mysql:8.1.0"
Expand Down
2 changes: 0 additions & 2 deletions tutor/commands/upgrade/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ def upgrade_from_olive(context: Context, config: Config) -> None:
if not upgrade_to_redwood_onwards:
return

# We need to first revert MySQL back to v8.1 to build the data dictionary on it
# And also to update the authentication plugin as it is disabled on v8.4
message = f"""Automatic release upgrade is unsupported in Kubernetes. If you are upgrading from Olive or an earlier release to Redwood, you
should upgrade the authentication plugin of your users. To upgrade, run the following commands:
Expand Down

0 comments on commit 54c08d1

Please sign in to comment.