Upsun Support Team
Comments
-
The feature has been released and is available for Enterprise and Elite customers. https://docs.platform.sh/domains/steps/custom-non-production-domains.html
-
A bit of a late reply but nice to have if you google upon it. The problem is most likely that no upstream routes are going into the app. Possible the use of redirectionio agent or varnish.the `plat...
-
We've been using “main” as the default branch for several years now, as well as supporting changing the default branch.Here's the current documentation on how to change the default branch: Change d...
-
I’m not sure the exact reason why that doesn’t work, it appears to be something to do with how that instance of PHP is built. But this should be a reasonable alternative: php -r "copy('https://plat...
-
I updated the original post to reflect this. Thanks!
-
The build container is currently limited to 2GB of memory, regardless of the plan you are on. This will be changed in the near future, but meanwhile, you can limit the amount of memory NPM uses by ...
-
It currently still is yes. We are working on an alternative. But that’s not ready yet. Could you try with yarn? Does that give better results? Reach out to the support team to get some additional h...
-
It means you are running out of memory on the build container. Have a look at the amount of memory your build is taking locally. If it is more than 2GB, it won’t currently work. Might be best to ma...
-
Homebrew has changed their install.sh file so these instructions no longer work. However… there is an alternative way of installing straight from the tarball which does work echo "Installing ho...
-
I’ve spent some time cleaning up some code and making a simple bash script that can be used to simply install one or more brew packages. Create a file called install_brew_packages.sh with the follo...