I tried to do a manual plugin install and I think I broke everything
I tried to add plugin manager for petro, and I then started to remove it all once i noticed I couldn't actually add it into it while Blueprint is installed
Is there a way to reinstall everything and not lose any data?
Solution:Jump to solution
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 loki_101 • byte snippet-upgrade
3 Replies
I bet this will be an easy fix I hope
Solution
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 loki_101 • byte snippet-upgrade
ah darn, I already found out manually by reinstalling everything, I think all is good now, sorry, but I bet this will help future people