Export existing LXC storj container, then import to Proxmox

Yes, all looks correct. Then open a web dashboard, if you see that your node tried to start from scratch - stop it immediately and fix the issue with the path, then move a new data from a wrong path to the correct one and run the node again, double checking the path on that time :slight_smile:

By the way, if the /mnt/storj is your mount point, I would like to suggest to create a folder on your disk and move all data to there. So the path would be

/mnt/storj
            /storagenode
                        /storage
                                /blob
                                /blobs
                                /garbage
                                /temp
                                /trash
                                /bandwidth.db
                                /heldamount.db
                                /info.db
                                /notifications.db
                                /orders.db
                                /pieceinfo.db
                                /piece_expiration.db
                                /piece_spaced_used.db
                                /pricing.db
                                /reputation.db
                                /satellites.db
                                /storage_usage.db
                                /used_serial.db

And specify the /mnt/storj/storagenode as a source=. This will protect your node from starting with a not mounted disk - it will not found the storagenode folder and will fail.

2 Likes