
WP-CLI Database Backups with Emojis
My preferred way to backup a WordPress site is directly on the web server using SSH. The database backup part is performed with WP-CLI like so: This will output a .sql file which can easily be imported. I’ve been using this method for nightly database backups for the last few years. However, I recently…








