mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Reword shard_db removal notice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user