You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update pebble db to latest format by default (#10720)
* Update pebble db to latest format by default
If the pebble database format is not explicitly set in the config, then set it to the latest format version by default. This will ensure that the database format is sufficiently up-to-date to be compatible with a major version upgrade of pebble.
-[Pebble datastore format upgrade](#pebble_datastore_format_update)
12
13
-[👨👩👧👦 Contributors](#-contributors)
13
14
14
15
### Overview
@@ -29,4 +30,9 @@ This release includes performance and reliability improvements and fixes for min
29
30
30
31
The variable has been deprecated. Please use [`GOLOG_LOG_LEVEL`](https://github.com/ipfs/kubo/blob/master/docs/environment-variables.md#golog_log_level) instead for configuring logging levels.
31
32
33
+
#### Pebble datastore format update
34
+
35
+
If the pebble database format is not explicitly set in the config, then automatically upgrade it to the latest format version supported by the release ob pebble used by kubo. This will ensure that the database format is sufficiently up-to-date to be compatible with a major version upgrade of pebble. This is necessary before upgrading to use pebble v2.
0 commit comments