Posted: January 16, 2017 at 8:12 am
|
I have an event with around 1500 this morning. Today registration surged. Have you ever encountered anything like this before? Did you recover? How? I have daily backups but I practically lost all registrant data today. That event is for this weekend. We were wrapping up today. I am in deep trouble. |
|
Can this help? http://dev.mysql.com/doc/refman/5.7/en/point-in-time-recovery.html |
|
Unfortunately, I don’t have binary logging on. |
Hi Raffy, I can recommend contacting your host to see if they can find out how and why the data got lost, if they have a way to prevent that from happening again, and if they have any more recent backups that can be reverted to. |
|
|
I have backups but they won’t cover 17 hours worth of registration. The host doesn’t have back up more recent than that. I’m talking to the host already. Is there any help that you can provide? Any insights on the fact that the data lost is only on the active events and its 2500 entry registrant database. This is actually the second time it happened. The last time the data loss happened was very near a back up schedule and no one actually registered. Consequently, we were able to recover everything. |
Did you actually check the database tables to see whether the registrations are missing there? One thing to know about Event Espresso registration data is the data for a registration and its associated data (like payments, contact info, registration answers) are spread out across multiple tables. So you can first check those tables to see whether is still there. The tables include esp_registration, esp_transaction, esp_answer, esp_payment. If the data was deleted from only one of those tables, then the registration information will still be in the related tables. |
|
|
Via phpmyadmin, I checked the tables you mentioned. I am sad to say that data for is not there. To update, it is all event and registrant data including I don’t know if this info will help but myphpadmin session kept on timing out while I was looking. I am currently asking help from my host how to search if I was hacked. I would appreciate if you have any suggestions on how to look for clues of that. |
There are some good suggestions here: |
|
|
I restored my site and inputted 5 registration entries. A few other people added 10 more entries. I tried to generate an All Registrations CSV Report and it happened again. One minute it was populated with data (at least one page that I can see) then next thing you know all registration data is erased. |
Have you checked the files on your server to see if there’s a script that’s dropping tables? |
|
The support post ‘Just lost all event and registrant data.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.