Skip to content

Configuration (Profiles/Tasks) Lost After docker-compose down #99

@Krindog7337

Description

@Krindog7337

Is there an existing issue for this?

  • I have searched the existing issues and did not find anything similar.

Bug Description

Description

Settings created within the Rclone Manager UI, specifically sync profiles, cron schedules, and tasks are not persisting after the container is stopped and removed via docker-compose down. While the rclone remotes (rclone.conf) remain intact, all app-specific configurations disappear. The UI returns to a "fresh" state. All profiles and tasks are gone. Only the storage remotes (loaded from the external rclone.conf volume) are still present.

Operating System

Linux

OS Version

Linux omv 6.12.57+deb12-amd64

App Version Type

Headless (Web server accessed via browser)

App Version Number

0.2.0

RClone Version

1.73.0

Steps to Reproduce

  1. Launch Rclone Manager using docker-compose up -d.
  2. Access the Web UI and create a New Profile or a Scheduled Sync Task.
  3. Verify the task is saved and visible in the dashboard.
  4. Run docker-compose down on the host machine.
  5. Run docker-compose up -d again.
  6. Return to the Web UI.

Expected Behavior

All previously created profiles, cron jobs, and sync tasks should be restored and visible, as they should be stored in a persistent database.

Relevant Logs

Screenshots/Recordings

No response

Additional Context

The issue does not occur during a docker compose stop

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions