Instances are duplicated #169

Closed
opened 2018-08-01 22:14:12 +00:00 by elegaanz · 1 comment
elegaanz commented 2018-08-01 22:14:12 +00:00 (Migrated from github.com)

It looks like it is only happening with the local instance, so a temporary workaround may be to run this SQL:

DELETE from instances WHERE local = 't' AND id != 1;

I think this bug is related to the instance settings code, but not 100% sure.

It looks like it is only happening with the local instance, so a temporary workaround may be to run this SQL: ```sql DELETE from instances WHERE local = 't' AND id != 1; ``` I think this bug is related to the instance settings code, but not 100% sure.
elegaanz commented 2018-09-02 10:26:43 +00:00 (Migrated from github.com)

I can't reproduce this issue anymore… Really weird. I'm closing for now. Tell me if you encounter a similar issue.

I can't reproduce this issue anymore… Really weird. I'm closing for now. Tell me if you encounter a similar issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: Plume/Plume#169
No description provided.