Skip to content

v1.6.0

Compare
Choose a tag to compare
@yuansx yuansx released this 23 Oct 02:49
· 576 commits to master since this release
  • 说明

    • tars-c++ IPv6,绑定地址为IPv6的地址格式即可;
    • 新安装tars框架的数据库已经把相应字段扩大,如果是升级框架则需要执行下面命令;
      1. mysql -uroot -proot@appinside db_tars -e "alter table t_config_files modify column host varchar(50) not null default '';"
      2. mysql -uroot -proot@appinside db_tars -e "alter table t_node_info modify column endpoint_ip varchar(50) default '';"
      3. mysql -uroot -proot@appinside db_tars -e "alter table t_task_item modify column node_name varchar(50) default null;"
  • Description

    • tars-c++ supports IPv6 by binding the address to IPv6.
    • The database of the newly installed tars framework has expanded the corresponding fields. If it is an upgrade framework, you need to execute the following command:
      1. mysql -uroot -proot@appinside db_tars -e "alter table t_config_files modify column host varchar(50) not null default '';"
      2. mysql -uroot -proot@appinside db_tars -e "alter table t_node_info modify column endpoint_ip varchar(50) default '';"
      3. mysql -uroot -proot@appinside db_tars -e "alter table t_task_item modify column node_name varchar(50) default null;"