mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #40] [Bug]: Bambuddy.db not stored in persistent location #13
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @2jgit on GitHub (Dec 31, 2025).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/40
Originally assigned to: @maziggy on GitHub.
Bug Description
Bambuddy.db stored in /app and not persistent after docker compose down
Expected Behavior
Bambuddy.db should be stored in /app/data or other persistent location as defined by docker-compose.yml
Steps to Reproduce
git clone https://github.com/maziggy/bambuddy.git
cd bambuddy
docker compose up -d
login and add printer via web app
docker compose down
docker compose up -d
Printer Model
Not printer-related
Bambuddy Version
v0.1.6b2 v0.1.6b3
Printer Firmware Version
(P2S) 01.01.01.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Dec 31, 2025):
Thanks for pointing this out! Fixed in branch 0.1.6b3. Please let me know, if it works for you now.
@2jgit commented on GitHub (Dec 31, 2025):
confirmed working in branch 0.1.6b3
@Stooovie commented on GitHub (Jan 1, 2026):
Updated via docker from beta 1 to beta 4, settings and config lost.
@maziggy commented on GitHub (Jan 1, 2026):
Your version is too old. Use latest release 0.1.6b4. The database for Docker based installations is now persistent.
@Stooovie commented on GitHub (Jan 1, 2026):
okay, thanks!