Setting up a phpMyAdmin auto-update

Well, just like everybody else, I’ve been using phpMyAdmin to do my casual MySQL fixing/work on this website. However, recently the phpMyAdmin developers switched to Git on SourceForge and then to GitHub shortly after that.

So, the guy over at Network Jack wrote down what I had already been doing:

However, as I said before, they switched from SourceForge to GitHub, thus you need another URL.

After that, you just need to add a simple cronjob that enters the directory and runs git pull.

One thought to “Setting up a phpMyAdmin auto-update”

  1. (I know this is an old post)

    You can simplify your syntax:

    git clone -b STABLE –depth=1 –single-branch git://github.com/phpmyadmin/phpmyadmin.git

Leave a Reply

Your email address will not be published. Required fields are marked *

I accept that my given data and my IP address is sent to a server in the USA only for the purpose of spam prevention through the Akismet program.More information on Akismet and GDPR.

This site uses Akismet to reduce spam. Learn how your comment data is processed.