nEDM-TUM / nEDM-Interface

nEDM User Interface for sub systems. For Tablets, Smartphones, PCs
2 stars 10 forks source link

db mirror server 10.155.59.88 not synced since Dec 7th? #47

Closed flotum closed 8 years ago

flotum commented 8 years ago

the mirror server seems to be synced only till Dec 7th. probably the date it went down for the first time? you can check monitoring pages and also the measurements calendar

mgmarino commented 8 years ago

@stefan789, try a restart of the db there, it will restart the corresponding replication processes:

import cloudant

acct = cloudant.Account(uri="http://10.155.59.88:5984")
res = acct.login(un, pw) 
print acct.post("_restart").json()
stefan789 commented 8 years ago

replication began after couchdb restart

closed