I get hacked by several tables dropping for the postgres database.
It is on a cloud ECS environment. During the hack, I realized the attack and created a snapshot but unfortunately I still have several important tables dropped.
But I have the database XLOG file not be deleted. And besides I have the dump.sql for the data several months ago.
Please help me find the solutions that recover the data if possible. Thanks in advance.
Postgres 9.2 does not have xlogdump tool, I tried to build it https://github.com/snaga/xlogdump However it does not have very detailed document, I did not quite understand the steps.