WordPress component versions

Use this guide when working out component versions when the resource Scripted WordPress Installation (for Reverse Proxy) is used to build a WordPress instance.

WordPress

MariaDB

root@wp-udance:~ # mariadb --version
mariadb Ver 15.1 Distrib 10.5.12-MariaDB, for FreeBSD12.2 (amd64) using EditLine wrapper

PHP

root@wp-udance:~ # php --version
PHP 7.4.23 (cli) (built: Aug 31 2021 01:11:30) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

Caddy

root@wp-udance:~ # caddy version
v2.4.5 h1:P1mRs6V2cMcagSPn+NWpD+OEYUYLIf6ecOa48cFGeUg=

Redis

root@wp-udance:~ # redis-server --version
Redis server v=6.0.15 sha=00000000:0 malloc=libc bits=64 build=d49e527a9fedbce0

PhpMyAdmin

WP-CLI

root@wp-udance:~ # wp cli version
WP-CLI 2.5.0

To update…

root@wp-udance:~ # wp cli update
You have version 2.4.0. Would you like to update to 2.5.0? [y/n] y
Downloading from https://github.com/wp-cli/wp-cli/releases/download/v2.5.0/wp-cli-2.5.0.phar…
md5 hash verified: 20ab512b12d766a2d2f51cc8f5c43411
New version works. Proceeding to replace.
Success: Updated WP-CLI to 2.5.0.

Keep Reading

PreviousNext

Comments

Leave a Reply