[Bug]: Deleted all my collection #245

Closed
opened 2026-04-24 23:02:15 +02:00 by adam · 7 comments
Owner

Originally created by @kabaga on GitHub (Mar 20, 2022).

Describe the issue

I deployed the Docker container and pointed the "audiobooks" to where my collections are. The moment I brought it up. It deleted all my collection.

Steps to reproduce the issue

  1. Point the audiobooks to where the audiobooks are
  2. run docker-compose up -d
  3. check the audiobooks folder and they are all gone

Audiobookshelf version

v1.7.2

How are you running audiobookshelf?

Docker

Originally created by @kabaga on GitHub (Mar 20, 2022). ### Describe the issue I deployed the Docker container and pointed the "audiobooks" to where my collections are. The moment I brought it up. It deleted all my collection. ### Steps to reproduce the issue 1. Point the audiobooks to where the audiobooks are 2. run docker-compose up -d 3. check the audiobooks folder and they are all gone ### Audiobookshelf version v1.7.2 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:02:15 +02:00
adam closed this issue 2026-04-24 23:02:15 +02:00
Author
Owner

@advplyr commented on GitHub (Mar 20, 2022):

Abs deleted your audiobook files from your drive?

@advplyr commented on GitHub (Mar 20, 2022): Abs deleted your audiobook files from your drive?
Author
Owner

@kabaga commented on GitHub (Mar 20, 2022):

Yes, ABS deleted everything. I have no idea why. I have mapped different non-empty folders to a docker container before. Don't know why it deletes my audiobooks. This is really frustrating. The NAS is a plain Debian 10.

@kabaga commented on GitHub (Mar 20, 2022): Yes, ABS deleted everything. I have no idea why. I have mapped different non-empty folders to a docker container before. Don't know why it deletes my audiobooks. This is really frustrating. The NAS is a plain Debian 10.
Author
Owner

@Stretox commented on GitHub (Aug 10, 2025):

I deployed the current version on my truenas today and got the same problem

@Stretox commented on GitHub (Aug 10, 2025): I deployed the current version on my truenas today and got the same problem
Author
Owner

@Vito0912 commented on GitHub (Aug 10, 2025):

Please share your docker compose file. This very very likley is a configuration error

@Vito0912 commented on GitHub (Aug 10, 2025): Please share your docker compose file. This very very likley is a configuration error
Author
Owner

@Stretox commented on GitHub (Aug 10, 2025):

I installed it as an application. My guess would then be that I gave it modify access to my library (Which I assumed was necessary to upload audio books through audiobookshelf 🤔)

@Stretox commented on GitHub (Aug 10, 2025): I installed it as an application. My guess would then be that I gave it modify access to my library (Which I assumed was necessary to upload audio books through audiobookshelf 🤔)
Author
Owner

@Vito0912 commented on GitHub (Aug 10, 2025):

I don't want to spam this old issue, but without proper configuration there is not much help possible, and the files are probably gone.

You need to persistently map the volumes.

If you don't do this, every time you update the container it will lose everything inside it.
This is not related to ABS, but to Docker.

I assume you uploaded everything through the web without proper mappings, so after an update you lost the temporary content. How you do proper mappings is more a question of your NAS and can better be answered either in their forums or in the ABS discord than in this old thread.
If you did not upload your books via the web interface, please add a new comment with saying so that you didn't.

@Vito0912 commented on GitHub (Aug 10, 2025): I don't want to spam this old issue, but without proper configuration there is not much help possible, and the files are probably gone. You need to persistently map the volumes. If you don't do this, every time you update the container it will lose everything inside it. This is not related to ABS, but to Docker. I assume you uploaded everything through the web without proper mappings, so after an update you lost the temporary content. How you do proper mappings is more a question of your NAS and can better be answered either in their forums or in the ABS discord than in this old thread. If you did not upload your books via the web interface, please add a new comment with saying so that you didn't.
Author
Owner

@Stretox commented on GitHub (Aug 12, 2025):

I assume you uploaded everything through the web without proper mappings, so after an update you lost the temporary content. How you do proper mappings is more a question of your NAS and can better be answered either in their forums or in the ABS discord than in this old thread.

I think this was the issue. Luckily I had backups for my audiobooks so nothing is lost :)

Thank you again so much for helping me 🐳

@Stretox commented on GitHub (Aug 12, 2025): > I assume you uploaded everything through the web without proper mappings, so after an update you lost the temporary content. How you do proper mappings is more a question of your NAS and can better be answered either in their forums or in the ABS discord than in this old thread. I think this was the issue. Luckily I had backups for my audiobooks so nothing is lost :) Thank you again so much for helping me 🐳
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#245