Search found 1 match

by p4block
09 Jun 2025, 19:29
Forum: File undelete
Topic: Recovering data from a docker bind mount
Replies: 0
Views: 25171

Recovering data from a docker bind mount

I recently ran
rm -rf /opt/teslamate/*
This has been widely regarded as a bad move.

The important part is this postgres database, sadly not a single file, like sqlite, so photorec is of little help I think.


database:
image: postgres:15
restart: always
environment:
- POSTGRES_USER=${TM ...