-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The requested snapshot version is too old #96
Comments
Hi @theoreticalsampling, can you create a test collection and check if it works. |
@dalenguyen Hi I did that. I exported some collections from the same firebase project without any problems. But I can't export this large collection, due to this error. |
I think the process took too long. Then your snapshot expires before returning the result.
https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.snapshots/create |
That's quite possible ... but how cloud I solve this problem? Is there any way, I could only export a specific range of the collection? |
You can try to add query to the backup script.
|
This also fails when u try to iterate over a set of id `
} const propertyIds = [{ const promiseArr =[]; } const res = await Promise.all(promiseArr); ` |
I try to export a large collection. The code I use, to do the export looks like this:
When I run the export, I get this error message:
Is there any solution to this?
The text was updated successfully, but these errors were encountered: