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

Update storage folders descriptions in troubleshooting guides and #929

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/mainnet/net/nodes/troubleshoot-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your node state directory should look something like this:

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand All @@ -26,6 +27,7 @@ But because of the error it might look like this:

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down Expand Up @@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
1 change: 1 addition & 0 deletions source/mainnet/net/nodes/troubleshoot-macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
3 changes: 3 additions & 0 deletions source/mainnet/net/nodes/troubleshoot-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your node state directory should look something like this:

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand All @@ -26,6 +27,7 @@ But because of the error it might look like this:

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down Expand Up @@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
3 changes: 1 addition & 2 deletions source/mainnet/net/nodes/troubleshoot-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ The solution is to delete the relevant portion of the database.

The database directory should contain matching pairs of ``blockstate-$i.dat`` and ``treestate-$i`` files for some number of consecutive i's starting at 0. The number of the files differs depending on which protocol version is current.

.. image:: ../images/run-node/windows-node-db-files.png

.. code-block:: console

accountmap
blockstate-0.dat
blockstate-1.dat
blockstate-2.dat
Expand Down
Loading