diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-04-18 16:09:13 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-04-18 16:09:15 -0400 |
commit | d1c2ed8dd768fae8ba63b55f316a47b66e5b74f0 (patch) | |
tree | 6c1052f32887a3b1d9c4fc146c6461e255ead121 /doc | |
parent | 2d4f70cabd6d92aadd2fe8fe280366c391edb487 (diff) | |
parent | fa346fe8838a7a714d00552406595adcd4f90015 (diff) |
Merge #15821: doc: Remove upgrade note in release notes from EOL versions
fa346fe883 doc: Remove upgrade note in release notes from EOL versions (MarcoFalke)
Pull request description:
Remove the bloat on how to upgrade from version that are EOL
ACKs for commit fa346f:
fanquake:
re-utACK fa346fe
Tree-SHA512: 201e8594ef13523a04c7546995462d15d19bb80dbbca8d5cbf439cfd04af290ffd44f00a2e52ca1b88f1f17bf8bb09e9c4384cf1183d744d5301633e9b9507c0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index d4acbb9c88..0de0f563b1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -24,14 +24,9 @@ shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac) or `bitcoind`/`bitcoin-qt` (on Linux). -The first time you run version 0.15.0, your chainstate database will be converted to a -new format, which will take anywhere from a few minutes to half an hour, -depending on the speed of your machine. - -Note that the block database format also changed in version 0.8.0 and there is no -automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading -directly from 0.7.x and earlier without redownloading the blockchain is not supported. -However, as usual, old wallet versions are still supported. +Upgrading directly from a version of Bitcoin Core that has reached its EOL is +possible, but might take some time if the datadir needs to be migrated. Old +wallet versions of Bitcoin Core are generally supported. Downgrading warning ------------------- |