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

Add docs for MN migration to TimescaleDB instance #2827

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

nikkhils
Copy link
Contributor

Description

Documentation changes to describe migration from self-hosted Multi-node deployments to TimescaleDB instance using COPY or timescaledb-parallel-copy

Links

Fixes #[insert issue link, if any]

Writing help

For information about style and word usage, see the style guide

Review checklists

Reviewers: use this section to ensure you have checked everything before approving this PR:

Subject matter expert (SME) review checklist

  • Is the content technically accurate?
  • Is the content complete?
  • Is the content presented in a logical order?
  • Does the content use appropriate names for features and products?
  • Does the content provide relevant links to further information?

Documentation team review checklist

  • Is the content free from typos?
  • Does the content use plain English?
  • Does the content contain clear sections for concepts, tasks, and references?
  • Have any images been uploaded to the correct location, and are resolvable?
  • If the page index was updated, are redirects required
    and have they been implemented?
  • Have you checked the built version of this content?

@nikkhils nikkhils requested a review from erimatnor November 20, 2023 07:15
Copy link

Allow 10 minutes from last push for the staging site to build. If the link doesn't work, try using incognito mode instead. For internal reviewers, check web-documentation repo actions for staging build status. Link to build for this PR: http://docs-dev.timescale.com/docs-mn_migration

@nikkhils nikkhils self-assigned this Nov 20, 2023
@nikkhils nikkhils added the documentation Improvements or additions to documentation label Nov 20, 2023
@nikkhils nikkhils added this to the TimescaleDB 2.13.0 milestone Nov 20, 2023
_partials/_migrate_post_schema_caggs_etal.md Outdated Show resolved Hide resolved
_partials/_migrate_post_schema_caggs_etal.md Outdated Show resolved Hide resolved
_partials/_migrate_post_schema_caggs_etal.md Outdated Show resolved Hide resolved

```bash
pg_restore -U tsdbadmin -W \
-h <HOST> -p <PORT> --no-owner -Fc \
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need the -Fc here? I think pg_restore figures out this itself and the documentation for pg_dump and pg_restore does not use it.

_partials/_migrate_post_schema_caggs_etal.md Outdated Show resolved Hide resolved
migrate/multi-node-to-timescale-instance.md Outdated Show resolved Hide resolved
migrate/multi-node-to-timescale-instance.md Show resolved Hide resolved
migrate/multi-node-to-timescale-instance.md Outdated Show resolved Hide resolved
migrate/multi-node-to-timescale-instance.md Outdated Show resolved Hide resolved
migrate/multi-node-to-timescale-instance.md Outdated Show resolved Hide resolved
@nikkhils nikkhils merged commit a6ae46a into latest Nov 21, 2023
1 of 2 checks passed
@nikkhils nikkhils deleted the mn_migration branch November 21, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants