33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Store sessions in DB </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="store-sessions-in-db ">
364- < h1 class ="title "> Store sessions in DB</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="store-sessions-in-db ">
370+ < h1 > Store sessions in DB</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370375!! source digest: sha256:1f019db79d78ab20a204e51d1750ed8b2e7c22dd3d585569f97579c339bc34c7
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/18.0/session_db "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-session_db "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-tools/tree/19.0/session_db "> < img alt ="OCA/server-tools " src ="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-tools-19-0/server-tools-19-0-session_db "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > Store sessions in a database instead of the filesystem. This simplifies
374379the configuration of horizontally scalable deployments, by avoiding the
375380need for a distributed filesystem to store the Odoo sessions.</ p >
@@ -386,32 +391,32 @@ <h1 class="title">Store sessions in DB</h1>
386391</ ul >
387392</ div >
388393< div class ="section " id ="usage ">
389- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
394+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
390395< p > Set this module in the server wide modules.</ p >
391396< p > Set a < tt class ="docutils literal "> SESSION_DB_URI</ tt > environment variable as a full postgresql
392397connection string, like < tt class ="docutils literal "> < span class ="pre "> postgres://user:passwd@server/db</ span > </ tt > or < tt class ="docutils literal "> db</ tt > .</ p >
393398< p > It is recommended to use a dedicated database for this module, and
394399possibly a dedicated postgres user for additional security.</ p >
395400</ div >
396401< div class ="section " id ="bug-tracker ">
397- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
402+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
398403< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-tools/issues "> GitHub Issues</ a > .
399404In case of trouble, please check there if your issue has already been reported.
400405If you spotted it first, help us to smash it by providing a detailed and welcomed
401- < a class ="reference external " href ="https://github.com/OCA/server-tools/issues/new?body=module:%20session_db%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
406+ < a class ="reference external " href ="https://github.com/OCA/server-tools/issues/new?body=module:%20session_db%0Aversion:%2019 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
402407< p > Do not contact contributors directly about support or help with technical issues.</ p >
403408</ div >
404409< div class ="section " id ="credits ">
405- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h1 >
410+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
406411< div class ="section " id ="authors ">
407- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h2 >
412+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
408413< ul class ="simple ">
409414< li > Odoo SA</ li >
410415< li > ACSONE SA/NV</ li >
411416</ ul >
412417</ div >
413418< div class ="section " id ="maintainers ">
414- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Maintainers</ a > </ h2 >
419+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Maintainers</ a > </ h3 >
415420< p > This module is maintained by the OCA.</ p >
416421< a class ="reference external image-reference " href ="https://odoo-community.org ">
417422< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -421,10 +426,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
421426promote its widespread use.</ p >
422427< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
423428< p > < a class ="reference external image-reference " href ="https://github.com/sbidoul "> < img alt ="sbidoul " src ="https://github.com/sbidoul.png?size=40px " /> </ a > </ p >
424- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-tools/tree/18 .0/session_db "> OCA/server-tools</ a > project on GitHub.</ p >
429+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-tools/tree/19 .0/session_db "> OCA/server-tools</ a > project on GitHub.</ p >
425430< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
426431</ div >
427432</ div >
428433</ div >
434+ </ div >
429435</ body >
430436</ html >
0 commit comments