Upsun Support Team
Posts
-
Migrating PHP 7.4 Code to 8.1 on Platform.sh
Assumptions You will need: an active application on Platform.sh The Platform.sh CLI installed locally An SSH key configured on the project account admin role granted for the project End o...
-
Experiencing issues integrating Bitbucket to Platform.sh ? (May 2023)
Bitbucket Integration Problem When you try to connect Bitbucket to platform using integration you get the following error in platform.sh console once you fill the Repository name, App credential K...
-
How to upload big files in php?
To upload more than 65MB file on a PHP container. Assumptions You are running PHP Problems When you have a form where your clients upload a file they receive an error like the following POST Co...
-
Submitting new feature requests
Feel free to discuss new feature requests in this topic area, but for maximum visibility of your request, please see https://docs.platform.sh/request-features.html
-
Where is my disk space?
For example take my disk space in my .platform.app.yaml as below disk: 214528 NOTE: This is in MB I should get 209 GB because 214528/1024 = 209.5 GB.But I get only 207GB when ...
-
Installing WP Super Cache on Platform.sh
I plan on writing a more thorough guide on WordPress caching plugins on Platform.sh / Upsun on the DevCenter but I needed to write up a quick guide earlier this week for WP Super Cache. Until I can...
-
Installing WP Rocket (WordPress) on Platform.sh
Assumptions: You already have a working site deployed on Platform.sh / Upsun Your public/root directory is named `wordpress` Your wp-content directory is located at `wordpress/wp-content` You're ...
-
Cancellable activities and crons
Please note: This post was originally published at https://platform.sh/blog/2022/reel-in-activities-announcing-cancellable-activities-and-crons/ and has been transferred here for archival purposes....
-
Working with platform.sh rate-limiting implementation (Fastly)
🔧 How to Update a Dynamic ACL and Dictionary Using the Fastly CLIFastly’s dynamic ACLs and edge dictionaries let you manage access controls and config values in real-time — no version cloning or ac...
-
🧪 How to Update Your Hosts File to Test URLs (Windows, macOS, and Linux)
Need to test a website on a different IP address before DNS changes go live? Editing your hosts file is a great way to override DNS locally. This guide will walk you through how to do it on Windows...