doc:appunti:linux:so:sogo
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:so:sogo [2024/10/14 15:45] – [Add as an application for mailto links] niccolo | doc:appunti:linux:so:sogo [2024/10/14 15:55] (current) – [Session timeout] niccolo | ||
---|---|---|---|
Line 282: | Line 282: | ||
Whenever you login into the SoGO webmail, the browser my ask you if you want to **Add " | Whenever you login into the SoGO webmail, the browser my ask you if you want to **Add " | ||
+ | |||
+ | ===== Session timeout ===== | ||
+ | |||
+ | After upgrading SoGO from **5.0.1** to **5.8.0** (e.g. by upgrading from **Debian 11 Bullseye** to **Debian 12 Bookworm**) the webmail session exipres in a few minutes, despite user activity. This is a known bug cause by a datbase table being not be properly updated. | ||
+ | |||
+ | To fix the problem you can drop the faulty table from the SQL prompt and restart the SoGO service; the table will be re-created with the corrected structure: | ||
+ | |||
+ | <code sql> | ||
+ | DROP TABLE sogo_sessions_folder; | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | systemctl restart sogo.service | ||
+ | </ | ||
+ | |||
+ | This hack will upgrade the field **c_value** from **character varying(255)** to **character varying(4096)** (using the PostgreSQL backend). | ||
+ | |||
+ | See this [[https:// | ||
doc/appunti/linux/so/sogo.1728913504.txt.gz · Last modified: 2024/10/14 15:45 by niccolo