Blake Severson
Blake Severson
hey @aarondfrancis, thanks for the reply. > Is it a Laravel error? Yes. This project originated as a Jetstream application and uses Inertia, but I'm not entirely certain that would...
@aarondfrancis does this rely on any specific extensions to be installed already? Currently this is a postgres project, so I'm actually wondering if there are certain extensions that may be...
I did add the pem file, but I'm not sure it's made much of a difference. After noticing there was a check of the pdo_mysql extension being loaded in the...
I added the `START_AFTER_INIT: "Y"` to the env params in my docker-compose file and it didn't seem to have an effect, even after rebuilding the image.
@aarondfrancis I created a cloud instance and it was able to connect and work just fine, it seems. ``` # php artisan migrate INFO Preparing database. Creating migration table .................................................................................................................
Unfortunately `php artisan migrate --pretend` still gives me a "MySQL server has gone away" error.
@aarondfrancis are you not able to replicate this locally with the docker container? Do I need to provide more information for you to do so?
EDIT: I did miss that it was running `./dist/frankenphp-linux-x86_64 version` initially I tried with Aldoo's dockerfile but I get the following issue now: ``` => ERROR [stage-2 5/5] RUN EMBED=/var/www/app...
I am also seeing this issue ``` environment: - INFLUXDB_DB=database - INFLUXDB_ADMIN_USER=admin - INFLUXDB_ADMIN_PASSWORD=admin - INFLUXDB_HTTP_AUTH_ENABLED=true ``` Database is not initialized. Users are not created.
Confirmed. Having the same problem.