Upsun Support Team
Comments
-
Hi Stephanie,Your frustration is certainly understandable, and that certainly shouldn't be the case! Give us a bit to replicate what you've encountered and we'll get things fixed up. In the mean ti...
-
There is a way to catch the 404, but it is not officially supported: https://community.platform.sh/t/custom-404-page-for-a-static-website/637
-
Note: since this article “snapshot” has been renamed to “backup” in the CLI (and in the web management console). The old commands are aliased, so they will still work.
-
This is no longer the right way to do this, we have a rust image now: https://docs.upsun.com/languages/rust.html
-
@chrigu for now, you have to create admin user yourself like this: curl http://influx.internal:<port>/query -X POST -F q="CREATE USER admin WITH PASSWORD 'admin' WITH ALL PRIVILEGES" We’re working...
-
Alternatively to decode the env variable directly from the terminal, one could use the following command: echo $PLATFORM_RELATIONSHIPS | base64 --decode | jq If jq is not installed, it can be inst...
-
it might be a little more work, but you should be able to install just about anything using the hooks, see: https://docs.platform.sh/configuration/app/build.html#hooks Check out the install instr...
-
Using a worker is the recommended way of starting more than one process. But if you are not able to use a worker and have no other way, it is technically possible to use supervisord to start multip...
-
WARNING: [pool web] server reached max_children setting means your service has reached the maximum number of PHP children processes. This is caused by too many PHP requests to the service or by lon...
-
You have to set up DKIM on your domain. Unfortunately we do not offer white-labeling them. Please refer to : https://docs.platform.sh/development/email.html You will have to set up your own sendgr...