DB sanity command #35

Closed
opened 2021-10-25 07:43:05 +00:00 by mpeltriaux · 1 comment
Owner

Status quo

There is no command for checking on data sanity, yet.

To Do

We need a db_cleanup command which includes

  1. Remove of data where deleted was set x days ago -> finally delete them
  2. Remove of garbage data (related objects which might not have been cascade-deleted properly)

This command can then be run once a night using e.g. cron.

# Status quo There is no command for checking on data sanity, yet. # To Do We need a `db_cleanup` command which includes 1. Remove of data where `deleted` was set x days ago -> finally delete them 1. Remove of garbage data (related objects which might not have been cascade-deleted properly) This command can then be run once a night using e.g. cron.
mpeltriaux added the enhancement label 2021-10-25 07:43:05 +00:00
mpeltriaux self-assigned this 2021-10-25 07:43:05 +00:00
mpeltriaux referenced this issue from a commit 2021-11-17 08:32:18 +00:00
mpeltriaux referenced this issue from a commit 2021-11-17 08:32:18 +00:00
mpeltriaux referenced this issue from a commit 2021-11-17 13:33:07 +00:00
mpeltriaux referenced this issue from a commit 2021-11-17 13:33:07 +00:00
Author
Owner

Sanity command will be extended for each relevant use case in a new feature.

Sanity command will be extended for each relevant use case in a new feature.
btuelek referenced this issue from a commit 2024-12-05 12:18:36 +00:00
btuelek referenced this issue from a commit 2024-12-05 12:18:36 +00:00
btuelek referenced this issue from a commit 2024-12-05 12:18:36 +00:00
btuelek referenced this issue from a commit 2024-12-05 12:18:36 +00:00
Sign in to join this conversation.