Upsun Support Team
Comments
-
you are correct! Thanks for letting me know. Updated!
-
Hi @upgrader-dev i would be glad to help here but i need more info on your project: which Symfony version are you trying to deploy? it seems that you try to write session directly to folder /var/l...
-
You could use Headless Chrome | Platform.sh Docs no?
-
We don’t have a specific integration for Azure repos but it’s possible what you need to do can still be accomplished in another way. Can you elaborate a bit more on your specific use case?
-
Hi, Fastly works with versions. Each configuration change you make will need to happen on a copy of the current version, and then, the new version can be activated. developer.fas...
-
Hi @wmn Nice to know that you try Platform.sh with Symfony 5.4. Could you please give us more details: did you create your project from Symfony CLI (new with option --cloud or symfony project:ini...
-
Hi @wmn ok, glad that you manage to solve your issue. But i’m curious to understand why you can’t import sql script. did you try it like described in the Symfony CLI Tips (last command) ? as far a...
-
and if you add -vvv with your command ? symfony sql -vvv < script.sql
-
Hi @pablo-blanco did you to try install it using apt-get during the build hook? hooks: build: | apt-get install fonts-liberation
-
I can definitely help out here. Changing/adding rewrite rules is handled inside of the web:locations:<location>:rules section of your .platform.app.yaml configuration file. Link to the docs about ...