Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
313 changes: 0 additions & 313 deletions migrate_bucket.adoc

This file was deleted.

5 changes: 3 additions & 2 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ include::third-party:partial$nav.adoc[]
** xref:manage:manage-buckets/create-bucket.adoc[Create a Bucket]
** xref:manage:manage-buckets/edit-bucket.adoc[Edit a Bucket]
** xref:manage:manage-buckets/flush-bucket.adoc[Flush a Bucket]
** xref:manage:manage-buckets/delete-bucket.adoc[Drop a Bucket]
** xref:manage:manage-buckets/migrate-bucket.adoc[]
** xref:manage:manage-buckets/delete-bucket.adoc[Drop a Bucket]
** xref:manage:manage-buckets/migrate-bucket.adoc[]
** xref:manage:manage-buckets/change-ejection-policy.adoc[]
* xref:manage:manage-scopes-and-collections/manage-scopes-and-collections.adoc[Manage Scopes and Collections]
* xref:manage:manage-logging/manage-logging.adoc[Manage Logging]
* xref:manage:manage-settings/manage-settings.adoc[Manage Settings]
Expand Down
27 changes: 27 additions & 0 deletions modules/introduction/partials/new-features-80.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,32 @@ The metric includes the first 32 characters sent by any clients up to the first
and limits the number of metrics to 100.
Additional information sent by clients at connection time can be found in the logs.

[#ejection-policy-without-restart]
https://jira.issues.couchbase.com/browse/MB-67082[MB-67082] Allow eviction policy to be changed without bucket restart::
The new `noRestart` parameter for the `/pools/default/buckets/{BUCKET-NAME}` REST API lets you change the ejection policy of a Couchbase bucket without automatically restarting it.
If you prevent the restart, perform one of the following:
+
--
* A swap rebalance
* On each data node, perform a graceful failover, then either a delta (when not performing a storage backend migration) or full recovery followed by a rebalance.
--
+
Either of these procedures lets you avoid the downtime associated with restarting the bucket.
For more information, see xref:manage:manage-buckets/change-ejection-policy.adoc[].

+
This setting is useful when you migrate a bucket to a new storage engine that would benefit from a new ejection policy.
For example, you should consider changing a bucket's ejection policy to Full Ejection when migrating a bucket to the xref:learn:buckets-memory-and-storage/storage-engines.adoc#storage-engine-magma[Magma storage engine].
Using the `noRestart` parameter, you can change the ejection policy at the same time you migrate the bucket to the new storage engine.
See xref:manage:manage-buckets/migrate-bucket.adoc[] for more information.

[#ejection-ephemeral-buckets]
https://jira.issues.couchbase.com/browse/MB-64104[MB-64104] Allow changing the ejection policy of ephemeral buckets::
You can now change the ejection policy of an ephemeral bucket using the Couchbase Server Web Console and the REST API.
Unlike Couchstore buckets, changing the ejection policy of an ephemeral bucket does not require a bucket restart or other additional steps.
For more information, see xref:manage:manage-buckets/change-ejection-policy.adoc[].


[#section-new-feature-800-disk-limits]
https://jira.issues.couchbase.com/browse/MB-59113[MB-59113] Prevent buckets from causing nodes to run out of disk space::
You can configure Couchbase Server to prevent the Data Service from writing to the data service path once the filesystem has filled to a configurable threshold.
Expand Down Expand Up @@ -254,6 +280,7 @@ include::learn:partial$maintain-durability-warning.adoc[]
See xref:learn:data/durability.adoc#maintaining-durable-writes[Maintaining Durable Writes During Single Replica Failovers] for more information about this feature.



[#section-new-feature-800-backup-service]
=== Backup and Restore
https://jira.issues.couchbase.com/browse/MB-44863[MB-44863]::
Expand Down
Loading