RipcordSoftware/replication-monitor

Doesn't work with / in db names

bernharduw opened this issue · 2 comments

The replication monitor doesn't accept slashes in database names, e.g. 'analytics/app'. Database names should be url-encoded (encodeURIComponent() in JS).

image

Resolved in b781f46.

@bernharduw you can upgrade by running brew install replication-monitor again.

Works great, thanks a lot! (I used brew upgrade replication-monitor instead)