January 21, 2021
This page lists additions and changes in v19.2.12 since v19.2.11.
- For a comprehensive summary of features in v19.2, see the v19.2 GA release notes.
- To upgrade to the latest production release of CockroachDB, see this article.
Cockroach Labs has discovered a bug relating to incremental backups, for CockroachDB v19.2.0 - v19.2.12. If a backup coincides with an in-progress index creation (backfill), RESTORE
, or IMPORT
, it is possible that a subsequent incremental backup will not include all of the indexed, restored or imported data.
Users are advised to upgrade to v20.1.15 or v20.2.8 or later, which includes resolutions.
For more information, including other affected versions, see Technical Advisory 63162.
Get future release notes emailed to you:
Downloads
Docker image
$ docker pull cockroachdb/cockroach:v19.2.12
Bug fixes
- Fixed a panic in protobuf decoding. #58876
- Fixed a bug where the
age
function did not normalize the duration for large day orH:M:S
values in the same way PostgreSQL does. #55528
Contributors
This release includes 5 merged PRs by 5 authors. We would like to thank the following contributors from the CockroachDB community:
- kev (first-time contributor)