Milos Knezevic
Articles
-
How to check region environmental impact?
At Platform.sh, we are committed to reducing our environmental impact. Whenever you create a project with us, we provide information about the electricity grid provider for that region. You can vie...
-
Error: "Your free trial could not be processed due to an internal error" when trying to create a new project
This error may occur because your free trial account has not been successfully created. The free trial is associated to a given account and to a given organization. Please remember that free trials...
-
Certificate Configuration/Renewals
The certificates are issued at no charge by Let’s Encrypt and cover most needs. To use them, you need to specify HTTPS routes. Note that some limitations apply.Configure a third-party TLS certifica...
-
Payment failed
A customer can receive a payment failed message in any of the cases: There are no payment method added under your project billing settings. The payment method is added, but it's failing (soft decl...
-
How to add storage to a project
Extra storage can be added for a fee, at 5 GB increments per environment. If you have a total of 6 development environments (plus one production environment), the fee for the extra amount of storag...
-
Error: "Value PLATFORM_FEATURE_M_DEV for the property big_dev is not allowed" when trying to change Environment application size to Medium
A project should typically have a production default environment (usually main/master). All other environments will be considered development environments in the context of resource allocation. ...
-
How to configure a cron job?
You can automate tasks by adding a crons key to your app's yaml configuration, and define the schedule of the job and command that will be executed when the cron starts.You can also optionally defi...
-
How to cancel an activity?
You can cancel running or pending activities such as builds, cron jobs and source operations.Using the CLI:upsun activity:cancelUsing the console: Open the environment where you want to cancel an a...
-
How to enforce 2FA/MFA on organizations?
To enforce 2FA/MFA over SSH within your organization, you need to be an Enterprise or Elite customer and you need to be using the Platform CLI. When this is enabled, every project contributor withi...
-
How many domains can be added to projects?
There is no specific limit on how many domains you can add to a project. However, there are other limitations which could affect the number of domains you can add: 1) The routes.yaml file can only ...