-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Fix Postgres 18+ mount path in documentation (index.mdx only) #18192
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
Fix Postgres 18+ mount path in documentation (index.mdx only) #18192
Conversation
|
@soyun11 Thank you for the contribution! Could you fix the following issue(s)? ⚠ DCO checkThe DCO check failed. Please sign off your commit(s) by following the instructions here. See https://github.com/mlflow/mlflow/blob/master/CONTRIBUTING.md#sign-your-work for more details. |
8c5a4a9 to
54d760c
Compare
Signed-off-by: soyun11 <[email protected]>
c46afa1 to
7e01ceb
Compare
|
Hi maintainers , I've updated this PR to only include the documentation fix for PostgreSQL 18+.
This should now be ready for review. |
docs/docs/classic-ml/tracking/tutorials/remote-server/index.mdx
Outdated
Show resolved
Hide resolved
|
Documentation preview for 4a57c40 is available at:
Changed Pages (1)More info
|
| - 5432:5432 | ||
| volumes: | ||
| - ./postgres-data:/var/lib/postgresql/data | ||
| - ./postgres-data:/var/lib/postgresql |
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.
@soyun11 incorrect indentation
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.
Indentation is corrected now.
docs/docs/classic-ml/tracking/tutorials/remote-server/index.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Yuki Watanabe <[email protected]> Signed-off-by: soyun11 <[email protected]>
…#18192) Signed-off-by: soyun11 <[email protected]> Signed-off-by: soyun11 <[email protected]> Co-authored-by: soyun11 <[email protected]> Co-authored-by: Yuki Watanabe <[email protected]>
Signed-off-by: soyun11 <[email protected]> Signed-off-by: soyun11 <[email protected]> Co-authored-by: soyun11 <[email protected]> Co-authored-by: Yuki Watanabe <[email protected]>
🛠 DevTools 🛠
Install mlflow from this PR
For Databricks, use the following command:
Related Issues/PRs
Resolve #18161
What changes are proposed in this pull request?
Updated the MLflow documentation to fix the Postgres volume path for PostgreSQL ≥18 in index.mdx.
This ensures users following the remote server tutorial see the correct path and avoid confusion with container mounts.
How is this PR tested?
Does this PR require documentation update?
Release Notes
Is this a user-facing change?
What component(s), interfaces, languages, and integrations does this PR affect?
Components
area/tracking: Tracking Service, tracking client APIs, autologgingarea/models: MLmodel format, model serialization/deserialization, flavorsarea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/evaluation: MLflow model evaluation features, evaluation metrics, and evaluation workflowsarea/gateway: MLflow AI Gateway client APIs, server, and third-party integrationsarea/prompts: MLflow prompt engineering features, prompt templates, and prompt managementarea/tracing: MLflow Tracing features, tracing APIs, and LLM tracing functionalityarea/projects: MLproject format, project running backendsarea/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesHow should the PR be classified in the release notes? Choose one:
rn/none- No description will be included. The PR will be mentioned only by the PR number in the "Small Bugfixes and Documentation Updates" sectionrn/breaking-change- The PR will be mentioned in the "Breaking Changes" sectionrn/feature- A new user-facing feature worth mentioning in the release notesrn/bug-fix- A user-facing bug fix worth mentioning in the release notesrn/documentation- A user-facing documentation change worth mentioning in the release notesShould this PR be included in the next patch release?
Yesshould be selected for bug fixes, documentation updates, and other small changes.Noshould be selected for new features and larger changes. If you're unsure about the release classification of this PR, leave this unchecked to let the maintainers decide.What is a minor/patch release?
Bug fixes, doc updates and new features usually go into minor releases.
Bug fixes and doc updates usually go into patch releases.