I'm trying to restore a self-hosted instance but it's seen as a new instance
I have a backup made by docker-volume-backup which just archives the PostgreSQL bind-mounted volume. I also have a self-made backup using
pg_dumpall. When I restore with either method, the server seems to think that this is a brand new instance. How do I get my old state back?