I was testing out the cli and I accidentally deleted one collection in my database. Is there a way to restore it?
you deployed instead of initialized?
yes
what's your project ID? This is an app in production that people are using? How much data was deleted?
64cced226fa211528fbf
Yeah... I only rolled out a new version today. I had 150+ users
For data amount, it wasn't much the collection had 150 rows.
you don't have that data anywhere that you can seed back into the collection?
No.
If it could be restored to a recent point it would be great. Currently the whole project is down since it was a vital collection
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...