Milos Knezevic
Articles
-
How do I use source operations?
To use source operations, first define them in your app configuration. Then run them via the CLI or Console. Source operations are only available to Elite and Enterprise tier projects. For more inf...
-
How do I configure PHP with a front controller?
See how to configure a front controller in PHP.
-
How do I configure build and deploy hooks?
To configure build, deploy and post_deploy hooks, add the hooks key to your application configuration file. Knowing which hook to use will depend on the requirement of the commands being executed i...
-
Where in the world is my project's data located?
When project data leaves a region If you create a project in a specific region, data from that project never leaves your chosen region unless you intentionally request an additional dedicated clust...
-
What is Upsun's data deletion policy?
Data deletion is handled via our backend providers. When a volume is released back to the provider, the provider performs a wipe on the data in accordance with NIST 800-88. This wipe is done immed...
-
What is Upsun's data retention policy?
Upsun logs and stores various types of data as a normal part of its business.This information is only retained as needed to perform relevant business functions.Retention periods vary depending on t...
-
What is Upsun's data collection policy?
As part of our normal business operations, we collect various types of data.The following list describes the categories of data we collect in GDPR terms: Article 4 “personal data”: Our account syst...
-
About data breach notification
If a data breach occurs, in accordance with our Data Breach Policy, we will notify you of the breach. The data breach notification contains the following information: the nature of the data breach...
-
Can I use the OpenSearch service?
Yes. To define the OpenSearch service, use the opensearch type in .platform/services.yaml: <SERVICE_NAME>: type: opensearch:<VERSION> disk: 256 Note that if you later change the name, it’s ...
-
Can I use the ElasticSearch service?
Yes. To define the ElasticSearch service, use the elasticsearch type in .upsun/config.yaml under the services key:services: # The name of the service container. Must be unique within a project. ...