forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Migration from Bambuddy
Marko@VMHOMELAB edited this page Jun 13, 2026
·
1 revision
Printbuddy comes from the Bambuddy/Printbuddy fork history, but current documentation and images should use Printbuddy names.
Use:
Repository: https://github.com/vmhomelab/Printbuddy
Container image: docker.io/vmhomelabde/printbuddy:latest
Wiki: https://wiki.printbuddy.tech/
Do not use old pre-fork image names or raw GitHub URLs.
Check old compose files for stale references:
grep -Ei 'bambuddy|maziggy|ghcr.io/.*/bambuddy' docker-compose.yml || trueReplace the image with:
image: docker.io/vmhomelabde/printbuddy:latestThen recreate the container:
docker compose pull
docker compose up -d --force-recreateBefore migrating an existing instance, back up the data volume. Do not delete old volumes until you have confirmed the new instance can read the expected data.