2021-07-20 20:14:24 -04:00
|
|
|
|
2026-02-15 01:07:25 -05:00
|
|
|
# Health check note
|
2020-07-05 22:38:14 -04:00
|
|
|
|
2026-02-15 01:07:25 -05:00
|
|
|
Table to verify in pgsql: ir_ui_view
|
2021-07-20 20:14:24 -04:00
|
|
|
|
2026-02-15 01:07:25 -05:00
|
|
|
Restore a database:
|
2020-07-05 22:38:14 -04:00
|
|
|
|
2026-02-15 01:07:25 -05:00
|
|
|
- a module is installed but is not physically present
|
|
|
|
|
|
|
|
|
|
A database is installed but cannot be executed
|
2020-07-05 22:38:14 -04:00
|
|
|
|
2021-07-20 20:14:24 -04:00
|
|
|
HEALTHCHECK CMD curl --fail http://localhost:8069/web || exit 1
|
2020-07-05 22:38:14 -04:00
|
|
|
|
2021-07-20 20:14:24 -04:00
|
|
|
TODO: having the DB variable configurable
|