hi Everyone,
currently I have a HP DL380p G8 with ubuntu 18 server installed. Storj is running in an LXC container.
My plan is to reinstall the whole server with Proxmox and use its LXC solution.
does anyone have experience how this move could be done?
exporting the existig LXC and import in proxmox? what about downtime, probably I would be banned from storj because of the approx 1 week being offline.
thank you for your feedback
Gergo
Thank you for the answer Alexey!
running it in a VM is absolutely OK with me.
storj is running in LXC in docker (I know…) the data itself is in a different filesystem (data lvm)
my plan is the following:
1, install proxmox on the system lvm, leave data lvm as is
2, create a new linux vm for storj, install docker
3, ?
my question is, how to migrate from old LXC storj to new VM storj?
what do I need to backup/copy/…?
is it possible? I dont want to lose the progress I made so far.
thank you in advance,
Gergo
The only identity and data.
The config you can regenerate in any time. Just specify a right paths to the identity and data and you should be fine.
Of course, you will need to specify a correct external address in the ADDRESS option and update port forwarding rule to the IP of the VM with storagenode.
And create an inbound firewall rule in the VM, if you would have a firewall there.
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
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
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.