Skip to content

[docs] Removed TOC links to PostgreSQL compatibility articles#30280

Merged
sintjuri merged 5 commits intomainfrom
remove-pg-from-docker-docs
Apr 13, 2026
Merged

[docs] Removed TOC links to PostgreSQL compatibility articles#30280
sintjuri merged 5 commits intomainfrom
remove-pg-from-docker-docs

Conversation

@asmyasnikov
Copy link
Copy Markdown
Member

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

...

Copilot AI review requested due to automatic review settings December 8, 2025 09:32
@asmyasnikov asmyasnikov requested a review from a team as a code owner December 8, 2025 09:32
@ydbot
Copy link
Copy Markdown
Collaborator

ydbot commented Dec 8, 2025

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 8, 2025

2025-12-08 09:34:59 UTC Pre-commit check linux-x86_64-release-asan for 88aedc8 has started.
2025-12-08 09:35:17 UTC Artifacts will be uploaded here
2025-12-08 09:37:21 UTC ya make is running...
🟢 2025-12-08 09:37:26 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-12-08 09:37:31 UTC Build successful.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 8, 2025

2025-12-08 09:35:31 UTC Pre-commit check linux-x86_64-relwithdebinfo for 88aedc8 has started.
2025-12-08 09:35:47 UTC Artifacts will be uploaded here
2025-12-08 09:37:54 UTC ya make is running...
🟢 2025-12-08 09:38:00 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-12-08 09:38:05 UTC Build successful.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 8, 2025

🟢 2026-01-16 09:38:18 UTC The validation of the Pull Request description is successful.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request removes the documentation for POSTGRES_USER and POSTGRES_PASSWORD environment variables from the Docker configuration reference in both English and Russian versions.

Key Changes:

  • Removed two table rows documenting PostgreSQL authentication environment variables from the Docker configuration documentation
  • Changes are consistent across both language versions (English and Russian)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
ydb/docs/en/core/reference/docker/configuration.md Removed POSTGRES_USER and POSTGRES_PASSWORD environment variable documentation from the Docker configuration reference table
ydb/docs/ru/core/reference/docker/configuration.md Removed POSTGRES_USER and POSTGRES_PASSWORD environment variable documentation from the Docker configuration reference table (Russian version)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 8, 2025

✅ Documentation build

Revision built successfully
Revision preview link

Build logs

Warnings (4)

⚠️ Incorrect syntax for notes, file ru/devops/observability/alerting.md

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment.md

⚠️ ru/reference/ydb-cli/topic-consumer-add.md: 35: MD001 / heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]

@asmyasnikov
Copy link
Copy Markdown
Member Author

@copilot remove also docs about postgresql compatibility of YDB

  • ydb/docs/en/core/postgresql
  • ydb/docs/ru/core/postgresql

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 13, 2026

@asmyasnikov I've opened a new pull request, #31943, to work on those changes. Once the pull request is ready, I'll request review from you.

@orange13 orange13 added the documentation Improvements or additions to documentation label Jan 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 14, 2026

2026-01-14 07:07:06 UTC Pre-commit check linux-x86_64-relwithdebinfo for f4f19e1 has started.
2026-01-14 07:07:22 UTC Artifacts will be uploaded here
2026-01-14 07:09:31 UTC ya make is running...
🟢 2026-01-14 07:09:36 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-01-14 07:09:41 UTC Build successful.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 14, 2026

2026-01-14 07:10:07 UTC Pre-commit check linux-x86_64-release-asan for f4f19e1 has started.
2026-01-14 07:10:24 UTC Artifacts will be uploaded here
2026-01-14 07:12:30 UTC ya make is running...
🟢 2026-01-14 07:12:36 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-01-14 07:12:41 UTC Build successful.

@asmyasnikov asmyasnikov added the ok-to-test Special label used to approve a PR for testing on our infrastructure label Jan 14, 2026
@github-actions github-actions bot removed the ok-to-test Special label used to approve a PR for testing on our infrastructure label Jan 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 14, 2026

2026-01-14 11:30:28 UTC Pre-commit check linux-x86_64-release-asan for 8f89cde has started.
2026-01-14 11:30:34 UTC Artifacts will be uploaded here
2026-01-14 11:31:52 UTC ya make is running...
🟢 2026-01-14 11:31:58 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-01-14 11:32:05 UTC Build successful.

@asmyasnikov asmyasnikov changed the title Removed POSTGRES_PASSWORD and POSTGRES_USER from docker docs [docs] Removed PostgreSQL compatibility articles and mentions from docs Jan 14, 2026
@github-actions github-actions bot added not-for-changelog and removed documentation Improvements or additions to documentation not-for-changelog labels Jan 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 14, 2026

2026-01-14 11:31:14 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8f89cde has started.
2026-01-14 11:31:18 UTC Artifacts will be uploaded here
2026-01-14 11:32:39 UTC ya make is running...
🟢 2026-01-14 11:32:44 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-01-14 11:32:50 UTC Build successful.

@github-actions
Copy link
Copy Markdown

❌ Documentation build

Revision build failed

Build logs

Errors (25)

❌ ENOENT: no such file or directory, open '/en/postgresql/_includes/alert_preview.md'

❌ ENOENT: no such file or directory, open '/ru/postgresql/_includes/alert_preview.md'

❌ Link is unreachable: en/postgresql/docker-connect.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/functions.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/import.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/intro.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/intro.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/intro.md in en/dev/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/visualization/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/configuration/tls.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/security/encryption/data-in-transit.md.

❌ Link is unreachable: ru/postgresql/functions.md in ru/dev/getting-started.md.

❌ Link is unreachable: ru/postgresql/import.md in ru/changelog-cli.md.

Log was truncated. (10 records)

Warnings (10)

⚠️ Incorrect syntax for notes, file ru/devops/observability/alerting.md

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Title not found: ../postgresql/intro.md in en/dev/index.md

⚠️ Title not found: ../postgresql/intro.md in en/integrations/index.md

⚠️ Title not found: ../postgresql/intro.md in en/reference/index.md

⚠️ Title not found: ../postgresql/intro.md in ru/dev/index.md

⚠️ Title not found: ../postgresql/intro.md in ru/integrations/index.md

⚠️ Title not found: ../postgresql/intro.md in ru/reference/index.md

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment.md

⚠️ ru/reference/ydb-cli/topic-consumer-add.md: 35: MD001 / heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]

@asmyasnikov
Copy link
Copy Markdown
Member Author

@copilot PR have errors

❌ ENOENT: no such file or directory, open '/en/postgresql/_includes/alert_preview.md'

❌ ENOENT: no such file or directory, open '/ru/postgresql/_includes/alert_preview.md'

❌ Link is unreachable: en/postgresql/docker-connect.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/functions.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/import.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/intro.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/intro.md in en/dev/getting-started.md.

❌ Link is unreachable: en/postgresql/intro.md in en/dev/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/visualization/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/configuration/tls.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/security/encryption/data-in-transit.md.

❌ Link is unreachable: ru/postgresql/functions.md in ru/dev/getting-started.md.

❌ Link is unreachable: ru/postgresql/import.md in ru/changelog-cli.md.

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 14, 2026

@asmyasnikov I've opened a new pull request, #31978, to work on those changes. Once the pull request is ready, I'll request review from you.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 16, 2026

2026-01-16 08:42:46 UTC Pre-commit check linux-x86_64-release-asan for a4a008e has started.
2026-01-16 08:43:15 UTC Artifacts will be uploaded here
2026-01-16 08:46:05 UTC ya make is running...
🟢 2026-01-16 08:46:12 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-01-16 08:46:18 UTC Build successful.

@github-actions
Copy link
Copy Markdown

❌ Documentation build

Revision build failed

Build logs

Errors (2)

❌ ENOENT: no such file or directory, open '/en/integrations/visualization/finebi.md'

❌ ENOENT: no such file or directory, open '/ru/integrations/visualization/finebi.md'

Warnings (4)

⚠️ Incorrect syntax for notes, file ru/devops/observability/alerting.md

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment.md

⚠️ ru/reference/ydb-cli/topic-consumer-add.md: 35: MD001 / heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]

@github-actions
Copy link
Copy Markdown

❌ Documentation build

Revision build failed

Build logs

Errors (11)

❌ Link is unreachable: en/postgresql/docker-connect.md in en/integrations/visualization/finebi.md.

❌ Link is unreachable: en/postgresql/functions.md in en/integrations/visualization/finebi.md.

❌ Link is unreachable: en/postgresql/import.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/import.md in en/reference/ydb-cli/commands.md.

❌ Link is unreachable: en/postgresql/intro.md in en/changelog-cli.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/visualization/finebi.md.

❌ Link is unreachable: en/postgresql/intro.md in en/integrations/visualization/index.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/ydb-cli/workload-click-bench.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/ydb-cli/workload-tpcds.md.

❌ Link is unreachable: en/postgresql/intro.md in en/reference/ydb-cli/workload-tpch.md.

Warnings (3)

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Title not found: ../../../../devops/deployment-options/manual/initial-deployment/index.md#create-db in ru/reference/ydb-cli/export-import/tools-dump.md

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment/deployment-configuration-v1.md

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

