Customer
Comments
-
Thanks for sharing! I’m able to setup the database & tunnel to my InfluxDB, but whenever I’m trying to connect from my application or from the influx cli I get the following message: ERR: error aut...
-
Thanks! That exactly the information I was missing. Funnily enough it did not work when I used the curl command. I had to (after I started the tunnel) influx -host 127.0.0.1 -port 30000 ...
-
Basics If a build or deployment is running longer than expected, it may be caused by one of the following: The build is blocked by something in your build hook The deployment is blocked by a long...
-
I would like to add that to be able to access SSH 1st step was to do: platform ssh After that I followed the instructions and I was able to stop it
-
Interesting thanks. But if services are not accessible (ssh connection impossible) and deployment is still stuck, how to fix it?
-
Updated the answer. Thanks!
-
Mount sizes are defined with the disk key in your .platform.app.yaml configuration file. Mounts are entirely optional - it may not be necessary for your application to have write access. If not, yo...
-
You can vote for Cancel Source Operations over at next.platform.sh. This will include cancellable builds/deployments.
-
Your plan has a maximum amount of storage you can get with platform project:info subscription.storage the answer is in MB. You distribute that total storage between your apps and your services...
-
SSH into a project environment $ platform ssh If you are not in the project directory where Platform.sh is set as remote (platform project:set-remote) follow the CLI instructions to access the pr...