• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by captainhook

  1. C

    Question Securing Docker ports to local access only with firewalld

    This has potentially been fixed in Plesk Obsidian 18.0.59 (https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18059): > In the Docker extension, it is now possible to create a private container by manually port mapping to localhost so the container will be unavailable outside of the...
  2. C

    Question Allow Git command line access under chrooted bash?

    Nevermind - suddenly started working...
  3. C

    Question Allow Git command line access under chrooted bash?

    I get the following error: bash-4.4$ git clone https://github.com/github/testrepo Cloning into 'testrepo'... fatal: unable to access 'https://github.com/github/testrepo': error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none Anyone encountered and...
  4. C

    Issue yarn: command not found when running Git deployment using non-admin account

    Has this been reproducible internally? I can run deployments with these additional commands using the admin account, but no other accounts can.
  5. C

    Issue yarn: command not found when running Git deployment using non-admin account

    I tried replacing the Git additional deployment script with the following: #!/bin/bash rm -rf tmp /opt/plesk/node/18/bin/yarn install &> npm-install.log sed -i 's/const defaultCommand = "dev";/const defaultCommand = "start";/g' node_modules/next/dist/bin/next &>> npm-install.log...
  6. C

    Issue yarn: command not found when running Git deployment using non-admin account

    Yeap, same thing: -: /var/www/vhosts/domain.com/opt/plesk/node/18/bin/yarn: No such file or directory I also tried running yarn through the terminal: bash: opt/plesk/node/18/bin/yarn: /opt/plesk/node/18/bin/node: bad interpreter: No such file or directory
  7. C

    Issue yarn: command not found when running Git deployment using non-admin account

    I have granted chrooted SSH access on the domain's hosting settings. I have also added all the binaries in /opt/plesk/node/18/bin/ to the domain's chroot. However when I run a git deployment with the following code in the additional deployment actions: #!/bin/bash rm -rf tmp...
  8. C

    Forwarded to devs Git deploy actions script not recognising end of if

    Hi Peter, The deploy actions are modified under domain > Git > Repository Settings > Deploy actions To my knowledge, this is the only place deploy actions are set.
  9. C

    Forwarded to devs Git deploy actions script not recognising end of if

    Username: TITLE Git deploy actions script not recognising end of if PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian v18.0.52_build1800230516.12 os_RedHat el8, Rocky Linux 8.8 (Green Obsidian), PROBLEM DESCRIPTION Git deploy actions seems to not be parsing if...
  10. C

    Resolved Git extension ignoring branch for additional deployment actions

    I managed to get it to work, had to do: remotehash=`git ls-remote --heads [email protected]:x/x refs/heads/master | cut -f1`
  11. C

    Resolved Git extension ignoring branch for additional deployment actions

    Hi remy, I tried this but it seems to be returning blank for the remotehash. Any idea what could be causing this? Thanks
  12. C

    Resolved Not seeing Performance Booster

    Hi folks, I have updated Plesk to Version 18.0.52 Update #3 however I see no 'Performance Booster' under Tools & Settings > General Anyone else having this issue or know why this would be? Thanks
  13. C

    Resolved Git extension ignoring branch for additional deployment actions

    *every* Git extension user is affected. I appreciate development capacities are not endless but 3 years is an insanely long time for a rather small fix - a hash check. We've seen Plesk pricing increase at least 3 times since this bug was reported. This bug is simply not a priority. Anyway...
  14. C

    Resolved Git extension ignoring branch for additional deployment actions

    3 years on and this still hasn't been fixed and the Git extension hasn't seen an update since 13 April 2021 (Change Log for Plesk Onyx). @IgorG is there any update at all on EXTGIT-64 since May 7 2020?
Back
Top