Skip to content

Commit

Permalink
changelog: mysql update with skip-log-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Feb 5, 2025
1 parent 401fbf8 commit 92498e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/changelog/2025/02-05-mysql-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: MySQL update, with a new option
date: 2025-02-05
tags:
- addons
- update
authors:
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
description: Use skip-log-bin from Clever Tools
excludeSearch: true
---

We deployed updated MySQL images for releases 8.4 (8.4.2-2) and 8.0 (8.0.39-30). A new option is available at database creation from Clever Tools: [skip-log-bin](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#option_mysqld_log-bin). To use it, add `--option skip-log-bin` flag with the `clever create addon mysql-addon` command.

Check warning on line 15 in content/changelog/2025/02-05-mysql-update.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/02-05-mysql-update.md#L15

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/changelog/2025/02-05-mysql-update.md", "range": {"start": {"line": 15, "column": 1}}}, "severity": "WARNING"}

* [Learn more about MySQL 8.4](https://www.percona.com/blog/mysql-8-4-first-peek/)
* [Learn more about MySQL on Clever Cloud](/developers/doc/addons/mysql/)

0 comments on commit 92498e9

Please sign in to comment.