Milos Knezevic
Articles
-
Exporting Database Dumps via the Upsun CLI
OverviewExporting data from your project is a common task for creating local backups, debugging with production data, or migrating databases. While you can use standard database tools (like mysqldu...
-
Requesting a new feature
Submitting a new feature is best done through a support ticket. The support team can triage your request and see if there isn't an existing way to solve the problem at hand. The best way to describ...
-
Given a project that there are five microservices, is there any way to make four private and just one public?
In a microservices architecture on Upsun, you can control the public visibility of your services by managing their exposure in the routes configuration. To keep specific microservices private while...
-
Installing Drupal and Mautic together in one project
GoalTo set up a multi-app site with both Drupal 8 and Mautic. The process is also very similar for any other site that combines two templates. AssumptionsYour default/production git branch is named...
-
Working with Upsun and DDEV - Tokens and Environment variables
DDEV (local container-based development environment) comes with Upsun (remote container-based hosting environment) integrations! This means that you can use the ddev pull upsun & ddev push upsun co...
-
Why is there a difference between reported and actual database storage usage?
You can ask MySQL/MariaDB how much storage each table uses with a query. Comparing this to what the metrics show, there's a difference in disk usage.First. Let's be clear, metrics is always right. ...
-
chmod 104 - The floor is Lava(Moat)
Hey open source lovers!Here is the community post for episode 4, season 1 of the chmodcast. This post is a space for you to comment on the episode content or format, and share your feedback. I'll b...
-
Cloudflare configuration for origin access protection
If you have cloudflare (or any CDN really) you want all your traffic to go through it to be able to protect the backend. No traffic should be hitting the backend directly. To prevent that from happ...
-
Advanced 1: Activities
OverviewOnce you begin developing applications on upsun.com, you may find that you want to connect those projects to external services.Aside from our regular integrations, upsun.com provides you wi...
-
How data works 2: Mounts - data in files
Add dataIn your local repository, checkout main (git checkout main) and then run the following command: upsun environment:deactivate updates -yViewing the project in the management console, you wi...