How do we update Adminer to latest version?

It’s not easily swappable but it’s certainly possible. See the instructions below.

Is there a particular reason (bug fix, new feature, etc) why you need the latest version right now? Either way, I’ll make a note to make sure Adminer is updated in the next Custom and Preferred updates!


Here’s how you can swap out local-adminer.php for a site running the Custom environment:

  1. Copy the single-file Adminer file into the site’s /app folder
  2. Rename the Adminer PHP file to adminer.php
  3. Right-click on the site and go to “Open Site SSH”
  4. Run mv /app/adminer.php /etc/scripts/local-adminer.php
3 Likes