Parity-ethereum: Change database path to `openethereum`

Created on 10 Mar 2020  路  4Comments  路  Source: openethereum/parity-ethereum

The current database path on different supported platforms are the following:

  • Linux: /home/XXX/.local/share/io.parity.ethereum
  • OSX: /home/XXX/.local/share/io.parity.ethereum
  • Windows: C:\Users\XXX\AppData\Roaming\Parity\Ethereum\keys

The occurrences of parity shall be replaced with openethereum.

The easiest would just be to change the path(s) in the dir crate or rewrite completely

B9-blocker 馃毀 M4-io 馃捑

All 4 comments

As we talked in the call the previous week, if we only make a remplace of the occurrences will force every node in the network to manually move the data to the new directory or to synchronized it again.
That is why I think this could have some impact on the network.

As we talked in the call the previous week, if we only make a remplace of the occurrences will force every node in the network to manually move the data to the new directory or to synchronized it again.
That is why I think this could have some impact on the network.

Let's keep existing databases where they are but create new databases under the new path. There's the possibility of users having databases in both locations; in that case the new path should be used.
/cc @vorot93 @denisgranha works for you?

yeah, I agree with you @dvdplm

Keep for old data
New path for fresh installs

For more complex scennarios, I think the variable with path is the source of trust

I think this is finished.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jurijbajzelj picture jurijbajzelj  路  3Comments

gaoxiangxyz picture gaoxiangxyz  路  3Comments

0x7CFE picture 0x7CFE  路  3Comments

dukei picture dukei  路  3Comments

Michael2008S picture Michael2008S  路  3Comments