This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
Allow setting TZ environment variable #268
Open
Description
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
I would like to have a Cluster
resource option for setting the mysql daemon's TZ
environment variable. Such as:
apiVersion: mysql.oracle.com/v1alpha1
kind: Cluster
metadata:
name: mysql
spec:
timezone: America/New_York
This is useful for supporting specifying the default timezone without running into bootstrap issues, if say, the default-timezone
setting is used in my.cnf
(which causes mysqld to fail to start before the mysql_tzinfo_to_sql
has run).
Thanks,
Michael.