Skip to content

Commit

Permalink
added waring to remove binaries from bin after the platform migration (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Oct 15, 2024
1 parent 8af31b1 commit 51bc612
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/(docs)/node/faq/migrate-my-node/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,11 @@ The network-attached storage location could work, but it is neither supported no
{% /callout %}

{% callout type="warning" %}
Please, note - we intentionally specified`/mnt/storj2/storagenode-new` as the data source in the `--mount` parameter and not `/mnt/storj2/storagenode-new/storage` because the `storagenode` docker container will add a subfolder called`storage` to the path automatically. So please, make sure that your data folder contains a `storage` subfolder with all the data inside (`blobs` folder, database files, etc.), otherwise the node will start from scratch since it can't find the data in the right subfolder and will be disqualified in a few hours.
Please, note - we intentionally specified`/mnt/storj2/storagenode-new` as the data source in the `--mount` parameter and not `/mnt/storj2/storagenode-new/storage` because the `storagenode` docker container will add a subfolder called `storage` to the path automatically. So please, make sure that your data folder contains a `storage` subfolder with all the data inside (`blobs` folder, database files, etc.), otherwise the node will start from scratch since it can't find the data in the right subfolder and will be disqualified in a few hours.
{% /callout %}

{% callout type="warning" %}
If you migrating across platforms (x86-64 -> x86-32, x86 -> ARM, etc.), please remove binaries from the `bin` subfolder in the storage location to allow the container to download binaries for your new platform.

Related to these changes: https://github.com/storj/storagenode-docker/issues/23
{% /callout %}

0 comments on commit 51bc612

Please sign in to comment.