Customer
Posts
-
How to access MySQL/MariaDB credentials on Platform.sh
Goal Access credentials for MySQL/MariaDB from within a Platform.sh application using Node.js. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given...
-
How to access PostgreSQL credentials on Platform.sh
Goal: Access credentials for PostgreSQL from within a Platform.sh application using PHP. Assumptions: an active Platform.sh project properly configured .platform/services.yaml for the given serv...
-
How to access RabbitMQ credentials on Platform.sh
Goal: Access credentials for RabbitMQ from within a Platform.sh application using Python. Assumptions: an active Platform.sh project properly configured .platform/services.yaml for the given ser...
-
How to access Solr credentials on Platform.sh
Goal Access credentials for Solr from within a Platform.sh application using Python. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given service ...
-
How to access Redis credentials on Platform.sh
Goal Access credentials for Redis from within a Platform.sh application using PHP. Assumptions an active Platform.sh project properly configured .platform/services.yaml for the given service SS...
-
Is it possible to kill a build or deploy?
Sometimes I push a commit and the build/deploy either takes a very long time, or it becomes permanently stuck. Am I able to do something to kill the process?
-
How are mounts in .platform.app.yaml sized?
Is everything OK as long as the total size of the mounts is less than the value in the disk directive? https://docs.platform.sh/configuration/app/storage.html#mounts
-
Is my built code counted against my global plan storage?
If my plan has 5GB storage, and my built code takes up 500K, does that get taken off of my available storage (5GB)?
-
My plan has 10GB of storage. How can I see precisely how much I am using?
I know that some is used by my services, and some is used by the disk directive in .platform.app.yaml. Is there a way to see how much is being used from the 10GB total that my project has?
-
How can I receive a notification if one of my services (eg. MariaDB) dies?
I’d like to get an alert if a service dies or is unreachable.