当前位置: 首页 > news >正文

网站推广策划思路是什么网站设计要点 优帮云

网站推广策划思路是什么,网站设计要点 优帮云,如何制作大气网站,青海省高等级公路建设管理局网站一、升级准备 Jira 管理界面执行升级检查下载升级包#xff0c;使用原操作方式相同的方式安装。我这里原来的版本是通过./atlassian-jira-software-9.11.2-x64.bin安装的#xff0c;接下来下载atlassian-jira-software-9.11.3-x64.bin的安装文件停止 Jira#xff0c;bin/st…一、升级准备 Jira 管理界面执行升级检查下载升级包使用原操作方式相同的方式安装。我这里原来的版本是通过./atlassian-jira-software-9.11.2-x64.bin安装的接下来下载atlassian-jira-software-9.11.3-x64.bin的安装文件停止 Jirabin/stop-jira.sh使用mysqldump -u root -p --all-databases | gzip mysqldump.20231110.sql.gz备份完整的数据库使用命令ll /opt/atlassian/jira/atlassian-jira/WEB-INF/lib | grep mysql检查之前的数据库驱动文件版本并复制一份做好备份检查之前修改过的文件并保留文件内容在新版本安装后将变动的内容复制进去不要整个文件覆盖。我这边改过setenv.sh,startup.sh,server.xml 二、执行升级操作 执行以下命令开始执行升级操作。注意中间几个命令的选择升级的话可以按照以下记录核对一步步做即可。 rootlocalhost:/home/ubuntu# ./atlassian-jira-software-9.11.3-x64.bin Unpacking JRE ... Starting Installer ...# 询问是否安装指定版本输入o按回车 This will install Jira Software 9.11.3 on your computer. OK [o, Enter], Cancel [c] o Click Next to continue, or Cancel to exit Setup.Choose the appropriate installation or upgrade option. Please choose one of the following: # 这里询问安装方式我们是升级所以输入3按回车 Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2], Upgrade an existing Jira installation [3, Enter] 3# 这里提示默认目录位置记得按回车确认我以为后台已经在执行瞎等了半天 Existing installation directory: [/opt/atlassian/jira]Back up Jira home directory The upgrade process will automatically back up your Jira installation directory. You can also choose to back up your existing Jira home directory. Both directories are backed up as zip archive files in their respective parent directory locations.We strongly recommend choosing this option in the unlikely event that you experience problems with the upgrade and may require these backups to restore your existing Jira installation.If you have many attachments in your Jira home directory, the zip archive of this directory may consume a significant amount of disk space. # 我选择了备份默认目录这样子如果失败了还有地方可以还原根据文件多少这里需要等等。输入 y按回车 Back up Jira home directory? Yes [y, Enter], No [n] yChecking for local modifications.List of modifications made within Jira directories.# 记住下面改动过的文件内容安装完了之后去确认文件内容除了setenv.sh、startup.sh和需要修改本次升级server.xml文件中变更点还在数据库驱动包也还在 The following provides a list of file modifications within the atlassian-jira directory.Modified files:bin/setenv.shconf/server.xmlbin/startup.sh Removed files:(none) Added files:atlassian-jira/WEB-INF/lib/mysql-connector-java-8.0.30.jar[Enter]Checking if your instance of Jira Software is runningUpgrade checklist Complete these steps to have a smooth upgrade experience. If you need more details, see https://docs.atlassian.com/jira/jadm-docs-0911/Preparingfortheupgrade.# 在 Jira 管理界面中运行健康检查确保所有服务都正常 1. Run a Jira health check Run a Jira health check to verify that youre ready to upgrade. Make sure that checks related to the license and database have passed, but you can also fix other detected problems.# 在提示升级的管理界面中确认兼容性 2. Check app compatibility Make sure your apps are compatible with the Jira version youre upgrading to. Disable all incompatible apps, so they dont affect your upgrade.# 使用工具备份数据库前面已经做过了 3. Back up the database Back up the Jira database using your databases native backup tools.# 确认上面的都做了就输入 y按回车 Have you completed all these steps? Yes [y], No [n, Enter] y # 确认是否升级输入 u按回车 Your existing Jira installation is about to be upgraded! Do you want to proceed? Upgrade [u, Enter], Exit [e] uYour instance of Jira is currently being upgraded. Checking if Jira has been shutdown... Backing up the Jira installation directoryBacking up the Jira home directoryDeleting the previous Jira installation directory...Extracting files .../opt/atlassian/jira/bin/tcnative-1.dllThe file already exists.# 确认覆盖输入 y按回车 Would you like Setup to overwrite it? Yes [y], Yes to All [ya], No [n], No to All [na] yPlease wait a few moments while Jira Software is configured.# 询问是否启动新版本的 Jira这里选择否因为后面还需要检查自定义的配置文件所以输入 n按回车 Installation of Jira Software 9.11.3 is complete Start Jira Software 9.11.3 now? Yes [y], No [n, Enter] nInstallation of Jira Software 9.11.3 is complete Your installation of Jira Software 9.11.3 is now ready. Custom modifications Your previous Jira installation contains customisations (eg server.xml) that must be manually transferred. Refer to our documentation more information: http://docs.atlassian.com/jira/jadm-docs-0911/UpgradingJIRAapplicationsmanually#UpgradingJIRAapplicationsmanually-configuringnewjiraasold3.4MigrateyourexistingJIRAconfigurationsovertoyournewJIRAinstallation Finishing installation ...至此升级安装过程已经完成 三、升级后文件检查 改 /opt/atlassian/jira/bin/setevn.sh JAVA_OPTS-Xms${JVM_MINIMUM_MEMORY} -Xmx${JVM_MAXIMUM_MEMORY} ${JVM_CODE_CACHE_ARGS} ${JAVA_OPTS} ${JVM_REQUIRED_ARGS} ${DISABLE_NOTIFICATIONS} ${JVM_SUPPORT_RECOMMEND ED_ARGS} ${JVM_EXTRA_ARGS} ${JIRA_HOME_MINUSD} ${START_JIRA_JAVA_OPTS}修改自己想要的参数 JAVA_OPTS-j*******.jar -Xms${JVM_MINIMUM_MEMORY} -Xmx${JVM_MAXIMUM_MEMORY} ${JVM_CODE_CACHE_ARGS} ${JAVA_OPTS} ${JVM_REQUIRED_ARGS} ${DISABLE_NOTIFICATIONS} ${JVM_SUPPORT_RECOMMEND ED_ARGS} ${JVM_EXTRA_ARGS} ${JIRA_HOME_MINUSD} ${START_JIRA_JAVA_OPTS}改 /opt/atlassian/jira/bin/startup.sh使用80端口启动Tomcat。最后一行 exec $PRGDIR/$EXECUTABLE start $改成 exec authbind --deep $PRGDIR/$EXECUTABLE start $原来authbind的安装配置的文章请参考我的在 Linux 以非 root 用户将 Tomcat 运行在 80 端口上 改 /opt/atlassian/jira/conf/server.xml 文件确认监听80端口注意Connector port参数值即可 Connector port80 relaxedPathChars[]| relaxedQueryChars[]|{}^#x5c;#x60;quot;lt;gt;maxThreads150 minSpareThreads25 connectionTimeout20000 enableLookupsfalsemaxHttpHeaderSize8192 protocolHTTP/1.1 useBodyEncodingForURItrue redirectPort8443acceptCount100 disableUploadTimeouttrue bindOnInitfalse/数据库连接驱动文件检查 # ll /opt/atlassian/jira/atlassian-jira/WEB-INF/lib | grep mysql -rw-r--r-- 1 root root 2513563 Nov 10 09:23 mysql-connector-java-8.0.30.jar四、启动服务后检查 所有自定义配置的文件内容确认完了之后进入 /opt/atlassian/jira 目录执行 bin/start-jira.sh 启动服务然后有一个升级后启动的过程耐心等待。 我在启动过程中有提示 server.xml 文件内容不对我核实了端口号是对的直接忽略警告继续启动了。 启动成功后登录管理界面会提示需要重建索引按照提示操作即可。 至此升级完成。如果一切正常后可以删除过程中自动备份的目录文件我这边两个文件共占用 1GB 的空间。 rm -f /opt/atlassian/jira-9.11.2-back.zip rm -f /var/atlassian/application-data/jira-9.11.2-back.zip五、官方参考资料 Upgrading Jira (manual)
http://www.hkea.cn/news/14267149/

