-
Couldn't load subscription status.
- Fork 183
Merging in recent changes #3599
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
Merged
ggray-cb
merged 21 commits into
DOC-12187_file_based_rebalance_w_node_clause
from
release/7.6.2
Jun 5, 2024
Merged
Merging in recent changes #3599
ggray-cb
merged 21 commits into
DOC-12187_file_based_rebalance_w_node_clause
from
release/7.6.2
Jun 5, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added a 7.6.2 What's New section, with an entry for this feature.
* Added a line to the Read-Only Admin role on the Roles page to cover the backup privileges.
* Heavily refactored the following reference pages to add clarity and neet documentation style guide requirements, along with adding that the read-only admin role now could call these APIs:
** Get Backup Repository Information
** Get Backup Task History
** Get Backup Plan Information
** Manage Backup Configuration. Note: This was heavily edited because the original had many errors. Also removed history_rotation_period parameter because it seems to be removed from the product. It cannot be set via this API and is not returned from the GET call. Also removed the PUT method because it doesn't seem to work anymore.
** Get Information on the Cluster
Note: two other REST API endpoints mentioned in the JIRA (/cluster/self/repository/{state}/{id}/checkAccess, and /cloud/credentials) are undocumented. Therefore, I have not made any changes for them. I'm unsure if their being undocumented was intentional or an oversight. If they should be documented, please open a documentation bug.
… documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial)
* Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition
* Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list
* Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell
* Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com>
* Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk>
* Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples
…#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc
* Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query
…notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard.
…ger: corrected references and tidied up the text. (#3592)
* [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-12112 no vbucket replica warning (#3552) (#3556) * Fixed screenshot. Completed draft of changes. * Moved the Failover Node button click to its own step. * Made screenshots a bit bigger, additional edits to text. (cherry picked from commit dd9106e) * DOC-12009 arbiter node license and sizing (#3541) * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-12075 update repo license (#3561) (#3576) * Adding full license text. Also adding license section to the README pointing to the license file and linking ot the CC site. (cherry picked from commit 9853568) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
ggray-cb
added a commit
that referenced
this pull request
Jul 12, 2024
…3600) * Cherrypicked two changes made after trainwreck. * Merging in recent changes (#3599) * Doc 12140 read only admin backup privs (#3579) * Added a 7.6.2 What's New section, with an entry for this feature. * Added a line to the Read-Only Admin role on the Roles page to cover the backup privileges. * Heavily refactored the following reference pages to add clarity and neet documentation style guide requirements, along with adding that the read-only admin role now could call these APIs: ** Get Backup Repository Information ** Get Backup Task History ** Get Backup Plan Information ** Manage Backup Configuration. Note: This was heavily edited because the original had many errors. Also removed history_rotation_period parameter because it seems to be removed from the product. It cannot be set via this API and is not returned from the GET call. Also removed the PUT method because it doesn't seem to work anymore. ** Get Information on the Cluster Note: two other REST API endpoints mentioned in the JIRA (/cluster/self/repository/{state}/{id}/checkAccess, and /cloud/credentials) are undocumented. Therefore, I have not made any changes for them. I'm unsure if their being undocumented was intentional or an oversight. If they should be documented, please open a documentation bug. * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) * Merging in 7.6 changes (#3598) * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-12112 no vbucket replica warning (#3552) (#3556) * Fixed screenshot. Completed draft of changes. * Moved the Failover Node button click to its own step. * Made screenshots a bit bigger, additional edits to text. (cherry picked from commit dd9106e) * DOC-12009 arbiter node license and sizing (#3541) * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-12075 update repo license (#3561) (#3576) * Adding full license text. Also adding license section to the README pointing to the license file and linking ot the CC site. (cherry picked from commit 9853568) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> * Added What's New entry, which apparently got lost in the shuffle. * Adding bullet to What's New Entry. * Cherry picking this commit from broken branch * Some work in removing statements about the WITH <node> restrictions, and added 7.6 specific admonition to state that < 7.6.2 had this restriction. * Added detail that file-based rebalance works on the next rebalance if you have not yet created any indexes in the database. (cherry picked from commit c51560c) * Cherrypicked two changes made after trainwreck. (cherry picked from commit 5681c09) Cherrypicking these *again* * Added What's New entry, which apparently got lost in the shuffle. (cherry picked from commit 25c0da0) * Re-adding the toc-level setting * Fix issue edits that went missing with the git issues. * Changed based on Bath's feedback. * Based on Varun's feedback, you still cannot use WITH <node> with file-based rebalance enabled. * Merghed in changes --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
bfavini
pushed a commit
that referenced
this pull request
Jul 19, 2024
* DOC-12112 no vbucket replica warning (#3552) (#3557) * Fixed screen. Completed draft of changes. * Moved the Failover Node button click to its own step. * Made screenshots a bit bigger, additional edits to text. (cherry picked from commit dd9106e) * Doc 12009 arbiter node license and sizing (#3558) * DOC-12075 update repo license (#3561) * Adding full license text. Also adding license section to the README pointing to the license file and linking ot the CC site. (cherry picked from commit 9853568) (cherry picked from commit 37d01b8) * * Changed the description of the OOM error to reflect the new messaging, although the UI description hasn;t changed. (#3582) * Fixed the REST API method name for indexer_low_resident_percentage which was incorrect. * Limited fixups for doc standards. * Doc 12140 read only admin backup privs (#3579) * Added a 7.6.2 What's New section, with an entry for this feature. * Added a line to the Read-Only Admin role on the Roles page to cover the backup privileges. * Heavily refactored the following reference pages to add clarity and neet documentation style guide requirements, along with adding that the read-only admin role now could call these APIs: ** Get Backup Repository Information ** Get Backup Task History ** Get Backup Plan Information ** Manage Backup Configuration. Note: This was heavily edited because the original had many errors. Also removed history_rotation_period parameter because it seems to be removed from the product. It cannot be set via this API and is not returned from the GET call. Also removed the PUT method because it doesn't seem to work anymore. ** Get Information on the Cluster Note: two other REST API endpoints mentioned in the JIRA (/cluster/self/repository/{state}/{id}/checkAccess, and /cloud/credentials) are undocumented. Therefore, I have not made any changes for them. I'm unsure if their being undocumented was intentional or an oversight. If they should be documented, please open a documentation bug. * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) * Merging in 7.6 changes (#3598) * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-12112 no vbucket replica warning (#3552) (#3556) * Fixed screenshot. Completed draft of changes. * Moved the Failover Node button click to its own step. * Made screenshots a bit bigger, additional edits to text. (cherry picked from commit dd9106e) * DOC-12009 arbiter node license and sizing (#3541) * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-12075 update repo license (#3561) (#3576) * Adding full license text. Also adding license section to the README pointing to the license file and linking ot the CC site. (cherry picked from commit 9853568) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> * Doc 12046 enable cross cluster versioning warning (#3603) * * Added admonitions about the enableCrossClusterVersioning * Updated example in Getting Bucket Information to catch changes since the last time it was updated. * Deleted stay blank line * Fixed include link * Updated example description to fix several issues. * Update based on Hyun-Ju's feedback. * DOC-12190: Add REST API to get active/completed requests (#3605) * Update links to Analytics REST API operations * Add active and completed requests * DOC-12189 cbq in tools package (#3604) * Added cbq to list of tools installed by the tools package. * Edited doc to meet doc standards. * DOC-12044 set cbbackupmgr threads (#3606) * First draft * Added mWhat's New entry * Updated based on Hyun-Ju's feedback and some additional minor edits. * Change based on Nour's feedback. * DOC-12207-Release-note-for-Couchbase-Server-7.6.2 (#3589) * DOC-12188 new failover recovery metrics (#3601) * Updating metrics json file for cm. (cherry picked from commit d35cead8c14801187e59c5e9443334e509675737) * Deja vu checkin * Added indications that two backup-related features were adding in 7.6.2 (#3613) * Merge pull request #3617 * DOC-12207 Release note for Couchbase Server 7.6.2 * [MULTIPLE ISSUES] Adding What's New info for all Search improvements in 7.6.2 * DOC-12207 Release note for Couchbase Server 7.6.2 (#3620) * NO ISSUE: What's new updates for Couchbase Server release 7.6.2 (#3621) * DOC-11756 JavaScript UDF updates in Query * DOC-12048 Defer build default setting for Index * DOC-12189 Server tools package includes cbq * DOC-12207 Release note for Couchbase Server 7.6.2 (#3624) * Update to release note. (#3625) * Update to release note. * DOC-12207 Release note for Couchbase Server 7.6.2 * Added link for archive documentation. (#3631) Corrected erroneous anchor. * DOC-12048: Correction for new deferred build setting (#3630) * Added link for archive documentation. (#3632) Corrected erroneous anchor. * DOC-12190 active complete request api What's New entry (#3618) * CLeaning up duplication caused by stupid git conflicts * Adding What's New entry for the request api. * Adding bullet point * Merge pull request #3639 * Added planner fix. * Returning now missing section (#3640) * Adding mention of macOS support. (#3641) Tidying up some of the informal text. * DOC-12187 File based rebalance now supports placing indexes on nodes (#3600) * Cherrypicked two changes made after trainwreck. * Merging in recent changes (#3599) * Doc 12140 read only admin backup privs (#3579) * Added a 7.6.2 What's New section, with an entry for this feature. * Added a line to the Read-Only Admin role on the Roles page to cover the backup privileges. * Heavily refactored the following reference pages to add clarity and neet documentation style guide requirements, along with adding that the read-only admin role now could call these APIs: ** Get Backup Repository Information ** Get Backup Task History ** Get Backup Plan Information ** Manage Backup Configuration. Note: This was heavily edited because the original had many errors. Also removed history_rotation_period parameter because it seems to be removed from the product. It cannot be set via this API and is not returned from the GET call. Also removed the PUT method because it doesn't seem to work anymore. ** Get Information on the Cluster Note: two other REST API endpoints mentioned in the JIRA (/cluster/self/repository/{state}/{id}/checkAccess, and /cloud/credentials) are undocumented. Therefore, I have not made any changes for them. I'm unsure if their being undocumented was intentional or an oversight. If they should be documented, please open a documentation bug. * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) * Merging in 7.6 changes (#3598) * [DOC-11985] Cleaning up old fts/ files that have been replaced by new documentation. (#3546) Changing nav.adoc to move search partial and remove all fts content (it's moving to docs-devex nav partial) * DOC-11702: IA Phase 2 — Backport IA refresh to server (#3545) * Update nav for devex docs * Query workbench: add signposting and escape hatch * Query workbench: put results before insights * Remove Import Documents from Manage nav * Import Documents: add pagination and signposting, fix links and heading titles * Remove Manage Indexes from Manage nav * Remove Monitor Queries and Monitor Indexes from Monitor nav * Add Manage Documents dev guide * Update Couchbase Web Console doc to cut down on documentation management instructions * Update Manage Indexes doc to cut down on query workbench instructions * Add Index Advice for CE to query workbench doc * Minor updates to Query Monitoring * Temp fix for Eventing section * Rename settings and parameters * Rename Monitor Queries → Manage and Monitor Queries * Manage documents: Add further information about spreadsheet view, copying existing records, etc. * Add component signposts and escape hatches where needed * Minor formatting changes for import documents, manage and monitor indexes * Synchronize tabs in CBQ and Query Settings * Fix request-level REST API example in Query Settings * Move analytics icon to analytics repo * Delete tools-ref * DOC-10181: Query Monitor is only available in Enterprise Edition * DOC-12112 no vbucket replica warning (#3552) (#3556) * Fixed screenshot. Completed draft of changes. * Moved the Failover Node button click to its own step. * Made screenshots a bit bigger, additional edits to text. (cherry picked from commit dd9106e) * DOC-12009 arbiter node license and sizing (#3541) * DOC-7394: Remove N1QL auditing and backfill pages (#3553) * Add expanded backfill information to Query settings with UI * Add page aliases for old backfill page * Formatting fix for Query settings with REST API * Add source highlighting for vBucket examples * Move comment which breaks up bulleted list * DOC-10864: Migrate cbq page to docs-devex (#3560) * Remove tools:cbq-shell from docs-server * Update links to tools:cbq-shell * [DOC-11930] Move Eventing nav to docs-devex (#3525) * Moved Eventing nav to a partial in the docs-devex repo * Removed extra spacing * DOC-11398 sample bucket loading status (#3547) * Initial changes to the manage topic on loading example buckets. * Full draft. Cleanup of docs to meet standards. * Some more edits * Added What's New entry * Removed space * Update modules/introduction/partials/new-features-76.adoc Typo fix by Peter. Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * Added description of the inventory scope back to discussion of the travel_sample bucket. --------- Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> * DOC-11837 multiple backup service issues (#3559) * Finished revisions to existing documentation. Added section on sizing the number of Backup Service nodes to address DOC-11837 * Misc. edits and corrections. * More edits and typo fixes * Yet more last minute edits * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Update modules/learn/pages/services-and-indexes/services/backup-service.adoc Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * Updates based on Matt's feedback. * Fixes suggested by Beth. --------- Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> * DOC-10865: Migrate settings reference to docs-devex (#3563) * Move query-settings out to docs-devex * Update links to query-settings * Move settings examples out to doc-devex * Update includes for settings examples * [DOC-12157] Search Service Known Issue release note for 7.6 and 7.6.1 (#3568) * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * Small fix to update heading level * Update docs-server-7.6-release-note.adoc * Update docs-server-7.6.1-release-note.adoc * DOC-12116 Typo in Server + Capella Release Notes for Partner (#3573) * DOC-12075 update repo license (#3561) (#3576) * Adding full license text. Also adding license section to the README pointing to the license file and linking ot the CC site. (cherry picked from commit 9853568) * DOC-11231: Migrate Monitoring Queries page to Devex (#3577) * Move monitoring-n1ql-query to docs-devex * Update links to monitoring-n1ql-query * Quickfix: correct enterprise edition (#3581) * DOC-12163 thp-disable steps are not applicable to Rocky linux (#3578) * DOC-12163 thp-disable steps are not applicable to Rocky linux * DOC-12163 thp-disable steps are not applicable to Rocky linux: Moved the `sudo systemctl enable disable-thp` to the end of the instruction sequence. * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs (#3580) * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs * DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbase Docs: corrected grammar mistake. * Revert "DOC-12164.7.6 Feedback on Swap Space and Kernel Swappiness | Couchbas…" (#3587) This reverts commit fdb1768. * Update FTS Metrics Reference (#3588) * DOC-12165 Add .NET SDK compatibility notes to What's New and release notes (#3572) * Draft of changes * Removing warning about a now-unavailable version of the SDK as suggested by Richard. * Update xdcr-overview.adoc for 7.6 (#3591) DOC-12002 * DOC-11830 Backup Service references ns_server instead of Cluster Manager: corrected references and tidied up the text. (#3592) --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> * Added What's New entry, which apparently got lost in the shuffle. * Adding bullet to What's New Entry. * Cherry picking this commit from broken branch * Some work in removing statements about the WITH <node> restrictions, and added 7.6 specific admonition to state that < 7.6.2 had this restriction. * Added detail that file-based rebalance works on the next rebalance if you have not yet created any indexes in the database. (cherry picked from commit c51560c) * Cherrypicked two changes made after trainwreck. (cherry picked from commit 5681c09) Cherrypicking these *again* * Added What's New entry, which apparently got lost in the shuffle. (cherry picked from commit 25c0da0) * Re-adding the toc-level setting * Fix issue edits that went missing with the git issues. * Changed based on Bath's feedback. * Based on Varun's feedback, you still cannot use WITH <node> with file-based rebalance enabled. * Merghed in changes --------- Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Hakim <hakim.cassimally@couchbase.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> * adding-index-upgrade-issue-to-branch-7.6.2 (#3642) * Added Eventing updates to What's New page (#3629) * Added Eventing updates to What's New page * Update new-features-76_2.adoc * Update new-features-76_2.adoc * Updated fixed issues for Eventing * SDK-related features (#3643) * SDK-related features * C++ details * Correct apostrophe * to --> with * DOC-12357 Remove new features from release notes (#3646) * Adding support for Ubuntu 24.04 --------- Co-authored-by: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Co-authored-by: sarahlwelton <110928505+sarahlwelton@users.noreply.github.com> Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com> Co-authored-by: Julia B <150837331+julia-cb@users.noreply.github.com> Co-authored-by: Peter Searby <6184793+Peter-Searby@users.noreply.github.com> Co-authored-by: Matt Hall <matthew@quickbeam.me.uk> Co-authored-by: Ray Offiah <77050471+RayOffiah@users.noreply.github.com> Co-authored-by: Chris Malarky <chris@malarky.org> Co-authored-by: Richard Smedley <rgsmedley@gmail.com> Co-authored-by: Sarah Welton <sarah.welton@couchbase.com> Co-authored-by: Ray Offiah <ray.offiah@couchbase.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.