haberda / signal-addon

Signal addon docker files
9 stars 7 forks source link

Unable to start container - Directory not empty #124

Closed steveredden closed 4 months ago

steveredden commented 5 months ago

Getting the following when attempting to start the add-on:

mv: inter-device move failed: '/data/data' to '/config/data'; unable to remove target: Directory not empty
steveredden commented 5 months ago

I got around this by

  1. Backing up my ../addon_configs/*_signal_messenger directory
  2. Deleting ../addon_configs/*_signal_messenger/data directory
  3. Starting the container
  4. Replacing the /data directory
  5. Restarting the container
haberda commented 4 months ago

Yeah, I wrote some basic logic to try and migrate the configs over, but obviously not perfect. Glad you got it working.