Honing the craft.

You are here: tag: docker

Automated PyPI releasing with GitHub Actions for Dup-composer

This is what we have on the plate for Dup-composer this week: GitHub Actions workflow is implemented for PyPI releases, new features, including full backup frequency configuration, forced full backups, path filtering aka. include and exclude options. I also made my first production test backups and want to share with you how to run Dup-composer in a Docker container using a simple image that I have built.

Migrating ownCloud CE to Docker

As part of my effort to move all my production services and development projects deployed on my home microserver into Docker containers, I have started to migrate the ownCloud Community Edition I am running for my personal data into a new container based installation. I have encountered some problems and the migration required some trial and error, hence, to facilitate the iteration, I have written a shell script to handle most of the standard migration steps. This post explains, what the script does and how the migration process looks like using it, while also giving a bit of a background.