Knowage migration tutorial

1. Back up the webapp directory of the old machine

2. Database backup of the old machine

3. Install MYSQL on the new machine

4. Install the knowledge package on the new machine

5. The new machine executes Chinese

6. Replace the webapp of the old machine with the new machine

7. Import the database overwrite to the new machine

8. The MYSQL-server of the new machine should be set to UTF8

9. Add a utf8 to catalina.bat of the new machine

if not "%JSSE_OPTS%" == "" goto gotJsseOpts
set JSSE_OPTS="-Djdk.tls.ephemeralDHKeySize=2048"
:gotJsseOpts
set "JAVA_OPTS=%JAVA_OPTS% %JSSE_OPTS% -Dfile.encoding=UTF-8"

10. Dynamic BI

Guess you like

Origin blog.csdn.net/ccagy/article/details/108695993