fix(stack/end-to-end-security): Skip DB restore if the DB exists#139
Merged
NickLarsenNZ merged 1 commit intorelease-24.11from Jan 16, 2025
Merged
fix(stack/end-to-end-security): Skip DB restore if the DB exists#139NickLarsenNZ merged 1 commit intorelease-24.11from
NickLarsenNZ merged 1 commit intorelease-24.11from
Conversation
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.
8b2a120 to
166691c
Compare
Techassi
approved these changes
Jan 16, 2025
83 tasks
This was referenced Jan 16, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 30, 2025
* chore(release): Update stackableRelease to 24.11 * chore(release): Update image references with stackable24.11.0 * chore(release): Replace githubusercontent references main->release-24.11 * chore: Change docs version from nightly to 24.11 * chore: Remove superfluous page-aliases * chore: Explicitly bump 24.11.0 to 24.11.1 These changes should be pulled into `main`, but this script needs more work. * chore(release): Update image references with stackable24.11.1 * fix(stack/end-to-end-security): Skip DB restore if the DB exists (#139) 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. * change references back to main etc. * prepare update_refs for next release * typo * revert changes for products * set images back to dev except 24.3.0 exceptions * Update .scripts/update_refs.sh Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --------- Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech> Co-authored-by: Techassi <git@techassi.dev> Co-authored-by: Nick Larsen <nick.larsen@stackable.tech> Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Otherwise it breaks with:
The latter revision being the one that exists in the uploaded dump.
test
💩 fails