This is an old revision of the document!
Date, time, and time zone configuration
Before installing QoE Stor on the server, make sure that the correct date, time, and most importantly, the time zone are set!
You can check the current date, time, and time zone using the command
timedatectl
. For more details on how to use this command, refer to this link.
If you have already installed QoE Stor and later find that you need to change the time zone, after changing it, you must delete the qoestor schema in the ClickHouse database and recreate it.
- Delete the database schema (All data will be deleted!)
clickhouse-client --query="drop database qoestor"
- Recreate the database schema
fastor-db-scheme
Was this information helpful?