We have a project in development on a DigitalOcean droplet without having backups enabled since code is in git and I never ever dreamed of loosing database by not doing anything to it.
So after the vacations during Christmas time, my coworker tried to login into the application and he was telling me that he cannot log in, so I did some checks and I see that the database is GONE, only the default ones are present.
I have logs only from last 5 days. I have checked also the /var/lib/mysql and I do not see any data file for the database.
When I try to wildcard search for the database name on the filesystem it does not find anything.
Can anyone tell me what could have happened that it just all vanished and how to try to find any traces of it? I expected at least have a corrupted database file, or something, but not... it's totally gone.
Thank you