Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: clarify chain upgrade procedure #4245

Merged
merged 1 commit into from
Apr 22, 2024
Merged

docs: clarify chain upgrade procedure #4245

merged 1 commit into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. docs: clarify chain upgrade procedure

    Follow-up to #4097. We performed a chain upgrade on Penumbra
    for v0.71.0. Based on feedback from the community validators, we've
    refined the procedure somewhat. Substantive changes to the docs are as
    follows:
    
      * backup the entire pd & cometbft data dirs, as a precaution
      * upgrade to new pd early, prior to running export, for simplicity's
        sake
      * only move the exported rocksdb directory, which allows preservation
        of other dirs in pd state, e.g. acme tls info
      * do not reset priv validator state
      * amend custom find command to preserve `tx_index.db`
    
    Not yet included in these docs are specifics about the upcoming release;
    we'll add those soon.
    
    Finishes and therefore closes #1812.
    conorsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9621537 View commit details
    Browse the repository at this point in the history