Skip to content
Snippets Groups Projects
  1. Jun 20, 2019
  2. Jun 19, 2019
  3. Jun 18, 2019
  4. Jun 17, 2019
  5. Jun 16, 2019
  6. Jun 14, 2019
  7. Jun 13, 2019
  8. Jun 11, 2019
  9. Jun 10, 2019
    • ZijianGuo's avatar
      Fix mongo command for checking replication status · 08f5c50e
      ZijianGuo authored
      
      By default, the mongo command connection address is '127.0.0.1:27017'.
      If we change mongodb_port, It cause the handle 'Checking current
      replication status' always connect to '127.0.0.1:27017'. So we need
      add options like '--host' and '--port'.
      
      Change-Id: I172ef3d19ff2bea97db3a5207c1a984cd188ceba
      Signed-off-by: default avatarZijianGuo <guozijn@gmail.com>
      08f5c50e
Loading