diff --git a/content/enterprise_influxdb/v1/query_language/manage-database.md b/content/enterprise_influxdb/v1/query_language/manage-database.md index 4a1f09b7a4..d13e5e56b9 100644 --- a/content/enterprise_influxdb/v1/query_language/manage-database.md +++ b/content/enterprise_influxdb/v1/query_language/manage-database.md @@ -317,6 +317,10 @@ For example, if a write request tries to write data to a retention policy with a `PAST LIMIT 6h` and there are points in the request with timestamps older than 6 hours, those points are rejected. +> [!Important] +> In InfluxDB v1.12.2, `PAST LIMIT` cannot be changed after it is set. +> This will be fixed in a future release. + ##### `FUTURE LIMIT` {metadata="v1.12.0+"} The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_ @@ -328,6 +332,10 @@ For example, if a write request tries to write data to a retention policy with a `FUTURE LIMIT 6h` and there are points in the request with future timestamps greater than 6 hours from now, those points are rejected. +> [!Important] +> In InfluxDB v1.12.2, `FUTURE LIMIT` cannot be changed after it is set. +> This will be fixed in a future release. + ##### `DEFAULT` Sets the new retention policy as the default retention policy for the database. diff --git a/content/influxdb/v1/query_language/manage-database.md b/content/influxdb/v1/query_language/manage-database.md index 554b8b8716..a50a29f27e 100644 --- a/content/influxdb/v1/query_language/manage-database.md +++ b/content/influxdb/v1/query_language/manage-database.md @@ -318,6 +318,10 @@ For example, if a write request tries to write data to a retention policy with a `PAST LIMIT 6h` and there are points in the request with timestamps older than 6 hours, those points are rejected. +> [!Important] +> In InfluxDB v1.12.2, `PAST LIMIT` cannot be changed after it is set. +> This will be fixed in a future release. + ##### `FUTURE LIMIT` {metadata="v1.12.0+"} The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_ @@ -329,6 +333,10 @@ For example, if a write request tries to write data to a retention policy with a `FUTURE LIMIT 6h` and there are points in the request with future timestamps greater than 6 hours from now, those points are rejected. +> [!Important] +> In InfluxDB v1.12.2, `FUTURE LIMIT` cannot be changed after it is set. +> This will be fixed in a future release. + ##### `DEFAULT` Sets the new retention policy as the default retention policy for the database.