From bd325129f772b09ce7dff0b5e14787902d164160 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 19 Jan 2023 16:32:06 +0000 Subject: [PATCH] [UPD] README.rst --- session_db/README.rst | 12 +- session_db/static/description/index.html | 431 +++++++++++++++++++++++ 2 files changed, 442 insertions(+), 1 deletion(-) create mode 100644 session_db/static/description/index.html diff --git a/session_db/README.rst b/session_db/README.rst index 413eea272..525e79392 100644 --- a/session_db/README.rst +++ b/session_db/README.rst @@ -25,7 +25,9 @@ Store sessions in DB |badge1| |badge2| |badge3| |badge4| |badge5| -Store sessions in a database instead of the filesystem. +Store sessions in a database instead of the filesystem. This simplifies the +configuration of horizontally scalable deployments, by avoiding the need for a +distributed filesystem to store the Odoo sessions. **Table of contents** @@ -80,6 +82,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px + :target: https://github.com/sbidoul + :alt: sbidoul + +Current `maintainer `__: + +|maintainer-sbidoul| + This module is part of the `OCA/server-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/session_db/static/description/index.html b/session_db/static/description/index.html new file mode 100644 index 000000000..0abed81ab --- /dev/null +++ b/session_db/static/description/index.html @@ -0,0 +1,431 @@ + + + + + + +Store sessions in DB + + + +
+

Store sessions in DB

+ + +

Beta License: LGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

+

Store sessions in a database instead of the filesystem. This simplifies the +configuration of horizontally scalable deployments, by avoiding the need for a +distributed filesystem to store the Odoo sessions.

+

Table of contents

+ +
+

Usage

+

Set this module in the server wide modules.

+

Set a SESSION_DB_URI environment variable as a full postgresql connection string, +like postgres://user:passwd@server/db or db.

+

It is recommended to use a dedicated database for this module, and possibly a dedicated +postgres user for additional security.

+
+
+

Known issues / Roadmap

+

This module does not work with multi-threaded workers, so it requires workers > 0.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Odoo SA
  • +
  • ACSONE SA/NV
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

Current maintainer:

+

sbidoul

+

This module is part of the OCA/server-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +