migration to another DB backend #3336#3343
Open
mkf-sysangels wants to merge 10 commits intobunkerity:devfrom
Open
migration to another DB backend #3336#3343mkf-sysangels wants to merge 10 commits intobunkerity:devfrom
mkf-sysangels wants to merge 10 commits intobunkerity:devfrom
Conversation
migration to another DB backend bunkerity#3336
Quoted env file values cause database connection failure
Member
|
Hi @mkf-sysangels, great idea. I’d prefer each P/R to be small, atomic, and independent, without depending on other open P/Rs, since GitHub recommends “small, focused pull requests that fulfill a single purpose” because they’re easier to review and merge. |
Author
|
thank you for the information. As the initial version is still alpha i need first fix issues to make it working on all scenarios. First migration SQLLite > mysql-cluster was successful Currently fixing mysql > postgresql patroni cluster As soon as i have full cycle i will call it beta so others can test it too. |
- fix postgres connection on patroni configuration (postgresql cluster) - fix SSL connect error on wrong selected root CA PEM - fetch root CA when cert is issued by trusted CA - add timeouts - add PID file - add debug logging - compare TLS conections for differences - abort on critical certificate error
- fix TUI scrolling and size changes - fix ssl connection issue - add --auto-switch for instant migration
fix errors on migration to SQLLite
Author
|
I successfully migrated: SQLLite > mysql > postgrsql > mysql > SQLLite Ready for public review Status: |
…ces are not re-synced afterward in the migration utility. data rows are imported with explicit id values, but sequences are not re-synced afterward in the migration utility. adding an automatic sequence reset step right after import so next inserts use MAX(id)+1
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.
migration to another DB backend #3336
this PR has several other dependencies that will be published in separate PRs. Current state is ALPHA until the dependencies will be fixed.