8000 Implement --skip-collations. by dimitri · Pull Request #160 · dimitri/pgcopydb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement --skip-collations. #160

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

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Implement --skip-collations. #160

merged 1 commit into from
Dec 5, 2022

Conversation

dimitri
Copy link
Owner
@dimitri dimitri commented Dec 5, 2022

In case when the target database does not have the same collation provider as the source database, or just different collation names, then a mapping needs to be done before using pgcopydb. Then this option is useful for skipping the pg_restore steps that re-install the source collations.

Fixes #157.

In case when the target database does not have the same collation provider
as the source database, or just different collation names, then a mapping
needs to be done before using pgcopydb. Then this option is useful for
skipping the pg_restore steps that re-install the source collations.
@dimitri dimitri merged commit d1b56d6 into main Dec 5, 2022
@dimitri dimitri deleted the feature/skip-collations branch December 5, 2022 17:55
@dimitri dimitri mentioned this pull request Apr 3, 2023
arajkumar added a commit to arajkumar/pgcopydb that referenced this pull request Sep 18, 2024
Currently, we expect setting REPLICA IDENTITY FULL on CAGGs to succeed.
While this works most of the time, it fails when CAGGs have compression
enabled.

This commit introduces a warning and allows the process to continue even
if setting REPLICA IDENTITY FULL fails.

Fixes https://linear.app/timescale/issue/DAT-59

Reported by timescale/Support-Dev-Collab#2029

---------

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
Co-authored-by: James Guthrie <JamesGuthrie@users.noreply.github.com>
arajkumar added a commit to arajkumar/pgcopydb that referenced this pull request Sep 18, 2024
11b22dc  Fix deadlock during pipeline sync (dimitri#161)
fe677b3 Warn and Skip Setting REPLICA IDENTITY FULL on CAGGs (dimitri#160)
85369e3 Improve error propagation via telemetry (dimitri#159)
1784ff6 Fix “Argument list too long” error when using psql (dimitri#158)
4969f80 Retain logs directory for debugging purposes (dimitri#157)
fdbdbbc Add rds_tools into extension skip list (dimitri#156)

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
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.

Adding --skip-collations to pgcopydb
1 participant
0