简体   繁体   English

Debian Linux,PHP,Apache和MySQL上的CodeIgniter和WordPress应用程序的升级过程

[英]Upgrade procedures for CodeIgniter and WordPress applications on Debian Linux, PHP, Apache, and MySQL

I'm a programmer that recently moved to a company where I need to start thinking about keeping software libraries and a Debian Linux LAMP stack on their current versions. 我是一名程序员,最近刚搬到一家公司,在那里我需要开始考虑将软件库和Debian Linux LAMP堆栈保持在当前版本上。

Before I jump in I'm curious on how others usually do this with the least amount of frustration. 在我加入之前,我很好奇其他人通常如何以最少的挫败感来做到这一点。 :) :)

We run applications that use CodeIgniter and others that use WordPress. 我们运行使用CodeIgniter的应用程序以及使用WordPress的其他应用程序。 Is it best to upgrade these before upgrading the Debian LAMP stack or the other way around? 最好在升级Debian LAMP堆栈之前进行升级吗?

In addition, what do others consider "best practices" on how often to upgrade? 此外,其他人认为升级频率如何的“最佳实践”是什么? My first thought would to do this annually. 我的第一个想法是每年这样做一次。

Thanks! 谢谢! Jason 杰森

In my company we have a production and a test environment, we usually upgrade the test server first, after that, we run test cases, and if the test cases went OK, within a couple of days we patch the production server, if the test cases fails, we try to fix them. 在我的公司中,我们有一个生产和测试环境,通常先升级测试服务器,然后再运行测试用例,如果测试用例运行正常,那么几天之内我们就会对生产服务器进行补丁,如果测试案例失败,我们将尝试修复它们。

I don't have experience in codeigniter and wordpress, we use QCubed and other frameworks, first if a new release is out, we check requirements, then upgrade these first, and then the LAMP stack update comes after, all this in the test server. 我没有使用Codeigniter和Wordpress的经验,我们使用QCubed和其他框架,首先,如果有新版本发布,我们检查需求,然后先进行升级,然后再进行LAMP堆栈更新,所有这些都在测试服务器中。 It really depends on the requirements of the software which updates first. 这实际上取决于首先更新的软件的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM