-
My OS is Linux mint. My main drive is slowly but surely running out of space. In order to keep running my node for a while longer before buying new hardware and starting from scratch, I need to migrate fulcrum database to the other internal drive I have on my computer. If this is even possible, which are the exact steps I chronologically have to do to accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Also you can move individual subdirs or top level files from the data/ directory to a different drive .. and symlink them back in from the main folder... don't move the rocksdb table files within the subfolders tho or you will have a bad time... |
Beta Was this translation helpful? Give feedback.
-
Yes to both those things |
Beta Was this translation helpful? Give feedback.
cp -fpvra
is your friend here.Also you can move individual subdirs or top level files from the data/ directory to a different drive .. and symlink them back in from the main folder... don't move the rocksdb table files within the subfolders tho or you will have a bad time...