Milos Knezevic
Articles
-
How to copy PLATFORM_VARIABLES into Node's process.env?
Environment variables entered via the Management Console are stored in $PLATFORM_VARIABLES. In Node, you may need to have them in process.env so that these UI-entered values override statically de...
-
How to manage your own Fastly configuration (custom VCL)
Fastly Log forwarding Setup and Configuration GuideFastly log forwarding allows you to send logs to external services like Datadog, Splunk, or AWS S3/Cloudwatch for analysis and monitoring. For thi...
-
Where do I submit bug reports?
Your first response when an unexpected problem occurs with your application should be to open a support ticket through the management console. Our support team can investigate and escalate any bug...
-
How to set up a worker?
Workers are defined along with your app's code.Add a key to your app's yaml configuration called workers, and define one or more workers and the start command. For example: workers: queue: ...
-
Is my built code counted against my global plan storage?
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 ...
-
What is the right way to run multiple processes from my start command?
Using a worker or multiple application containers is the recommended way of starting more than one process. But if you are not able to use a worker and have no other way, it is technically possible...
-
Setting a password on a Database Service
To have a password set for the database service, you will need to set an endpoint in your config.yaml or .platform.app.yaml Customers are not able to specify their own passwords. For more informati...
-
Troubleshooting Web Start Commands
If you are using custom start commands for your application, such as a standalone binary that runs your application, the output of that command will be logged to /var/log/app.log in the container. ...
-
How to migrate database changes between environments
Assumptions This guide assumes: an active application on Upsun configured to a database A local repository with the Upsun project as git remote The Upsun CLI installed locally An SSH key configured...
-
Missing Libraries for Headless Chromium
If you encounter errors with missing libraries when using a headless chrome/chromium setup and you can't use the headless chromium container image. An alternative is to pull the libraries via wget/...