mongodb replicaset host name change error

后端 未结 2 371
礼貌的吻别
礼貌的吻别 2021-02-04 16:42

I have a mongodb replicaset on ubuntu.. In replica set, hosts are defined as localhost. You can see ;

{
    \"_id\" : \"myrep\",
    \"version\" : 4,
    \"membe         


        
2条回答
  •  温柔的废话
    2021-02-04 17:31

    The only way I found to change host names is recreating replica set.. To make it right db directories need to be cleaned.. Then starting all servers with replication mode after that creating new repset with new host names fixed it.

提交回复
热议问题