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

feat: hard-delete spaces #144

Open
5 tasks
wa0x6e opened this issue Sep 1, 2023 · 2 comments
Open
5 tasks

feat: hard-delete spaces #144

wa0x6e opened this issue Sep 1, 2023 · 2 comments

Comments

@wa0x6e
Copy link
Contributor

wa0x6e commented Sep 1, 2023

Migrating from space's soft-delete to hard-delete

  • Mark the space for deletion
  • Use a background jobs to pick up spaces marked for deletion, then archive all space's related data
  • Once all data are archived and saved, remove the space and all its related data from the DB
  • Remove all user_space_activities_counters associated to the space

Optional:

  • Broadcast space deletion through webhook (service such as sidekick need to be informed, in order to prune all space's associated data)
@wa0x6e wa0x6e changed the title Hard-delete spaces feat: hard-delete spaces Sep 1, 2023
@ChaituVR
Copy link
Member

ChaituVR commented Sep 1, 2023

  • Remove all delete = 0 conditions in hub and sequencer

@wa0x6e
Copy link
Contributor Author

wa0x6e commented Oct 19, 2023

What's the archive format ?

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

No branches or pull requests

2 participants