2 nodes to one

Hello, I have 2 pterodactyl nodes. I just bought a 3rd better one, and I want to merge the data of both nodes onto the 3rd one. How do I do this?
11 Replies
Admincraft Meta
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by grage.nuhuh_58206#0
SilentBot
SilentBot2w ago
If you want the tedious way Add the 3rd node as a new node within Pterodactyl, create all your allocations Go into manage for each server, and transfer the server to the 3rd node
ProGamingDk
ProGamingDk2w ago
wouldnt call that tedious the other would be making new servers and transfering files manually
SilentBot
SilentBot2w ago
I usually make the new node, copy all the server files via rclone, update the database to put them on the 3rd node
ProGamingDk
ProGamingDk2w ago
ig most dont know how to properly modify their db and can end not great
SilentBot
SilentBot2w ago
Yeah, it's why I wasn't going to suggest it first :> Allocations are also handled weirdly, e.g. the server table has an allocations column, but there's also the allocation table You have to remove both mappings and then create a new mapping in the UI Or create the mapping in both tables But yeah, non-advanced users, I'd recommend just doing the transfer way
Grage
GrageOP2w ago
isnt that buggy the ptero panel says its buggy what database theoretically can i go into the uh whats it called var lib volumes and copy paste those files into the 3rd node and then edit the DB to change the IPs thats what pterodox.com suggests only issue with tht is that it would still show you as being on the old nodes, no/ @ProGamingDk
ProGamingDk
ProGamingDk2w ago
dont have to ping me, "buggy" just make a backup and see if it works tbh
SilentBot
SilentBot2w ago
Then update the node number in the database too UPDATE panel.servers SET nodeid = '3' WHERE nodeid = '1'; or whatever the column name is, I can't remember from the top of my head but then you also have to update the allocations node_id too
Grage
GrageOP2w ago
where can you find the column names how
SilentBot
SilentBot2w ago
If I'm being honest, if you're unsure how to navigate your database, you shouldn't do it this way.

Did you find this page helpful?