Setting the Time Zone on the Host (Linux OS)

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:

  1. Shutdown the SingleStore cluster.

  2. 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.

  3. Start the SingleStore cluster.

Last modified: March 8, 2024

Was this article helpful?