linux
Backup WordPress on Docker with Docker
In my development environment, I am running WordPress on docker containers, and I want a system to backup (and restore) both the DB and the WordPress data. For this article, I assume you are familiar with docker and Linux bash concepts. If you just want to backup a DB running Read more…