Customer
Comments
-
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...
-
Following these instructions, I get the following error from the bundle install command in the build hook. Executing build hook... W: /opt/ruby/2.6/lib/ruby/2.6.0/rubygems.rb:283:in `...
-
It’s fixed, currently 4GB, and we can increase that on request (in a ticket).
-
It’s not a particular size of the yaml file, it’s the length of the PLATFORM_ROUTES environment variable. 32767 characters of encoded base64 json is the limit.