linuxserver / docker-duplicati

GNU General Public License v3.0
287 stars 36 forks source link

[BUG] Some settings clear on restart. #74

Open danielkinahan opened 1 month ago

danielkinahan commented 1 month ago

Is there an existing issue for this?

Current Behavior

The Hostnames field in the settings will reset to * after a restart.

Expected Behavior

The Hostnames field in the settings will retain values after a restart.

Steps To Reproduce

1.docker compose up -d

  1. Set host name in settings using web gui
  2. docker compose restart
  3. Hostname value will be reset to *

Environment

- OS: Debian Bookworm
- How docker service was installed: Recommended debian install https://docs.docker.com/engine/install/debian/

CPU architecture

x86-64

Docker creation

yaml
services:
  duplicati:
    image: lscr.io/linuxserver/duplicati:latest
    container_name: duplicati
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Montreal
    volumes:
      - ./config:/config
      - /home:/source
    restart: always

### Container logs

```bash
[migrations] started

[migrations] no migrations found

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗

      ██║     ██╔════╝██║██╔═══██╗

      ██║     ███████╗██║██║   ██║

      ██║     ╚════██║██║██║   ██║

      ███████╗███████║██║╚██████╔╝

      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io

───────────────────────────────────────

To support LSIO projects visit:

https://www.linuxserver.io/donate/

───────────────────────────────────────

GID/UID

───────────────────────────────────────

User UID:    1000

User GID:    1000

───────────────────────────────────────

[custom-init] No custom files found, skipping...

[ls.io-init] done.
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.