成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

tigase7.02升級8.0

idisfkj / 2219人閱讀

摘要:備份配置文件和數(shù)據(jù)庫導出原來的數(shù)據(jù)庫結構和數(shù)據(jù)備份配置文件升級配置文件執(zhí)行配置文件當出現(xiàn)如下畫面時配置文件以連接到數(shù)據(jù)庫。

備份配置文件和數(shù)據(jù)庫

導出原來的數(shù)據(jù)庫(結構和數(shù)據(jù))

備份配置文件

cp ../tigase-server7.02/etc/tigase.conf etc/
cp ../tigase-server7.02/etc/init.properties etc/

升級配置文件
執(zhí)行配置文件./scripts/tigase.sh upgrade-config etc/tigase.conf
當出現(xiàn)如下畫面時

=============================================================================
    Configuration file etc/init.properties was converted to DSL format.
    Previous version of a configuration file was saved at etc/init.properties.old
=============================================================================

配置文件config.tdsl以連接到數(shù)據(jù)庫。

更新數(shù)據(jù)庫結構
./scripts/tigase.sh upgrade-schema etc/tigase.conf
Mysql數(shù)據(jù)庫必須5.7以上版本
成功之后,看到如下界面:

=============================================================================
    Schema upgrade finished

      Data source: default with uri
    jdbc:mysql://HOST/DATABASE?user=USERNAME&password=PASSWORD
    Checking connection to database ok
    Checking if database exists     ok
    Loading schema: Tigase XMPP Server (Core), version: 8.0.0       ok
    Loading schema: Tigase Message Archiving Component, version: 1.3.0      ok
    Loading schema: Tigase MUC Component, version: 2.5.0    ok
    Loading schema: Tigase PubSub Component, version: 3.3.0 ok
    Adding XMPP admin accounts      warning
            Message: Error: No admin users entered
    Post installation action        ok

=============================================================================

啟動運行

scripts/tigase.sh start etc/tigase.conf

遇到的問題

升級后,新增了tig_user_credentials表,需要針對原來認證方式存儲用戶密碼,sha1或者plain.,否則會出現(xiàn)無法登陸的問題。

存儲聊天記錄遇到的問題

先配置聊天記錄

message-archive {
  archive-repo-uri = "jdbc:mysql://localhost/tigasedb7?user=root&password=root",
  tags-support = true
  }
  sess-man {
  message-archive {
     default-store-method = "message",
     required-store-method = "body"
  }
  }

亂碼問題,修改如下即可解決。

   message-archive {
   archive-repo-uri = "jdbc:mysql://localhost/tigasedb7?user=root&password=root&useUnicode=true&characterEncoding=UTF-8",
   tags-support = true
  }

群消息無法推送,收到new room locked消息體,設置配置文件config.tdsl

  muc {
      "muc-lock-new-room" = false
  }

文章版權歸作者所有,未經(jīng)允許請勿轉載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉載請注明本文地址:http://systransis.cn/yun/75101.html

相關文章

  • Mysql 8.0版本驅動getTables返回所有庫的表的問題

    摘要:如果你是使用的版本驅動,需要將換成需要注意的是版本驅動相關的參數(shù)有變化比如版本驅動將參數(shù)的默認值由改為了,如果你使用獲取所有的表信息,版本驅動將返回所有庫的表。 MySQL Connector/J 8.0版本驅動向下兼容之前的5.5+版本MySQL,如果你使用的是5.5+版本MySQL,都可以升級成8.0版本驅動。 如果你是使用的5.X版本驅動,需要將Driver Class換成: ...

    LeexMuller 評論0 收藏0

發(fā)表評論

0條評論

最新活動
閱讀需要支付1元查看
<