509.949.2162 jeremy@bondbyte.com

WordPress Restore to Docker

This assumes you’ve followed my other blog post about creating a docker environment with a network, Nginx Reverse Proxy and LetsEncrypt NginX Reverse Proxy Companion. #Restore Script #Do this on the host. It will unballz the files. # Find and Replace these...

Docker WordPress Backup Script(s)

Here’s a handy shell script to get the backup part going. We will need to create the script inside the Docker WordPress Front End and another on the WordPress Docker Backend. We will need to use docker cp on the host to copy the backup files out of the...

Accounting Principals & Design Patterns

Here are some notes on how to handle Accounting Principals while also using Design Patterns to solve what appears to be a simple problem. Accounting Principals are the fundamental components to accounting. These principals were invented or conceived long before...

WordPress and Mariadb on Docker

Using Docker for hosting WordPress and Mariadb container seems like a no brainer. The container allows sites to be managed, maintained and moved without disrupting the other sites. We will need a nix box in the cloud, static IP is a must. We should probably create a...