Question about blueprint
Firstly, love the project. Just started using it today and I love the one line installs. I just had a question regarding blueprint configuration. Does it affect any settings related to pterodactyl backups. I have recently configured mine to use s3 backups but it wont use s3, just local storage. Was just wondering if blueprint would override anything.
9 Replies
it shouldnt be overriding anything could you check your .env config to see if its still set to use s3
It might actually screw some stuff up actually.
Have you modified config/filesystems.php?
Thanks for the quick response. Yes, I have s3 configured in my .env but it's making local backups.
No I haven't. I can have a look at it?
If you haven't you should be fine, did you modify anything outside of .env?
No, I don't believe I have. I have installed blueprint, installed a theme and added the s3 config to .env
I have also tried remove cache and restarting pteroq
Is your theme made with Blueprint? If not, that might end up causing some issues.
Yeah it's made for Blueprint. It's the theme called Darkenate
Interestingly, when I check the debug logs for the Daemon, it shows the adapter being wings
Thanks for the help guys. I was able to figure it out. I needed to also run
php artisan queue:restart
my bad 🙂Alright no worries! Glad you got it working in the end.
:fire: