Hi,
I need help with Postgres. We have been running Postgres successfully on our production server for 4 months now but last week we noticed something strange:-
1. The data in the tables got deleted. The result of select count(*) on all tables was zero(0). We could not find anything in the logs and there were no signs of any kind of hacking.
2. We could not see any tables using "\d" on psql command. But we were able to run all queries on all the tables.
Any help regarding this problem would be of great help.
Thanks.
I need help with Postgres. We have been running Postgres successfully on our production server for 4 months now but last week we noticed something strange:-
1. The data in the tables got deleted. The result of select count(*) on all tables was zero(0). We could not find anything in the logs and there were no signs of any kind of hacking.
2. We could not see any tables using "\d" on psql command. But we were able to run all queries on all the tables.
Any help regarding this problem would be of great help.
Thanks.