Added 30 .base.md files using the mmg (Multilingual Markdown Generator) format to automatically generate English (.md) and French (.fr.md) versions of all project documentation. Updated conf/make.documentation.Makefile to process all .base.md files via `make doc_markdown`.
14 lines
291 B
Markdown
14 lines
291 B
Markdown
|
|
# Health check note
|
|
|
|
Table to verify in pgsql: ir_ui_view
|
|
|
|
Restore a database:
|
|
|
|
- a module is installed but is not physically present
|
|
|
|
A database is installed but cannot be executed
|
|
|
|
HEALTHCHECK CMD curl --fail http://localhost:8069/web || exit 1
|
|
|
|
TODO: having the DB variable configurable
|