You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/02/19 10:29:31 UTC

[GitHub] ashirvadgupta commented on issue #1168: Database failed to load

ashirvadgupta commented on issue #1168: Database failed to load
URL: https://github.com/apache/couchdb/issues/1168#issuecomment-366648300
 
 
   I think I got the solution:
   
   If we are making any changes to either node name or IP address or hostname, we will get database corruption issue.
   
   To overcome the issue, one used to remember what exactly nodename or IPaddress or hostname was earlier given.
   
   For example, We will get this issue in following scenarios:
   1)	If it is earlier couchdb@docker-validation-3, and we change it to couchdb@<IP address of docker-validation-3>, we will get this issue. And if we change it back, we will be able to see all databases with data.
   2)	If it is earlier couchdb@docker-validation-3, and we change it to ashirvad@docker-validation-3, we will get this issue. And if we change it back, we will be able to see all databases with data.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services