Skip to content

Commit 76c2068

Browse files
Merge pull request #929 from Concordium/troubleshooting-update
Update storage folders descriptions in troubleshooting guides and
2 parents a6bb1c0 + e21b620 commit 76c2068

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

source/mainnet/net/nodes/troubleshoot-docker.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Your node state directory should look something like this:
1515

1616
.. code-block:: console
1717
18+
accountmap
1819
blockstate-0.dat
1920
blockstate-1.dat
2021
blockstate-2.dat
@@ -26,6 +27,7 @@ But because of the error it might look like this:
2627

2728
.. code-block:: console
2829
30+
accountmap
2931
blockstate-0.dat
3032
blockstate-1.dat
3133
blockstate-2.dat
@@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an
5557

5658
.. code-block:: console
5759
60+
accountmap
5861
blockstate-0.dat
5962
blockstate-1.dat
6063
blockstate-2.dat

source/mainnet/net/nodes/troubleshoot-macos.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an
2121

2222
.. code-block:: console
2323
24+
accountmap
2425
blockstate-0.dat
2526
blockstate-1.dat
2627
blockstate-2.dat

source/mainnet/net/nodes/troubleshoot-ubuntu.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Your node state directory should look something like this:
1515

1616
.. code-block:: console
1717
18+
accountmap
1819
blockstate-0.dat
1920
blockstate-1.dat
2021
blockstate-2.dat
@@ -26,6 +27,7 @@ But because of the error it might look like this:
2627

2728
.. code-block:: console
2829
30+
accountmap
2931
blockstate-0.dat
3032
blockstate-1.dat
3133
blockstate-2.dat
@@ -55,6 +57,7 @@ The database directory should contain matching pairs of ``blockstate-$i.dat`` an
5557

5658
.. code-block:: console
5759
60+
accountmap
5861
blockstate-0.dat
5962
blockstate-1.dat
6063
blockstate-2.dat

source/mainnet/net/nodes/troubleshoot-windows.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ The solution is to delete the relevant portion of the database.
2626

2727
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.
2828

29-
.. image:: ../images/run-node/windows-node-db-files.png
30-
3129
.. code-block:: console
3230
31+
accountmap
3332
blockstate-0.dat
3433
blockstate-1.dat
3534
blockstate-2.dat

0 commit comments

Comments
 (0)