- Explain how to use script and fork - Add discover guide - Improve all documentation
11 lines
No EOL
302 B
Markdown
11 lines
No EOL
302 B
Markdown
# Note healtcheck
|
|
Table à vérifier dans pgsql: ir_ui_view
|
|
|
|
Restore une BD:
|
|
- un module est installé mais n'est pas physiquement là
|
|
|
|
Une DB est installé mais on n'arrive pas à l'exécuté
|
|
|
|
HEALTHCHECK CMD curl --fail http://localhost:8069/web || exit 1
|
|
|
|
TODO: having the DB variable configurable |