-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated/unattended install #196
Comments
Another note - in the webui when migrations fail there is no feedback to the user, it just goes back to the same screen. I checked out main it could be that I am not on a "stable" version as a result. // Edit - nvm:
|
I was able to "work around" this issue by removing |
I did some more digging today - After more digging what I found is that I'll submit a PR with an updated |
I hope you don't mind me going all over the place like this - Since |
I don’t mind at all :) In the end it’s a symfony caching issue. The whole setup has been a bit of a hack anyway. |
Hey Ante,
I'm working on automating the installation of Viesti-Reports with ansible, but have some questions:
APP_SECRET
in.env.local
or is more happening under the hood?users
Additionally (and if you prefer I re-open this as a separate issue I totally understand!) - it seems that
doctrine:migrations
is ignoring the fact that I am using mariadb and tries to run the sqlite migrations and thus fails, this applies both to web ui and command line.This is the relevant variable from
.env.local
(generated through the webui):DATABASE_URL="mysql://vtest:REDACTED@localhost:3306/vtest?serverVersion=10.11.6-MariaDB-0+deb12u1"
This is the command I have tried to run:
php bin/console doctrine:migrations:migrate -q
Hoe dan ook heel erg bedankt voor dit mooie project.
The text was updated successfully, but these errors were encountered: