Blueprint patched but how to update pterodactyl?
Hey all.. I've patched blueprint but now I don't how to update Pterodactyl the correct way
9 Replies
just go thru the ptero update docs
then run blueprint -upgrade
1. Remove certain files and directories with
rm -r resources public node_modules
.
2. Go through the Pterodactyl update documentation.
3. Install dependencies by running the yarn
command.
4. Repair Blueprint with blueprint -upgrade
.
5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.Sent by prplwtf • byte snippet-upgrade
do I need to install every add on again?
yea
so I also need to setup every config again
is there a way safe the configs and import them
they should be saved in your ptero db
so I just need to update the panel, install every addon and everything should work
Yes
perfect.. thank you