Skip to content

Migration from Bambuddy

Marko@VMHOMELAB edited this page Jun 13, 2026 · 1 revision

Migration from Bambuddy

Printbuddy comes from the Bambuddy/Printbuddy fork history, but current documentation and images should use Printbuddy names.

Current project references

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.

Compose migration checklist

Check old compose files for stale references:

grep -Ei 'bambuddy|maziggy|ghcr.io/.*/bambuddy' docker-compose.yml || true

Replace the image with:

image: docker.io/vmhomelabde/printbuddy:latest

Then recreate the container:

docker compose pull
docker compose up -d --force-recreate

Data note

Before 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.

Clone this wiki locally