You are viewing a single comment's thread from:

RE: LeoThread 2024-08-16 16:13

in LeoFinance5 months ago

Node not up to date, Part 2

If you attempted Part 1 and your node is still not up to date, do the following;

  1. Make sure you're in vsc-deployment folder:
$ cd vsc-deployment
  1. Delete the data folder and all its subfolders by running:
$ sudo rm -rf data
  1. Re-build and re-initialize the containers:
$ sudo docker-compose pull && sudo docker-compose up -d