Setting the Time Zone on the Host (Linux OS)
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
If you are setting the time zone on the host (the Linux OS), then you must set the time zone to the same value on every host in your cluster.
Note: SingleStore recommends to execute the commands first on a development or a test cluster.
The following are the steps to set the time zone on RHEL OS:
-
Shutdown the SingleStore cluster.
-
Execute the following commands on each node of the cluster:
timedatectl status timedatectl set-timezone Europe/London timedatectl status
Note:
Europe/London
is used as an example in the code block above; however, you can set the time zone to any other location as well. -
Start the SingleStore cluster.
Last modified: March 8, 2024