Found a file named .odoo_pg_health.json running in my Odoo/Postgres Docker setup. What is this?
Hey everyone,
I was checking my container setup today and noticed some unusual resource usage. Looking closer into the database container, I found a configuration file located at /var/tmp/.odoo_pg_health.json that appears to be related to XMRig.
Here is my current environment setup:
- Stack: Odoo 15 container with a separate
postgresimage via Docker Compose. - Network/Ports: Only Odoo port
8069is open to the public internet. The Postgres container port5432is strictly internal on a closed Docker network (prod-network) and has no public port mapping. - The File: The configuration inside
.odoo_pg_health.jsonlists connections topool.hashvault.pro:443andpool.hashvault.pro:80.
Since the Postgres port isn't exposed externally, I'm trying to figure out how this file got here and what it's doing.
Have any of you seen this specific file name (.odoo_pg_health.json) or setup before? What do you guys know about how something like this gets generated or dropped into an isolated container?
Appreciate any thoughts or guidance on what to check next!