-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add ISSU docs #1389
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
feat: Add ISSU docs #1389
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
@as51340 I restructured the docs a bit for better clarity, can you check if everything looks okay before merging?
Looks good to me |
* init * feat: Add support for routing based on replica lag (#1409) * docs: Add docs section for replicas' read lag * docs: Improve wording * restructure content --------- Co-authored-by: matea16 <[email protected]> * bug fix: Disable starting HA cluster when --storage-wal-enabled=false for IN_MEMORY_TRANSACTIONAL storage (#1400) * docs: Document snapshot flags and WAL behavior * Update pages/fundamentals/data-durability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * docs: Document optional init containers (#1407) Co-authored-by: Matea Pesic <[email protected]> * docs: Add support for extraEnv variables (#1401) Co-authored-by: Matea Pesic <[email protected]> * docs: Support custom command for probes (#1397) Co-authored-by: Matea Pesic <[email protected]> * feat: Support MT authentication with bolt+routing on the HA cluster (#1404) * docs: Describe the authentication process * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * feat: Use num committed txns for failover and use replication lag as input for the failover decision (#1403) * docs: Document max_failover_replica_lag * docs: Describe the failover process * docs: Clarify and fix the example * Update pages/clustering/high-availability.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * feat: Add ISSU docs (#1389) * ISSU docs * docs: Explain write and read downtime * restructure docs --------- Co-authored-by: matea16 <[email protected]> Co-authored-by: Matea Pesic <[email protected]> * docs: Document extra hooks, volumes and volume mounts (#1410) Co-authored-by: Matea Pesic <[email protected]> * docs: Document HA telemetry (#1414) * docs: Document telemetry data * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Drop all indexes and constraints docs (#1391) * drop all indexes and constraints * restructure * add drop all indexes and constraints info on index and constraints pages * update callouts --------- Co-authored-by: matea16 <[email protected]> Co-authored-by: Matea Pesic <[email protected]> * feat: Add optional service monitor to HA chart (#1408) * docs: Document optional service monitor * docs: Clean monitoring chapter * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * Remove redundant previous release * Add the first changelog item under memgraph * Add almost half of the Memgraph release noets * Add all available Memgraph release notes * Add all mage release notes * bugfix: make it obvious that user-role maps are not updated (#1419) Co-authored-by: Matea Pesic <[email protected]> * New features: Rename and Force drop database (#1418) * force drop * rename database * updates --------- Co-authored-by: matea16 <[email protected]> * Set nested properties documentation (#1421) * Add documentation for setting nested properties * Apply suggestions from code review * Update cybersecurity guide --------- Co-authored-by: Matea Pesic <[email protected]> * Add text edge index, relevance score and limit parameters to text search docs (#1422) * add relevance score, search limit and text edge index to docs * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Add cosine similarity function docs (#1423) * add cosine similarity function * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Auth on show schema info documentation (#1424) * Add auth on show schema info * Update pages/deployment/workloads/memgraph-in-graphrag.mdx --------- Co-authored-by: Matea Pesic <[email protected]> * Filter with pattern expressions documentation (#1425) * Add pattern expressions * Apply suggestions from code review --------- Co-authored-by: Matea Pesic <[email protected]> * Add the rest of the changelog items * docs: HA system configuration (#1416) * docs: Extract HA system configuration * Update pages/getting-started/install-memgraph/kubernetes.mdx --------- Co-authored-by: Matea Pesic <[email protected]> --------- Co-authored-by: Andi Skrgat <[email protected]> Co-authored-by: Ivan Milinović <[email protected]> Co-authored-by: Marko Budiselic <[email protected]> Co-authored-by: andrejtonev <[email protected]> Co-authored-by: Josipmrden <[email protected]> Co-authored-by: David Ivekovic <[email protected]>
Release note
Added docs and procedure about how to perform 0-downtime upgrade.
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#3172
memgraph/helm-charts#159
memgraph/helm-charts#162
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting