ohnotnow
ohnotnow
Tiny little thing - but it would be nice (for me) to be able to run something like `php artisan tenants:migrate --with-main` or something that also ran your 'normal' migrations.
It's more for places you're doing docker/k8s things. You can have a pod that runs your migrations like ``` ... command: ["php"] args: ["/var/www/html/artisan", "migrate", "--force"] ``` so you can...
Yeah - I know - it was just a tiny little suggestion to save a tiny bit of work (for me) :-)
I'm seeing this too - fresh install of raspbian and followed the same guide. The install does complete eventually - just gives that error twice. Most of the examples run...
Hrm - if I disable the serial port I get an error saying it could not open the serial device. Or did you mean leave the actual serial port enabled...
Hrm - no difference I'm afraid, even after a reboot. Also tried via the raspi-config and no difference there either.
Thanks for the suggestion anyway. I'll see if anyone else chips in!
I just realised the enviro+ doesn't have the particulate sensor built in (yes, I'm thick). So that would probably explain why it can't talk to it. I'll just get my...
My use-case for one-off tasks is _mostly_ the problem of running DB migrations (or similar 'update something once that the new code needs'. So I'd be really, really delighted by...
Hi @nicja and all, I know we're all kind of busy with work and the current crazyness - but just wondering if there is any rough idea if this will...