-
Notifications
You must be signed in to change notification settings - Fork 51
docs: document auto_create_schema for PostgreSQL metadata backend (EN & ZH) #2277
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
Conversation
Co-authored-by: WenyXu <[email protected]>
|
@copilot please update zh doc as well |
Co-authored-by: WenyXu <[email protected]>
Updated Chinese documentation in commit 71fae40. The changes include:
|
killme2008
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@copilot There is a conflict with main branch |
Resolved merge conflict with main branch. The PR has been rebased on the latest main (commit db46439). All documentation changes for the Note: The rebased commits have new hashes due to the rebase:
The branch needs to be force-pushed to update the PR. Since I cannot do this directly, you may need to pull the changes locally and force push, or merge via GitHub's UI which should handle the diverged histories. |
|
@copilot please resolve conflicts |
Conflicts resolved. Successfully rebased on latest main (commit 3b05790). All documentation changes are preserved:
New commit hashes:
The branch requires force push since history was rewritten during rebase. |
Documentation Update for PostgreSQL Auto Schema Creation ✅
This PR updates documentation for the new
auto_create_schemafeature added in GreptimeDB PR #7459.Checklist:
/docs/user-guide/deployments-administration/manage-metadata/configuration.mdto documentauto_create_schemaparameter for PostgreSQL backend/versioned_docs/version-1.0/user-guide/deployments-administration/manage-metadata/configuration.mdwith the same changes/docs/user-guide/deployments-administration/configuration.mdto addmeta_schema_nameandauto_create_schemato metasrv options table/versioned_docs/version-1.0/user-guide/deployments-administration/configuration.mdwith the same changesChanges Summary:
1. English Documentation (nightly and version-1.0)
Metadata Storage Configuration (
manage-metadata/configuration.md):auto_create_schemaparameter (default:true) to PostgreSQL backend configurationConfiguration Reference (
configuration.md):meta_schema_nameentry to metasrv options tableauto_create_schemaentry with description2. Chinese Documentation (nightly and version-1.0)
元数据存储配置 (
manage-metadata/configuration.md):auto_create_schema参数(默认值:true)配置参考 (
configuration.md):meta_schema_name条目到 metasrv 选项表auto_create_schema条目及说明3. Merge Conflict Resolution
Feature Background:
This feature addresses the issue where GreptimeDB metasrv would fail to start if the PostgreSQL schema specified in
meta_schema_namedoesn't exist. The newauto_create_schemaoption (enabled by default) automatically creates the schema before creating metadata tables.Files Changed:
English:
docs/user-guide/deployments-administration/configuration.mddocs/user-guide/deployments-administration/manage-metadata/configuration.mdversioned_docs/version-1.0/user-guide/deployments-administration/configuration.mdversioned_docs/version-1.0/user-guide/deployments-administration/manage-metadata/configuration.mdChinese (zh):
i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.mdi18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/manage-metadata/configuration.mdi18n/zh/docusaurus-plugin-content-docs/version-1.0/user-guide/deployments-administration/configuration.mdi18n/zh/docusaurus-plugin-content-docs/version-1.0/user-guide/deployments-administration/manage-metadata/configuration.mdOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.