Skip to content

Conversation

@J4Wx
Copy link
Contributor

@J4Wx J4Wx commented Mar 26, 2025

This closes #554

Some changes:

  • When creating a database, unique is only checked against rows where deleted_at is null.
  • When deleting a database that has backups, the state of those backups is set to a new state, "stopped", to as to better represent that they've stopped running in the UI rather than them entering an error state on the next run.
  • In the backups list a backup belonging to a deleted database has the name displayed in red and with a trash can icon, on hover the deleted_at is shown in the tooltip.

Thanks to @dyanakiev for helping me understand the implications of this change.

@saeedvaziry saeedvaziry merged commit 4e5f975 into vitodeploy:2.x Apr 5, 2025
3 checks passed
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.

Removing a database ends up in a weird state

2 participants