相关文章:

  • 网站接电话上海做公司网站多少钱
  • 湖南网站备案要多少天wordpress 720云
  • 如何选择盐城网站开发网站如何兼容ie6
  • 南京家具网站建设人力资源外包平台
  • 惠州网站制作软件商务网站建设包含了
  • 秦皇岛网站制作源码红色基调的网站
  • 网站开发+演讲西安公司注销
  • 网站推广排名优化多少钱聊石家庄seo
  • 有没有做网站源代码修改的做的网站浏览的越多越挣钱
  • 东莞商城网站建设公司哈尔滨网页设计与制作
  • 建设银行网站注册用户做网站设计有哪些网页
  • 你的网站尚未进行备案wordpress图片页面模板
  • 做自己的网站的好处明星网页设计模板
  • 铁岭免费移动网站建设做普工招聘网站
  • 万基城市建设有限公司网站有哪些企业有网站有哪些类型
  • app手机电视网站设计方案wordpress怎么上手
  • 网站建网站建设专业工业和信息化部电子第五研究所
  • 新乡网站建设制作公司手游传奇发布网站999
  • 淘宝客cms网站模板下载地址网站建设的公文格式
  • 域名解析到别人网站东莞做网络推广的公司
  • 手机网站建设企业湖北手机网站制作
  • 深圳网站seo优化公司新网站怎么做优化
  • 网站后台上传图片显示运行错误为什么做视频的素材什么网站好
  • 常州建站费用营销型高端网站建设价格
  • 网站开发建设交印花税吗网站建设的基础常识
  • 铁岭网站建设建网站比较好
  • app开发网站网站突然在百度消失了
  • 如何做网站域名备案应税服务网站开发开票
  • 惠州有没有做网站无忧网络网站建设
  • 做网站主机几个配件深圳龙华网站建设公司哪家好