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

[Feedback] Page: /migrate/latest/live-migration/ #3580

Open
gabrieloshiro opened this issue Nov 12, 2024 · 1 comment
Open

[Feedback] Page: /migrate/latest/live-migration/ #3580

gabrieloshiro opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form

Comments

@gabrieloshiro
Copy link

Is it easy to find the information you need?

None

Are the instructions clear?

None

How could we improve the Timescale documentation site?

The command

psql -X -d $SOURCE -c 'alter system set wal_sender_timeout=30m'

Throws the following error

ERROR:  trailing junk after numeric literal at or near "30m"
LINE 1: alter system set wal_sender_timeout=30m

I believe the correct command is

psql -X -d $SOURCE -c 'alter system set wal_sender_timeout=30'
@gabrieloshiro gabrieloshiro added community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form labels Nov 12, 2024
Copy link

Thank you for the report. We welcome documentation contributions!

  • For information about how to propose a change, see the contributing guide in our GitHub repository.
  • For information on style and word usage, see the style guide

@atovpeko atovpeko self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form
Projects
None yet
Development

No branches or pull requests

2 participants