2026-03-27 10:47:20 UTC Pre-commit check linux-x86_64-release-asan for 63f1796 has started.
2026-03-27 10:47:27 UTC Artifacts will be uploaded here
2026-03-27 10:49:54 UTC ya make is running...
🟢 2026-03-27 10:50:00 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-03-27 10:50:03 UTC Build successful.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

2026-03-27 10:47:23 UTC Pre-commit check linux-x86_64-relwithdebinfo for 63f1796 has started.
2026-03-27 10:47:43 UTC Artifacts will be uploaded here
2026-03-27 10:50:10 UTC ya make is running...
🟢 2026-03-27 10:50:16 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-03-27 10:50:20 UTC Build successful.

@github-actions
Copy link
Copy Markdown

❌ Documentation build

Revision build failed

Build logs

Errors (4)

❌ Link is unreachable: en/integrations/postgresql/intro.md in en/integrations/index.md.

❌ Link is unreachable: en/integrations/postgresql/intro.md in en/integrations/visualization/index.md.

❌ Link is unreachable: ru/integrations/postgresql/intro.md in ru/integrations/index.md.

❌ Link is unreachable: ru/integrations/postgresql/intro.md in ru/integrations/visualization/index.md.

Warnings (3)

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Title not found: ../../../../devops/deployment-options/manual/initial-deployment/index.md#create-db in ru/reference/ydb-cli/export-import/tools-dump.md

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment/deployment-configuration-v1.md

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

2026-03-27 11:18:57 UTC Pre-commit check linux-x86_64-relwithdebinfo for ba22224 has started.
2026-03-27 11:19:15 UTC Artifacts will be uploaded here
2026-03-27 11:21:27 UTC ya make is running...
🟢 2026-03-27 11:21:32 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-03-27 11:21:37 UTC Build successful.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

2026-03-27 11:18:57 UTC Pre-commit check linux-x86_64-release-asan for ba22224 has started.
2026-03-27 11:19:16 UTC Artifacts will be uploaded here
2026-03-27 11:21:32 UTC ya make is running...
🟢 2026-03-27 11:21:38 UTC Tests successful.

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2026-03-27 11:21:43 UTC Build successful.

@github-actions
Copy link
Copy Markdown

✅ Documentation build

Revision built successfully
Revision preview link

Build logs

Warnings (2)

⚠️ Skip error: SkippedEvalError: Cannot apply an unsupported filter: ansible_config_file | dirname

⚠️ Variable ansible_config_file | dirname not found in ru/devops/deployment-options/ansible/initial-deployment/deployment-configuration-v1.md

@sintjuri sintjuri merged commit 1263f47 into main Apr 13, 2026
10 checks passed
@sintjuri sintjuri deleted the remove-pg-from-docker-docs branch April 13, 2026 18:20
@ydbot
Copy link
Copy Markdown
Collaborator

ydbot commented Apr 13, 2026

Backport

To backport this PR, click the button next to the target branch and then click "Run workflow" in the Run Actions UI.

Branch Run
stable-25-4, stable-25-4-1, stable-26-1, stable-26-1-1 ▶  Backport
stable-26-1, stable-26-1-1 ▶  Backport
stable-26-1 ▶  Backport

▶  Backport manual

ydbot pushed a commit that referenced this pull request Apr 13, 2026
Co-authored-by: Stepan Beloyarov <beloyarovstep@yandex-team.ru>
Co-authored-by: SixOnMyface <103491956+SixOnMyface@users.noreply.github.com>
ydbot pushed a commit that referenced this pull request Apr 13, 2026
Co-authored-by: Stepan Beloyarov <beloyarovstep@yandex-team.ru>
Co-authored-by: SixOnMyface <103491956+SixOnMyface@users.noreply.github.com>
ydbot pushed a commit that referenced this pull request Apr 13, 2026
Co-authored-by: Stepan Beloyarov <beloyarovstep@yandex-team.ru>
Co-authored-by: SixOnMyface <103491956+SixOnMyface@users.noreply.github.com>
ydbot pushed a commit that referenced this pull request Apr 13, 2026
Co-authored-by: Stepan Beloyarov <beloyarovstep@yandex-team.ru>
Co-authored-by: SixOnMyface <103491956+SixOnMyface@users.noreply.github.com>
ydbot pushed a commit that referenced this pull request Apr 13, 2026
Co-authored-by: Stepan Beloyarov <beloyarovstep@yandex-team.ru>
Co-authored-by: SixOnMyface <103491956+SixOnMyface@users.noreply.github.com>
ydbot added a commit that referenced this pull request Apr 14, 2026
ydbot added a commit that referenced this pull request Apr 14, 2026
ydbot added a commit that referenced this pull request Apr 14, 2026
ydbot added a commit that referenced this pull request Apr 14, 2026
ydbot added a commit that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants