AWS "Moving" my S3 backup bucket to a new AWS region I have moved the Techroads server from an AWS US region to an AWS EU region. This server and its chums are backing up to an S3 bucket, which has been left behind in the US.
Docker Scheduling a Docker Compose image auto-update in linux My objective is to have a small script run daily which pulls any new Docker image versions and runs a docker-compose update, capturing the output to a log. The environment is Ubuntu 18.04.
Wordpress Reducing memory use on my MariaDB/Mysql Wordpress docker stack I found that after migrating in from a locally installed Wordpress duo on a 2GB VPS, my new instance started crashing once a day, due to running out of memory.
Docker Docker logging to the local OS that works, with compose and rsyslog My objective is to get logging output from my container applications consolidated under /var/log, with logfile names matching their origin container. Logfile cohabitation will allow me to incorporate them in the housekeeping rotation ritual of the rest of my system,
AWS Scheduling an AWS CLI backup to S3 in Linux I'll cover creation of the S3 bucket, configuration of the AWS IAM security, installation of the AWS CLI, some key commands, and creating a cron job to automate it.
Linux Create a custom Linux log file with rotation Rather than drop my custom logs into the vast cesspool that is syslog, I'd like to create a custom log file and automate the rotation, for a AWS CLI function I am running from cron.
Docker Building Ghost in a docker container with Ubuntu, Traefik, and SQLite My early experiments with installing Ghost presented a curio: it's so light, how do I install without eating a whole VPS server. Or even make use of this one server for more than one Ghost blog, effectively a Ghost multisite.