-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to v2.3.0 #239
Comments
Sure we have questions.
|
@Shekelme thanks for your question, for current stage, swan provider communicate with official boostd, so you can follow the boost official instructions or directly use the binary provided by swan team. we have our own boost instruction, and we have maintained customized boost, this version is internal use only now. For the most SP, just download the boostd binary from swan provider release is enough, swan provider will automatically install and config the boostd. so sorry this version just support LevelDB, it is enough for most SP, swan provider is a open source project, if you are interested in the yugaDB feature, welcome discussion and contributions |
"so sorry this version just support LevelDB, it is enough for most SP" vs Total Storage Provider 2,468----Active StorageProvider 46. I think most SPs, including me, can't downgrade to LevelDB. |
Any news about yugabyteDB integration? |
Just tested, works fine with yugabyte. |
great, the new version v2.4.0 has support the yugaDB |
Swan Provider v2.3.0 release
Highlights!
Please see release log
How to upgrade to v2.3.0?
Scenario One
go-swan-provider
following this instruction.Scenario Two
If you have installed the previous version, you can upgrade to the latest version v2.3.0 by following the steps:
(1) Stop your
swan-provider
(2) Set your
$SWAN_PATH
:export SWAN_PATH="/data/.swan"
, default~/.swan
(3) Install and Run the new version
swan-provider
:Option 1️⃣ : Prebuilt package
Option 2️⃣ : Source code
Scenario Three
If you have run the
boostd
to import the deals, you can receive the deals from filswan by the following steps:(1) Install the
swan-provider
according to the section(2) Move your
boostd
repo to the$SWAN_PATH
and move theboostd
binary to the/usr/local/bin/
:(3) Config the
config.toml
according to the section(4) Run the
swan-provider
in the background.Do you have questions?
Please leave a comment.
The text was updated successfully, but these errors were encountered: