Skip to content
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

fix: backup should not have unique url #580

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

vasco-santos
Copy link
Contributor

@vasco-santos vasco-santos commented Oct 29, 2021

In Fauna, when a user A deleted a given upload, if then the user uploads exactly the same file, a new Upload document was created, instead of flipping deleted. This means we will have same URLs. With Postgres we will not have this situation anymore. However, for DB migration let's allow replicated URLs to ingest data. Then we can remove replicated ones. Pin Sync requests currently also have multiple

@vasco-santos vasco-santos force-pushed the fix/backup-should-not-have-unique-url branch 4 times, most recently from 954b109 to 504bdcf Compare October 29, 2021 17:03
@vasco-santos vasco-santos force-pushed the fix/backup-should-not-have-unique-url branch from 504bdcf to d665ccc Compare October 29, 2021 19:17
@vasco-santos vasco-santos merged commit 14b5c78 into main Oct 29, 2021
@vasco-santos vasco-santos deleted the fix/backup-should-not-have-unique-url branch October 29, 2021 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant