Developers Forum for XinFin XDC Network

Discussion on: Masternode Setup with Symbolic Link to chaindata?

Collapse
gzliudan profile image
Daniel Liu • Edited on

Please try below commands:

cd XinFin-Node
git pull
cd mainnet

# modify file .env
vi .env

./docker-up.sh
Enter fullscreen mode Exit fullscreen mode
Collapse
edanastas profile image
Ed Author

I ran that, but doesn't seem to work. I have a symbolic link for my chaindata that directs to a blockstorage scalable drive. Could that be affecting the install due to ownership or permissions?

Collapse
gzliudan profile image
Daniel Liu • Edited on

How to reproduce your error ? May symbol link does not work in docker.

Thread Thread
edanastas profile image
Ed Author

I just did the upgrade. Don't know how to reproduce.