Customer
Posts
-
Failing to get Mercure Hub up and running in Platform.sh
I have the following applications.yaml configured in a Symfony app,```api: type: php:8.1 runtime: extensions: - apcu - mbstring - sodium - ctype - iconv ...
-
allow hotlinking to that resources to access media files like (png|jpg|jpeg)
Hi,I have a website in WordPress and want to allow its media files to be accessed on some other website in embedded form. I have tried with few options to set headers in .platform.app.yaml file but...
-
Running Drupal CMS on Upsun
While the release of Drupal CMS may be new, it is still built on the normal Drupal core, and as such it is easy to install and is built to run on Upsun or Platform.sh in the usual way!This short tu...
-
Setting up Fastly Log Forwarding
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...
-
Running the Drupal "Open Intranet" install profile on Upsun
The process is similar to migrating any other Drupal project to Upsun hosting.Some install profiles have slightly different workflows or build expectations. In this case, it is almost completely a ...
-
cannot install CLI on almalinux
I am getting the error below:Installing the Upsun CLI | Upsun CLI 206 B/s | 111 B 00:00 | Errors during downloading metadata for repository 'upsun'...
-
Where did 'number of environments' go
In the console, in Upsun fixed it used to list out how many environments were active out of how many you were paying for in the plan.This seems to have disappeared from the LHS of the web console, ...
-
Borderline impossible to run Solr in a development environment
It seems that recently the Solr containers in Upsun fixed have changed, specifically they now seem to consume a lot more RAM than they did before.They also seem to kill the process when it runs out...
-
Upsun Flex : Can't upgrade from free trial
Hello,I'm working on a migration from Upsun Fixed to Upsun Flex.I wanted to add my billing information for the new Upsun Flex organisation but I'm facing the same error on 4 different cards: “Your ...
-
Should .environment file be in .gitignore? Is it normal to need to set environment variables in the Upsun web console in addition to having the .environment file?
For context, I'm a developer unskilled in the art of deployment. I've been trying to deploy my django project using Upsun with the GitHub integration and struggling. One clarification question (amo...