Reword shard_db removal notice

This commit is contained in:
mDuo13
2025-09-23 11:55:20 -07:00
parent b1c1ae685a
commit 3d4647cabe

View File

@@ -157,7 +157,7 @@ The `[database_path]` configures separate bookkeeping databases: these include t
As a general rule, you can safely delete the database files (both the ledger store and the bookkeeping databases) for a `rippled` server when it isn't running; this clears any stored ledger history the server has, but it can re-acquire that data from the network. However, if you delete the `wallet.db` file in the `[database_path]`, you must manually reapply runtime configuration changes such as [amendment votes](../configuration/configure-amendment-voting.md) and [peer reservations](../configuration/peering/use-a-peer-reservation.md).
If your server has a `[shard_db]` stanza, you can remove it. History Sharding was removed in `rippled` version 2.3.0, so this config stanza no longer does anything.
If your config file has a `[shard_db]` stanza, you can safely remove it. This section is obsolete and has no effect. {% badge href="https://github.com/XRPLF/rippled/releases/tag/2.3.0" %}Removed in: rippled 2.3.0{% /badge %}
##### Amazon Web Services