mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
@@ -7,7 +7,8 @@ been applied automatically and in a _backwards compatible_ way.
|
||||
|
||||
However, backwards compatibility does not imply the ability to _downgrade_ to a prior version of
|
||||
Lighthouse after upgrading. To facilitate smooth downgrades, Lighthouse v2.3.0 and above includes a
|
||||
command for applying database downgrades.
|
||||
command for applying database downgrades. If a downgrade is available _from_ a schema version,
|
||||
it is listed in the table below under the "Downgrade available?" header.
|
||||
|
||||
**Everything on this page applies to the Lighthouse _beacon node_, not to the
|
||||
validator client or the slasher**.
|
||||
@@ -16,12 +17,8 @@ validator client or the slasher**.
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|----------------------|
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
| v5.3.0 | Aug 2024 | v21 | yes |
|
||||
| v5.2.0 | Jun 2024 | v19 | no |
|
||||
| v5.1.0 | Mar 2024 | v19 | no |
|
||||
| v5.0.0 | Feb 2024 | v19 | no |
|
||||
| v4.6.0 | Dec 2023 | v19 | no |
|
||||
|
||||
> **Note**: All point releases (e.g. v4.4.1) are schema-compatible with the prior minor release
|
||||
> (e.g. v4.4.0).
|
||||
@@ -209,8 +206,9 @@ Here are the steps to prune historic states:
|
||||
|
||||
| Lighthouse version | Release date | Schema version | Downgrade available? |
|
||||
|--------------------|--------------|----------------|-------------------------------------|
|
||||
| v7.0.0 | Apr 2025 | v22 | no |
|
||||
| v6.0.0 | Nov 2024 | v22 | no |
|
||||
| v5.3.0 | Aug 2024 | v21 | yes |
|
||||
| v5.3.0 | Aug 2024 | v21 | yes before Electra using <= v7.0.0 |
|
||||
| v5.2.0 | Jun 2024 | v19 | yes before Deneb using <= v5.2.1 |
|
||||
| v5.1.0 | Mar 2024 | v19 | yes before Deneb using <= v5.2.1 |
|
||||
| v5.0.0 | Feb 2024 | v19 | yes before Deneb using <= v5.2.1 |
|
||||
|
||||
Reference in New Issue
Block a user