Terraform IAC is a cloud-based program that allows you to create, edit, and delete infrastructure as code. Terraform enables developers to write declarative configuration files in HCL (Hashicorp Configuration Language). […]
Read MoreResetting WordPress Admin User via HeidiSQL
Download and install HeidiSQL (should also work with any of your favorite MySQL clients) Connect to your database and use these queries in the query panel select * from wp_users […]
Read MoreHow can I undo the last Git commit?
So you have made a mistake like eating last nights left of curry and now you are regretting it, unfortunately you can’t take that one back but thankfully with Git […]
Read MoreAnsible Vault – DevSecOps
Export WordPress MySQL Database using WP CLI wp db export command
Installing WP-CLI
Shortcut to install: copy the line below and paste it into your terminal and you should be ready to go. curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && sudo mv […]
Read MoreHow to Export MySql Database with PhpMyAdmin
Open PhpMyAdmin control panel (you may need to login with a username and password) Select the database that you want to export Click on Export Choose Quick or Custom then […]
Read MoreWordPress plugin database export
Go to the Add Plugin menu and Search for Database backup Choose a plugin of your choice, in this video I am using UpdraftPlus Install and Activate the Plugin Open […]
Read MoreHow to Backup MySQL Database
There are many ways to backup a MySql database such as: WordPress plugin database export PhpMyAdmin (Most common for shared hosting) Heidi SQL MySqlDump (Most versatile) WP-CLI database export (Recommended […]
Read MoreMigrating your Worpress MySQL Database to AWS Aurora
Amazon Aurora is an enterprise-class, fully managed database service available at 1/10th the cost of commercial databases. In this tutorial I am going to show you how to migrate your […]
Read More