Loading backup provider from JSON has to be removed #72

Closed
opened 2023-11-17 15:59:25 +02:00 by inex · 1 comment

Right now, we only try to load backup provider information from JSON if we don't find any info on Redis, and move this information to Redis anyway.

After the refactor of NixOS config and userdata file, there will be no backup provider field in the JSON file, so we can safely remove these functions.

Backups._load_provider_json()

Right now, we only try to load backup provider information from JSON if we don't find any info on Redis, and move this information to Redis anyway. After the refactor of NixOS config and userdata file, there will be no backup provider field in the JSON file, so we can safely remove these functions. `Backups._load_provider_json()`
inex added the
Refactor
Priority
Low
Module
Backups
Severity
Low
labels 2023-11-17 15:59:25 +02:00
Poster
Owner

It has to be removed now. Backups._load_provider_json() now only used by tests, and new userdata file will never have backup configuration

It has to be removed now. `Backups._load_provider_json()` now only used by tests, and new userdata file will never have backup configuration
inex added
Priority
Medium
and removed
Priority
Low
labels 2024-01-10 14:18:56 +02:00
inex changed title from Loading backup provider from JSON can be removed to Loading backup provider from JSON has to be removed 2024-01-10 14:19:07 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SelfPrivacy/selfprivacy-rest-api#72
There is no content yet.