[wp-trac] [WordPress Trac] #59110: Make the database container in the local Docker environment more generic
WordPress Trac
noreply at wordpress.org
Tue Aug 15 14:48:34 UTC 2023
#59110: Make the database container in the local Docker environment more generic
------------------------------+--------------------
Reporter: desrosj | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.4
Component: Build/Test Tools | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+--------------------
Currently, `mysql` is hard coded in several locations within the `docker-
compose.yml` file. Although changing database types works interchangeably
for the most part (Core also supports MariaDB), it is confusing to have a
container named `mysql` that runs MariaDB.
For previous MariaDB versions, the `mysql` command is symlinked to the
`mariadb` one. However, in MariaDB 11.0 that symlink is removed and causes
failures. Making this container more generic will help spot commands still
using `mysql`, and other potential issues.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59110>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list