Skip to content

Duplicate devices #198

@deseven

Description

@deseven

Suddenly all my online devices were duplicated, they all have the same IP and MAC addresses:

Image

All old ones are marked as offline.

To fix this, I did the following:

delete from history where known = 0;
delete from now where known = 0;

It seems to be working now, but this is pretty concerning. Why the tables even allow to have multiple entries with the same IP and MAC?

Right before that happened there were many errors like this in the container logs:

2025/07/25 23:29:02 ERROR database is locked (5) (SQLITE_BUSY)

This error also pops up occasionally here and there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions