Avatar

Upsun Support Team

  • Total activity 237
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 74

Posts

Recent activity by Upsun Support Team
Sort by recent activity Recent activity Votes
  • Why is there a difference between reported and actual database storage usage?

    The database usage reported by platform db:size may differ from the actual database storage usage. To get a quick overview of the discrepancies and a quick fix, use platform db:size --cleanup. For ...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to customize ImageMagick configuration

    Say you want to support large images or different image formats. These are defined in configuration files listed here. You can override the defaults set by Platform.sh by providing one or more of t...

    • Created
    • 2 followers
    • 9 comments
    • 0 votes
  • How to sync data/code between environments

    Goal Sync data and/or code from one environment to another Assumptions You will need: an active application on Platform.sh The Platform.sh CLI installed locally An SSH key configured on the pr...

    • Created
    • 2 followers
    • 3 comments
    • 0 votes
  • Quick project inventory of your Platform.sh projects

    Goal To quickly iterate through all your Platform.sh projects and check if they still receive traffic. Assumptions You will need: An SSH key configured on your Platform.sh account The Platform.s...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to log all outgoing mail on a PHP application

    Goal Log outgoing mail entries to a file on a a PHP application. Assumptions You will need: A PHP Application Problems I would like to know what mail my PHP application is sending. Steps 1. ...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to fix Permission denied issue in Drush

    If you see the following error in the deployment hook: W: /bin/dash: 4: drush: Permission denied Or this one when trying to run Drush: -bash: /app/vendor/bin/drush: Permission denied Then Drush i...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to install inkscape in the web container

    Goal To install the cli version of inkscape in the web container to be able to convert svg to pdf/png/eps… Steps 1. Create the install_inkscape script #!/bin/bash echo "----------------" echo "I...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to install pdftk

    Pdftk is a toolkit for PDF manipulation. It is able to concatenate, shuffle, split and rotate PDF files. The java port pdftk-java has a native image available. You can install it by modifying the b...

    • Created
    • 1 follower
    • 1 comment
    • 0 votes
  • How do I install Mailhog?

    Goal Platform.Sh offers e-mail sending from your container but due to technically limitations, is unable to provide any logging capability for it. Mailhog is a golang application that allows you ...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes
  • How to install the SolrClient php module

    Goal Using solr from php can be done in various ways. PHP offers a solr module that provides a SolrClient object. This is not installed by default, and can currently not be enabled as an extension...

    • Created
    • 0 followers
    • 0 comments
    • 0 votes