When trying to upgrade some datebases on a ubunt 14.04 machine couchup always returns with
{"error":"unauthorized","reason":"unauthorized to access or create database http://127.0.0.1:5986/acra-db/"}
before that there is an error:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./couchup", line 92, in _watch_replication
raise Exception('Cannot retrieve {} doc_count!'.format(db))
Is there something I am missing?
When trying to upgrade some datebases on a ubunt 14.04 machine couchup always returns with
{"error":"unauthorized","reason":"unauthorized to access or create database http://127.0.0.1:5986/acra-db/"}
before that there is an error:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./couchup", line 92, in _watch_replication
raise Exception('Cannot retrieve {} doc_count!'.format(db))
Is there something I am missing?