• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Version Control for Plesk Editor

A

Anthony Brian Mallgren

Guest
Is there currently, or plans for, an implementation that integrates version control into Plesk?

Low budget project, currently without SSL, and I'm attempting to plan for work allocation in regards to the efficiency of these types of projects.

Thank you and regards.
 
Are there plans for enabling customer configuration/deployment scenarios, in regards to version control?
 
Yes, we are planning to implement Git support out of the box in the next Plesk release. As it's out of scope for Plesk 12.5 we implemented some operations in scope of extension.
 
I had the gitman extension installed by my host, i checked the configuration and tried to use it, but with no success:

using git from my local machine i see:

$ git clone ssh://xxx@xxx/var/www/vhosts/xxx/git/xxx
Cloning into 'xxx'...
xxx@xxx's password:
-: git-upload-pack: command not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

If i login to the remote machine using ssh and i try to use git, i see command not found. I just wanted to check if the repository was ok but i wonder how this could work if git is not available on the machine.

$ ssh xxx@xxx
xxx@xxx's password:
Last login: Wed Dec 2 21:22:55 2015 from host-xxx-xxx-xxx
bash-4.1$ cd httpdocs/
bash-4.1$ git status
bash: git: command not found
bash-4.1$ which git
bash: which: command not found
bash-4.1$ git
bash: git: command not found
 
Back
Top