Customer
Comments
-
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...
-
Similar to what @oripekelman said platform db:size can give you your database storage, with the caveat it may not be 100% accurate Checking database service mysqldb... +--------------+--------+ | P...
-
No. When your application image is created during the build process it is ultimately mounted outside of the persisted block storage on the grid host, and therefore does not count against the usage ...
-
Environment builds occur in the order that they are received. If you push an update to two active environments, the build on the environment pushed first will have to complete before the second env...
-
One way of doing this would be to set up a cron job to periodically ping MariaDB and send an e-mail to a specified address based on that ping status. Allow outgoing emails in environment configura...
-
Both Logz.io’s recommended forwarder, Filebeat, and the Splunk Universal Forwarder expect a file system with write access to ship logs to their indexers. Platform.sh by design is set-up to host app...
-
I am missing information about the usage of AbuseIPDB on a higher infrastructure level. I think it will help people that have questions about IP blocking or rate limiting. Regards, Eric Mulder Slac...
-
When you make a change to a project, such as allowing outgoing emails to an environment or allowing indexing by search engines, those changes require that project to be rebuilt and redployed in ord...