Make WordPress Core

Opened 12 months ago

Closed 7 months ago

#59701 closed defect (bug) (fixed)

Readme: Update MySQL recommended version

Reported by: swissspidy's profile swissspidy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.5 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: Cc:

Description

Previously: #58158, #55791

MySQL 5.7 is reaching EOL in 10 days so we need to update the recommended version in both readme.html and the Requirements page on the website.

We should change it to 8.0, matching the https://make.wordpress.org/hosting/handbook/server-environment/#database page

Note that PHPUnit tests are currently failing because of that with:

readme.html's Recommended MySQL version is too old. Remember to update the WordPress.org Requirements page, too.
Failed asserting that '2023-10-21' is less than '2023-10-21'.

Attachments (1)

59701.diff (1.5 KB) - added by khokansardar 12 months ago.

Download all attachments as: .zip

Change History (12)

This ticket was mentioned in Slack in #core by swissspidy. View the logs.


12 months ago

#2 @SergeyBiryukov
12 months ago

  • Milestone changed from Awaiting Review to 6.5

#3 @SergeyBiryukov
12 months ago

  • Owner set to SergeyBiryukov
  • Status changed from new to accepted

#4 @SergeyBiryukov
12 months ago

In 56982:

General: Bump the recommended MySQL version in readme.html.

MySQL 5.7 reaches EOL (“End of Life”) in October 2023. The recommended minimum is bumped to 8.0 for now.

References:

Follow-up to [31291], [33946], [35759], [52420], [52421], [54069].

Props swissspidy, SergeyBiryukov.
See #59701.

This ticket was mentioned in PR #5573 on WordPress/wordpress-develop by @khokansardar.


12 months ago
#6

  • Keywords has-patch added

Trac ticket: 59701

@khokansardar
12 months ago

This ticket was mentioned in PR #396 on WordPress/wporg-main-2022 by @swissspidy.


7 months ago
#8

See https://core.trac.wordpress.org/ticket/59701#comment:5 where the recommended version in the WordPress readme was updated from 5.7 to 8.0, because version 5.7 reached EOL.

I don't know if this is the right place to make this change for the https://wordpress.org/about/requirements/ page though 🤷

Props @SergeyBiryukov

#9 @swissspidy
7 months ago

PR to update the Requirements page (I think): https://github.com/WordPress/wporg-main-2022/pull/396

This ticket was mentioned in Slack in #meta by swissspidy. View the logs.


7 months ago

#11 @swissspidy
7 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Website is now updated and this is complete!

Note: See TracTickets for help on using tickets.