Upsun Support Team
Comments
-
I had the same issue yesterday. If you simply issue platform it will list your projects, but it won’t refresh them. However, if you issue platform projects it will refresh
-
Thanks @matthias-van-woensel! I can confirm your solution is working.
-
If you don’t want to use nodejs for it but prefer php, check out https://github.com/rialto-php/puphpeteer use Nesk\Puphpeteer\Puppeteer; $puppeteer = new Puppeteer; $browser = $puppeteer->launch()...
-
After some discussion earlier - the CLI has had built-in autocompletion support for a long time, but it’s not documented and doesn’t activate everywhere, specifically we found a problem with Bash 3...
-
Builds get killed automatically after 3600sDeploys can be killed by ssh'ing into the environment itself and seeing what is keeping it stuck.
-
There is actually a way to make changes to code https://docs.platform.sh/configuration/app/source-operations.html#source-operations-usage-examples
-
yes, and no. Source: https://docs.platform.sh/add-services/redis.html#persistent-redis Platform.sh sets the maximum amount of memory (maxmemory) Redis can use for the data set, and it cannot be ame...
-
You can now run DROP DATABASE main; CREATE DATABASE main to remove all tables and data from your database. No privileges will be touched so it’s a good way to clear out the database without changin...
-
Should probably be this now: $config['smtp.settings']['smtp_host'] = gethostbyname(getenv('PLATFORM_SMTP_HOST')); But in actuality, you don’t need to set Host and Port to be set. $mail = new PHPMai...
-
Those deprecated cipher suites are still required for TLS 1.2 compatibility and cannot be disabled yet. Once TLS 1.3 is ready to roll out, the possibility to remove them will be implemented similar...