Upsun Support Team
Comments
-
Based on the information above, it appears you're trying to activate a development environment that doesn't have a parent branch (ie production). Specifically, this line:Pushing HEAD to the environ...
-
master (dev environment) was created by default under main (see screenshot below). This was done by running: 1. platform create 2. then: platform push 3. the above was successful and the app is up...
-
If you are using our CLI, you can do> platform sql -e <environment-name> -p <projectid>which will drop you into a myql prompt.If you just need a local dump of the entire database, you can run > pla...
-
the platform sql command also allows you to pass a sql command to the db instance. From there, you could redirect the output to a file. Something like:> platform sql -e <environment-name> -p <proje...
-
in terms of a specific ETL tool, I can't answer since I haven't used those tools. As for python, you could either have python call the platform cli tool directly ( subprocess.Popen ). Or you could ...
-
Hi Dayton Outar, Did you had a look on this multiple app blogpost?I guess it could help as it is right your configuration.On step 5 (Step 5: Configure mercure) you will find some useful info on how...
-
Hi Dayton Outar, Did you manage to make it work?
-
As far as I know we don't do anything to prevent what you're describing. Can you give some specific examples and the specific errors you're seeing?
-
I dont think this is a platform.sh issue, but a cloudflare issue, possibly a WAF rule? Grab the value in the `Cf-ray` response header. Search the Firewall Logs under the Security tab on your Cloudf...
-
We've also added a Drupal 11 and Drupal CMS on Upsun article over on the DevCenter.