This guide is only for storage provider that once used canine-provider
in Jackal v3.
Locate your storage
folder, by default it will be located at $HOME/.jackal-storage/storage
.
Whatever the directory above storage
is, will be the absolute path to storage we use later. In the default case, it would be $HOME/.jackal-storage
.
git clone https://github.com/JackalLabs/sequoia.git
cd sequoia
git switch v1.1.0
make install
If you use any flags when using sequoia start
please also apply these flags to the following command.
sequoia jprovd-salvage [ABSOLUTE-PATH-TO-STORAGE]
This command will bring all the canine-provider
data into sequoia, and print out a list of file data to salvage_record
in your sequoia
root directory.
Please send this file to the Jackal Labs team ([email protected]) or @marstonc
on discord.
After this, you can continue running sequoia like normal.