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(stack/end-to-end-security): Skip DB restore if the DB exists #140

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

NickLarsenNZ
Copy link
Member

Companion change: #139

Skip DB restore if the DB exists otherwise it breaks with:

ERROR [flask_migrate] Error: Requested revision 17fcea065655 overlaps with other requested revisions b7851ee5522f

The latter revision being the one that exists in the uploaded dump.

Otherwise it breaks with:

```
ERROR [flask_migrate] Error: Requested revision 17fcea065655 overlaps with other requested revisions b7851ee5522f
```

The latter revision being the one that exists in the uploaded dump.
@NickLarsenNZ NickLarsenNZ self-assigned this Jan 16, 2025
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Jan 16, 2025
Merged via the queue into main with commit 52a7300 Jan 16, 2025
2 checks passed
@NickLarsenNZ NickLarsenNZ deleted the fix/e2e-security-db-restore branch January 16, 2025 16:05
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.

2 participants