linux
Backup & Restore WordPress: bash + Docker
To back up a WordPress website, you need to backup two components: database: posts, pages, categories, comments, users, plugin data, etc. filesystem: media, plugins, files, etc. Here we see how to backup and restore a WordPress instance via command line both in pure-bash fashion and also wordpress is running on Read more…