Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Some settings clear on restart. #74

Closed
1 task done
danielkinahan opened this issue May 5, 2024 · 3 comments
Closed
1 task done

[BUG] Some settings clear on restart. #74

danielkinahan opened this issue May 5, 2024 · 3 comments

Comments

@danielkinahan
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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
2. Set host name in settings using web gui
3. docker compose restart
4. 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.
Copy link

github-actions bot commented May 5, 2024

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
Copy link
Contributor

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Aug 4, 2024
Copy link

github-actions bot commented Sep 3, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants