feat: move timezone preference to config file (#2096)
BREAKING CHANGE: The timezone preference moved to the configuration file.
This commit is contained in:
parent
8ef82d798e
commit
9b3207b8a4
15 changed files with 73 additions and 15 deletions
|
@ -74,6 +74,20 @@ sudo -u libretime libretime-api dbshell --command="
|
|||
|
||||
:::
|
||||
|
||||
### Timezone configuration
|
||||
|
||||
The timezone preference moved from the database to the [configuration](../admin-manual/setup/configuration.md#general) file. Make sure to save your existing timezone preference to the configuration file.
|
||||
|
||||
:::info
|
||||
|
||||
To prevent accidental data loss during upgrade, the timezone preference will only be removed from the database in future releases. You can view the data using the following commands:
|
||||
|
||||
```bash
|
||||
sudo -u libretime libretime-api dbshell --command="SELECT * FROM cc_pref WHERE keystr = 'timezone'";
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
## :arrow_up: Upgrading
|
||||
|
||||
### Worker python package and service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue