Paul Gilzow
Paul Gilzow
### Where on docs.platform.sh should be changed? https://docs.platform.sh/guides/drupal/deploy/configure.html https://docs.platform.sh/guides/drupal/deploy/customize.html --- ### What exactly should be updated? In the [configure section of the Drupal guide](https://docs.platform.sh/guides/drupal/deploy/configure.html#configure-apps-in-platformappyaml), we include a .platform.app.yaml file for...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/add-services/redis.html ### What exactly should be updated? add a "troubleshooting" section that mentions out-of-memory redis error message that may appear during deploy hooks...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/add-services/opensearch.html#use-in-app https://docs.platform.sh/add-services/influxdb.html#use-in-app https://docs.platform.sh/add-services/gotenberg.html#relationship-reference (**PLATFORM_RELATIONSHIPS environment variable tab**) https://docs.upsun.com/add-services/opensearch.html#use-in-app https://docs.upsun.com/add-services/influxdb.html#use-in-app https://docs.upsun.com/add-services/gotenberg.html#relationship-reference (**PLATFORM_RELATIONSHIPS environment variable tab**) ### What exactly should be updated? `export RELATIONSHIPS_JSON=$(echo $PLATFORM_RELATIONSHIPS...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/create-apps/hooks/hooks-comparison.html https://docs.upsun.com/create-apps/hooks/hooks-comparison.html https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#:~:text=*%20All%20of%20the%20hooks%20run%20with%20changes%20to%20the%20code%20or%20environment.%20This%20column%20indicates%20which%20hooks%20run%20on%20a%20redeploy%20without%20any%20code%20changes. https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#:~:text=The%20build%20hook%20runs%20only%20when%20the%20app%20or%20its%20runtime%20(variables%20and%20such)%20have%20changed.%20Redeploys%20with%20no%20changes%20trigger%20only%20the%20post_deploy%20hook.%20If%20you%20need%20the%20build%20hook%20to%20run%2C%20manually%20trigger%20a%20build. https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#:~:text=Your%20deploy%20hook%20is%20tied,manually%20trigger%20a%20build. (and the equivalent sections on docs.upsun) ### What exactly should be updated? We need to clarify that there...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/integrations/source/gitlab.html https://docs.upsun.com/integrations/source/gitlab.html ### What exactly should be updated? Add a section for updating the gitlab token in an integration. Mention the [gitlab blog...
### Where on docs.upsun.com should be changed? https://docs.upsun.com/get-started/here.html ### What exactly should be updated? > Find out how Upsun works and gain a better understanding of what it provides. To...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/learn/overview/build-deploy.html#deploy-steps https://docs.upsun.com/learn/overview/build-deploy.html#deploy-steps ### What exactly should be updated? we only hold idempotent methods. Specific suggested change: > 1. Hold requests: Incoming [idempotent requests](https://www.iana.org/assignments/http-methods/http-methods.xhtml)...
### Where on docs.platform.sh should be changed? https://docs.platform.sh/development/ssh.html https://docs.platform.sh/development/ssh/ssh-keys.html https://docs.upsun.com/development/ssh.html https://docs.upsun.com/development/ssh/ssh-keys.html ### What exactly should be updated? Need to verify this statement > If you used GitHub to sign up...
### Where on docs.platform.sh should be changed? unknown. May be a new section? ### What exactly should be updated? > How do you know what service your _[sic]_ on like...
Current cli allows for using `p` for project related commands  However, attempting to use the short cut for the `init` command throws a `[CommandNotFoundException] Command "p:init" is not defined.`...