WO2016054886A1 - Software upgrade method and apparatus, electronic device and storage medium - Google Patents

Software upgrade method and apparatus, electronic device and storage medium Download PDF

Info

Publication number
WO2016054886A1
WO2016054886A1 PCT/CN2015/072807 CN2015072807W WO2016054886A1 WO 2016054886 A1 WO2016054886 A1 WO 2016054886A1 CN 2015072807 W CN2015072807 W CN 2015072807W WO 2016054886 A1 WO2016054886 A1 WO 2016054886A1
Authority
WO
WIPO (PCT)
Prior art keywords
patch
client
electronic device
request
upgrade
Prior art date
Application number
PCT/CN2015/072807
Other languages
French (fr)
Chinese (zh)
Inventor
肖锋钢
徐融
乔文军
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016054886A1 publication Critical patent/WO2016054886A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Definitions

  • the present invention relates to computer technology, and in particular, to a software upgrade method, apparatus, and electronic device and storage medium.
  • a hot patch upgrade is a code segment replacement.
  • a cold patch upgrade refers to the replacement of an executable body (that is, a process) itself.
  • the patch is a program that solves the problem developed by the problem exposed during the use of the software.
  • the hot patch upgrade can implement partial software modification in a timely manner without interrupting the operation of the business, reducing the number of software upgrades.
  • the hot patch upgrade has the following limitations and disadvantages: First, the macro value, the original structure and the variables, and the number of parameters of the function cannot be modified. Second, the hot patches have complex dependencies on each other, and subsequent maintenance and management. It is more difficult and may even cause hot patches to be unavailable.
  • Cold patch upgrades are a thorough and pure fix, and there are no restrictions on the above hot patch upgrades.
  • the repair of the critical process requires the re-allocation of some of the underlying resources, the device needs to be reset after the cold patch upgrade, which has a long service interruption time and affects the normal operation of the service.
  • embodiments of the present invention are expected to provide a software upgrade method, apparatus, and electronic device and storage medium.
  • a software upgrade method provided by an embodiment of the present invention is applied to a server end of an electronic device,
  • the electronic device is installed with software, and the method includes:
  • the first patch and the second patch specified by the patch adding request are added at the same time, the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade;
  • the software upgrade method provided by the embodiment of the present invention is applied to an electronic device installed with software, where the electronic device includes a server and a client, and the method includes:
  • the server receives a patch addition request
  • the server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade. Notifying the client to apply the first patch to the instant application, and notifying the client to apply the second patch when the electronic device is restarted;
  • the client applies the first patch or the second patch according to the notification of the server.
  • a software upgrade device is provided in an embodiment of the present invention.
  • the device is installed in an electronic device, where the electronic device is installed with software, and the device includes:
  • the patch adding unit is configured to receive a patch adding request, and the first patch and the second patch specified by the patch adding request are simultaneously added, where the first patch is used for hot patch upgrade, and the second patch is used for cold Patch upgrade;
  • the notification unit is configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted.
  • An electronic device is provided by the embodiment of the present invention, where the electronic device is installed with software, and the electronic device includes: a server and a client, where
  • the server is configured to receive a patch addition request, and add the patch addition request
  • the first patch and the second patch are added simultaneously, the first patch is used for hot patch upgrade, the second patch is used for cold patch upgrade, and configured to notify the client to perform the first patch.
  • Instant application and when the electronic device is restarted, notifying the client to apply the second patch;
  • the client is configured to apply the first patch or the second patch according to the notification of the server.
  • the embodiment of the invention further provides a computer storage medium, wherein a computer program is stored, which is used to execute the software upgrade method applied to the server of the electronic device.
  • the technical solution of the embodiment of the present invention adds a cold patch while adding a hot patch.
  • Hot patches are applied immediately, but cold patches are not applied immediately, but are applied when a reset is performed on the electronic device due to system maintenance. In this way, you can use the hot patch to fix the problem.
  • the cold patch When the device is restarted at the appropriate time, use the cold patch to avoid restarting the device due to the cold upgrade and ensure the normal operation. And you can delete the hot patches that are no longer needed, so as to avoid the adverse effects caused by too many hot patches.
  • FIG. 1 is a schematic flowchart of a first embodiment of a software upgrade method according to the present invention
  • FIG. 2 is a schematic flowchart of a second embodiment of a software upgrade method according to the present invention.
  • FIG. 3 is a schematic flowchart of a first embodiment of another software upgrade method according to the present invention.
  • FIG. 4 is a schematic flowchart diagram of a second embodiment of another software upgrade method according to the present invention.
  • FIG. 5 is a schematic structural diagram of an embodiment of a software upgrading apparatus according to the present invention.
  • FIG. 6 is a schematic structural diagram of an embodiment of an electronic device according to the present invention.
  • FIG. 7 is a schematic structural diagram of another embodiment of an electronic device according to the present invention.
  • FIG. 8 is a schematic flowchart of an application scenario of a software upgrade method according to the present invention.
  • FIG. 9 is a schematic flowchart of a patch addition according to an embodiment of the present invention.
  • FIG. 10 is a schematic flowchart of a patch application according to an embodiment of the present disclosure.
  • FIG. 11 is a schematic flowchart of a patch deletion according to an embodiment of the present invention.
  • FIG. 12 is a schematic flowchart of a patch information query according to an embodiment of the present disclosure.
  • FIG. 13 is a schematic flowchart of a patch application status query according to an embodiment of the present invention.
  • the first embodiment of the software upgrade method provided by the present invention is applied to a server of an electronic device, and the electronic device is installed with software. As shown in FIG. 1 , the method includes:
  • Step 101 Receive a patch addition request.
  • Step 102 The first patch and the second patch specified by the patch adding request are added at the same time, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade.
  • the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch.
  • Information such as size, name, status (if applied), version number, file name, and so on.
  • the configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • Step 103 The control client applies the first patch to the instant application, and when the electronic device restarts, controls the client to apply the second patch.
  • the second embodiment of the software upgrade method provided by the present invention is applied to a server of an electronic device, and the electronic device is installed with software. As shown in FIG. 2, the method includes:
  • Step 201 Receive a patch addition request.
  • Step 202 Add the first patch and the second patch that are specified by the patch adding request, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade.
  • the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch.
  • Information such as size, name, status (if applied), version number, file name, and so on.
  • the configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • Step 203 The control client applies the first patch to the instant application, and when the electronic device restarts, controls the client to apply the second patch.
  • Step 204 Receive a patch deletion request.
  • Step 205 Delete the first patch specified by the patch deletion request.
  • the deleting the first patch specified by the patch deletion request may include:
  • the method may further include:
  • the method further includes:
  • the server receives a patch information query request
  • the server obtains and outputs the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
  • the method further includes:
  • the configuration information corresponding to the first patch or the second patch is modified.
  • the first embodiment of the software upgrade method provided by the present invention is applied to an electronic device installed with software.
  • the electronic device includes a server and a client. As shown in FIG. 3, the method includes:
  • Step 301 The server receives a patch addition request.
  • Step 302 The server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
  • the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information
  • the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include information such as a size, a name, a status (such as whether it has been applied), a version number, a file name, and the like.
  • the configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • Step 303 The client is notified to apply the first patch to the instant application, and when the electronic device is restarted, notify the client to apply the second patch.
  • Step 304 The client applies the first patch or the second patch according to the notification of the server.
  • the second embodiment of the software upgrade method provided by the present invention is applied to an electronic device installed with software.
  • the electronic device includes a server and a client. As shown in FIG. 4, the method includes:
  • Step 401 The server receives a patch addition request.
  • Step 402 The server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
  • the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information
  • the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include information such as a size, a name, a status (such as whether it has been applied), a version number, a file name, and the like.
  • the configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • Step 403 The client is notified to apply the first patch to the instant application, and when the electronic device is restarted, notify the client to apply the second patch.
  • Step 404 The client applies the first patch or the second patch according to the notification of the server.
  • Step 405 The server receives a patch deletion request.
  • Step 406 The server deletes the first patch specified by the patch deletion request.
  • the method may further include:
  • the server receives a patch status query request
  • the server sends the patch status query request to the client
  • the client obtains patch status information by querying according to the received patch status query request;
  • the server receives and outputs patch status information fed back by the client.
  • the method further includes:
  • the server receives a patch information query request
  • the server obtains and outputs the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
  • the method further includes:
  • the configuration information corresponding to the first patch or the second patch is modified.
  • the apparatus is disposed in an electronic device, and the electronic device is installed with software.
  • the software upgrading device may be a server end of the electronic device, as shown in the figure. As shown in Figure 5, the device comprises:
  • the patch adding unit 501 is configured to receive a patch adding request, and the first patch and the second patch specified by the patch adding request are simultaneously added, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
  • the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch.
  • Information such as size, name, status (if applied), version number, file name, and so on.
  • the patch adding unit 501 is specifically configured to store configuration information of the first patch and the second patch into a volatile memory, and store the first patch and the second patch into a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • the notification unit 502 is configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted.
  • the apparatus further includes:
  • the patch deleting unit 503 is configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
  • the patch deleting unit is specifically configured to delete the configuration information of the first patch from the volatile memory, and delete the first patch from the non-volatile memory.
  • the apparatus further includes:
  • the patch status query unit 504 is configured to receive a patch status query request, send the patch status query request to the client, and receive and output patch status information fed back by the client, where the patch status information is the client The terminal obtains the query according to the received patch status query request.
  • the apparatus further includes:
  • the patch information querying unit is configured to receive the patch information query request, and obtain and output the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
  • the configuration information corresponding to the first patch or the second patch is modified.
  • An embodiment of an electronic device is provided.
  • the electronic device is installed with software.
  • the electronic device includes: a server 601 and a client 602, where
  • the server 601 is configured to receive a patch addition request, and add the first patch and the second patch specified by the patch addition request at the same time, where the first patch is used for hot patch upgrade, and the second patch is used. For the cold patch upgrade; and configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted;
  • the client 602 is configured to apply the first patch or the second patch according to the notification of the server.
  • the first patch may be one or more, and the second patch.
  • first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
  • the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch.
  • Information such as size, name, status (if applied), version number, file name, and so on.
  • the server 601 is specifically configured to store configuration information of the first patch and the second patch into a volatile memory, and store the first patch and the second patch into a non-volatile memory.
  • the volatile memory may be a memory
  • the non-volatile memory may be a hard disk.
  • the server 601 is further configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
  • the server 601 is further configured to receive a patch information query request, and obtain, according to the patch information query request, the configuration information specified by the patch information query request from the volatile memory.
  • the configuration information corresponding to the first patch or the second patch is modified.
  • the electronic device provided by the embodiment of the present invention is applicable to both the stand-alone mode and the distributed mode, as shown in FIG. 7.
  • the server manages all the patch information, such as the added patch information and the patch information of the application. It is responsible for handling the addition, application, deletion, and status query operations of the patch. When the patch information changes, it determines whether to notify the client according to the configuration.
  • the client is responsible for the execution of the patch application; actively requests information from the server, or passively accepts the patch change notification of the server.
  • the server can also be called the patch management server, and the client can also be called the patch management client.
  • the method includes:
  • the cold patch contains a fix for the previous hot patch.
  • the cold patches and hot patches are not limited here. They must be in an upgrade package and can be made separately.
  • the hot patch is applied immediately, and the cold patch is not applied immediately. If the device restarts abnormally, the cold patch will take effect after the restart.
  • S901 The server receives an external patch service request.
  • the server adds the patch package and its information, and records the patch information to the in-memory database.
  • the patch package can be stored in a permanent medium such as a hard disk or a flash of an electronic device for use when the electronic device is booted.
  • the patch information may refer to the configuration information in the above.
  • S1001 The server receives an external application patch package request.
  • S1002 The server records the patch information to the in-memory database. If it does not need to take effect immediately, go directly to S1007; if it needs to take effect immediately, go to S1003.
  • the hot patch is configured to take effect immediately, and the hot patch is configured to take effect immediately.
  • S1003 The server notifies the client of the patch information.
  • the client responds to the server.
  • S1007 The server responds to the external application patch package.
  • S1101 The server receives an external removal patch request.
  • the server deletes the patch package and its information, and deletes the patch information record from the in-memory database, and the patch package is permanently deleted.
  • FIG. 12 it is a process of querying the patch information, and querying the patch information of the added or applied patch.
  • the detailed steps are as follows:
  • S1201 The server receives an external patch information query request.
  • S1202 The server queries the patch information record from the in-memory database.
  • S1301 The server receives an external patch application status query request.
  • the server sends an application status query request to the client.
  • S1305 The server applies a status query response to the external patch.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may employ hardware embodiments, software embodiments, or junctions. In the form of an embodiment of the software and hardware aspects. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
  • the embodiment of the present invention further provides a computer storage medium, wherein a computer program is stored, and the computer program is used to execute a software upgrade method applied to a server of an electronic device according to an embodiment of the present invention.
  • the server adds a hot patch to the client and adds a cold patch, and the hot patch is applied immediately, but the cold patch is not applied immediately, but is applied when the electronic device is reset due to system maintenance. .
  • the cold patch When the device is restarted at the appropriate time, use the cold patch to avoid restarting the device due to the cold upgrade and ensure the normal operation. And you can delete the hot patches that are no longer needed, so as to avoid the adverse effects caused by too many hot patches.

Abstract

A software upgrade method and apparatus, an electronic device and a storage medium. The method comprises: receiving a patch adding request (101); simultaneously adding a first patch and a second patch that are specified in the patch adding request (102), the first patch being used for hot patch upgrade and the second patch being used for cold patch upgrade; and controlling a client to apply the first patch immediately, and controlling the client to apply the second patch when an electronic device is restarted (103).

Description

一种软件升级方法、装置和电子设备、存储介质Software upgrade method, device and electronic device, storage medium 技术领域Technical field
本发明涉及计算机技术,特别是一种软件升级方法、装置和电子设备、存储介质。The present invention relates to computer technology, and in particular, to a software upgrade method, apparatus, and electronic device and storage medium.
背景技术Background technique
目前,在对电子设备(如通信设备)进行软件升级的方法中,有热补丁升级和冷补丁升级两种方式。热补丁升级即代码段替换,冷补丁升级是指对执行体(即进程)本身替换。所述补丁是指针对软件使用过程中暴露的问题而开发的解决问题的程序。At present, in the method of software upgrade for electronic devices (such as communication devices), there are two methods of hot patch upgrade and cold patch upgrade. A hot patch upgrade is a code segment replacement. A cold patch upgrade refers to the replacement of an executable body (that is, a process) itself. The patch is a program that solves the problem developed by the problem exposed during the use of the software.
热补丁升级能够在不中断业务运行的情况下,及时实现软件局部修改,减少了软件整体版本升级的次数。但是,热补丁升级在使用上又有如下限制和缺点:首先,不能修改宏值、原有结构体的和变量、函数的参数个数;其次,热补丁相互间依赖关系复杂,后续维护和管理比较困难,甚至可能会导致热补丁不可用。The hot patch upgrade can implement partial software modification in a timely manner without interrupting the operation of the business, reducing the number of software upgrades. However, the hot patch upgrade has the following limitations and disadvantages: First, the macro value, the original structure and the variables, and the number of parameters of the function cannot be modified. Second, the hot patches have complex dependencies on each other, and subsequent maintenance and management. It is more difficult and may even cause hot patches to be unavailable.
冷补丁升级是一种彻底而纯粹的修复方法,不存在上述热补丁升级的限制。但是,由于对于关键进程的修复需要对一些底层资源进行重新分配,因此进行冷补丁升级需要设备复位,对业务中断时间较长,影响业务的正常进行。Cold patch upgrades are a thorough and pure fix, and there are no restrictions on the above hot patch upgrades. However, because the repair of the critical process requires the re-allocation of some of the underlying resources, the device needs to be reset after the cold patch upgrade, which has a long service interruption time and affects the normal operation of the service.
发明内容Summary of the invention
为解决现有存在的技术问题,本发明实施例期望提供一种软件升级方法、装置和电子设备、存储介质。In order to solve the existing technical problems, embodiments of the present invention are expected to provide a software upgrade method, apparatus, and electronic device and storage medium.
本发明实施例提供的一种软件升级方法,应用于电子设备的服务端, 所述电子设备安装有软件,所述方法包括:A software upgrade method provided by an embodiment of the present invention is applied to a server end of an electronic device, The electronic device is installed with software, and the method includes:
接收补丁添加请求;Receive a patch add request;
将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;The first patch and the second patch specified by the patch adding request are added at the same time, the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade;
控制客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,控制所述客户端应用所述第二补丁。Controlling the client to apply the first patch to the instant application, and controlling the client to apply the second patch when the electronic device is restarted.
本发明实施例提供的一种软件升级方法,应用于安装有软件的电子设备中,所述电子设备包括服务端和客户端,所述方法包括:The software upgrade method provided by the embodiment of the present invention is applied to an electronic device installed with software, where the electronic device includes a server and a client, and the method includes:
所述服务端接收补丁添加请求;The server receives a patch addition request;
所述服务端将所述补丁添加请求所指定的第一补丁和第二补丁同时添加到所述电子设备中,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;通知所述客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;And the server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade. Notifying the client to apply the first patch to the instant application, and notifying the client to apply the second patch when the electronic device is restarted;
所述客户端根据所述服务端的通知对所述第一补丁或第二补丁进行应用。The client applies the first patch or the second patch according to the notification of the server.
本发明实施例提供的一种软件升级装置,所述装置设置于电子设备中,所述电子设备安装有软件,所述装置包括:A software upgrade device is provided in an embodiment of the present invention. The device is installed in an electronic device, where the electronic device is installed with software, and the device includes:
补丁添加单元,配置为接收补丁添加请求,将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;The patch adding unit is configured to receive a patch adding request, and the first patch and the second patch specified by the patch adding request are simultaneously added, where the first patch is used for hot patch upgrade, and the second patch is used for cold Patch upgrade;
通知单元,配置为通知客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁。The notification unit is configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted.
本发明实施例提供的一种电子设备,所述电子设备安装有软件,所述电子设备包括:服务端和客户端,其中,An electronic device is provided by the embodiment of the present invention, where the electronic device is installed with software, and the electronic device includes: a server and a client, where
所述服务端,配置为接收补丁添加请求,并将所述补丁添加请求所指 定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;以及配置为通知所述客户端对所述第一补丁进行即时应用,并且当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;The server is configured to receive a patch addition request, and add the patch addition request The first patch and the second patch are added simultaneously, the first patch is used for hot patch upgrade, the second patch is used for cold patch upgrade, and configured to notify the client to perform the first patch. Instant application, and when the electronic device is restarted, notifying the client to apply the second patch;
所述客户端,配置为根据所述服务端的通知对所述第一补丁或第二补丁进行应用。The client is configured to apply the first patch or the second patch according to the notification of the server.
本发明实施例还提供一种计算机存储介质,其中存储有计算机程序,该计算机程序用于执行上述应用于电子设备的服务端的软件升级方法。The embodiment of the invention further provides a computer storage medium, wherein a computer program is stored, which is used to execute the software upgrade method applied to the server of the electronic device.
由上可知,本发明实施例的技术方案在添加热补丁的同时添加冷补丁。热补丁会立即应用,但是冷补丁不会立即应用,而是在因系统维护对电子设备实施复位时应用。这样,可以先使用热补丁将问题修复,当在适当的时机对设备重启时,再使用冷补丁,从而避免因冷不丁升级而对设备进行重启,保证业务正常进行。并且可以删除不再需要的热补丁,从而避免后续热补丁太多而导致的不良影响。It can be seen from the above that the technical solution of the embodiment of the present invention adds a cold patch while adding a hot patch. Hot patches are applied immediately, but cold patches are not applied immediately, but are applied when a reset is performed on the electronic device due to system maintenance. In this way, you can use the hot patch to fix the problem. When the device is restarted at the appropriate time, use the cold patch to avoid restarting the device due to the cold upgrade and ensure the normal operation. And you can delete the hot patches that are no longer needed, so as to avoid the adverse effects caused by too many hot patches.
附图说明DRAWINGS
图1为本发明提供的一种软件升级方法的第一实施例的流程示意图;1 is a schematic flowchart of a first embodiment of a software upgrade method according to the present invention;
图2为本发明提供的一种软件升级方法的第二实施例的流程示意图;2 is a schematic flowchart of a second embodiment of a software upgrade method according to the present invention;
图3为本发明提供的另一种软件升级方法的第一实施例的流程示意图;3 is a schematic flowchart of a first embodiment of another software upgrade method according to the present invention;
图4为本发明提供的另一种软件升级方法的第二实施例的流程示意图;4 is a schematic flowchart diagram of a second embodiment of another software upgrade method according to the present invention;
图5为本发明提供的一种软件升级装置的实施例的结构示意图;FIG. 5 is a schematic structural diagram of an embodiment of a software upgrading apparatus according to the present invention; FIG.
图6为本发明提供的一种电子设备的一实施例的结构示意图;FIG. 6 is a schematic structural diagram of an embodiment of an electronic device according to the present invention; FIG.
图7为本发明提供的一种电子设备的另一实施例的结构示意图;FIG. 7 is a schematic structural diagram of another embodiment of an electronic device according to the present invention; FIG.
图8为本发明提供的一种软件升级方法的应用场景的流程示意图;FIG. 8 is a schematic flowchart of an application scenario of a software upgrade method according to the present invention;
图9为本发明实施例提供的补丁添加的流程示意图;FIG. 9 is a schematic flowchart of a patch addition according to an embodiment of the present invention;
图10为本发明实施例提供的补丁应用的流程示意图; FIG. 10 is a schematic flowchart of a patch application according to an embodiment of the present disclosure;
图11为本发明实施例提供的补丁删除的流程示意图;FIG. 11 is a schematic flowchart of a patch deletion according to an embodiment of the present invention;
图12为本发明实施例提供的补丁信息查询的流程示意图;FIG. 12 is a schematic flowchart of a patch information query according to an embodiment of the present disclosure;
图13为本发明实施例提供的补丁应用状态查询的流程示意图。FIG. 13 is a schematic flowchart of a patch application status query according to an embodiment of the present invention.
具体实施方式detailed description
本发明提供的一种软件升级方法的第一实施例,应用于电子设备的服务端,所述电子设备安装有软件,如图1所示,所述方法包括:The first embodiment of the software upgrade method provided by the present invention is applied to a server of an electronic device, and the electronic device is installed with software. As shown in FIG. 1 , the method includes:
步骤101、接收补丁添加请求;Step 101: Receive a patch addition request.
步骤102、将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;Step 102: The first patch and the second patch specified by the patch adding request are added at the same time, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade.
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch. Information such as size, name, status (if applied), version number, file name, and so on.
所述将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,包括:Adding the first patch and the second patch specified by the patch adding request at the same time, including:
将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
步骤103、控制客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,控制所述客户端应用所述第二补丁。 Step 103: The control client applies the first patch to the instant application, and when the electronic device restarts, controls the client to apply the second patch.
本发明提供的一种软件升级方法的第二实施例,应用于电子设备的服务端,所述电子设备安装有软件,如图2所示,所述方法包括:The second embodiment of the software upgrade method provided by the present invention is applied to a server of an electronic device, and the electronic device is installed with software. As shown in FIG. 2, the method includes:
步骤201、接收补丁添加请求;Step 201: Receive a patch addition request.
步骤202、将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;Step 202: Add the first patch and the second patch that are specified by the patch adding request, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade.
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch. Information such as size, name, status (if applied), version number, file name, and so on.
所述将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,包括:Adding the first patch and the second patch specified by the patch adding request at the same time, including:
将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
步骤203、控制客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,控制所述客户端应用所述第二补丁。Step 203: The control client applies the first patch to the instant application, and when the electronic device restarts, controls the client to apply the second patch.
步骤204、接收补丁删除请求;Step 204: Receive a patch deletion request.
步骤205、删除所述补丁删除请求所指定的第一补丁。Step 205: Delete the first patch specified by the patch deletion request.
具体的,所述删除所述补丁删除请求所指定的第一补丁,可以包括:Specifically, the deleting the first patch specified by the patch deletion request may include:
从易失性存储器中删除所述第一补丁的配置信息,从非易失性存储器 中删除所述第一补丁。Deleting configuration information of the first patch from the volatile memory from the non-volatile memory The first patch is deleted.
在一实施例中,所述方法还可以包括:In an embodiment, the method may further include:
接收补丁状态查询请求;Receiving a patch status query request;
将所述补丁状态查询请求发所述给客户端;Sending the patch status query request to the client;
接收并输出所述客户端反馈的补丁状态信息,所述补丁状态信息是所述客户端根据收到的补丁状态查询请求通过查询获取的。Receiving and outputting the patch status information fed back by the client, where the patch status information is obtained by the client according to the received patch status query request by using a query.
在一实施例中,所述方法还包括:In an embodiment, the method further includes:
所述服务端接收补丁信息查询请求;The server receives a patch information query request;
所述服务端根据所述补丁信息查询请求从易失性存储器中获取并输出所述补丁信息查询请求所指定的配置信息。The server obtains and outputs the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
这里,需要说明的是,在实际应用中,所述方法还包括:Here, it should be noted that, in practical applications, the method further includes:
在所述第一补丁或第二补丁应用后,对所述第一补丁或所述第二补丁对应的配置信息进行修改。After the first patch or the second patch is applied, the configuration information corresponding to the first patch or the second patch is modified.
本发明提供的另一种软件升级方法的第一实施例,应用于安装有软件的电子设备中,所述电子设备包括服务端和客户端,如图3所示,所述方法包括:The first embodiment of the software upgrade method provided by the present invention is applied to an electronic device installed with software. The electronic device includes a server and a client. As shown in FIG. 3, the method includes:
步骤301、所述服务端接收补丁添加请求;Step 301: The server receives a patch addition request.
步骤302、所述服务端将所述补丁添加请求所指定的第一补丁和第二补丁同时添加到所述电子设备中,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;Step 302: The server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这 里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where The configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include information such as a size, a name, a status (such as whether it has been applied), a version number, a file name, and the like. .
所述将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,包括:Adding the first patch and the second patch specified by the patch adding request at the same time, including:
将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
步骤303、通知所述客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;Step 303: The client is notified to apply the first patch to the instant application, and when the electronic device is restarted, notify the client to apply the second patch.
步骤304、所述客户端根据所述服务端的通知对所述第一补丁或所述第二补丁进行应用。Step 304: The client applies the first patch or the second patch according to the notification of the server.
本发明提供的另一种软件升级方法的第二实施例,应用于安装有软件的电子设备中,所述电子设备包括服务端和客户端,如图4所示,所述方法包括:The second embodiment of the software upgrade method provided by the present invention is applied to an electronic device installed with software. The electronic device includes a server and a client. As shown in FIG. 4, the method includes:
步骤401、所述服务端接收补丁添加请求;Step 401: The server receives a patch addition request.
步骤402、所述服务端将所述补丁添加请求所指定的第一补丁和第二补丁同时添加到所述电子设备中,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;Step 402: The server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这 里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where The configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include information such as a size, a name, a status (such as whether it has been applied), a version number, a file name, and the like. .
所述将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,包括:Adding the first patch and the second patch specified by the patch adding request at the same time, including:
将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
步骤403、通知所述客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;Step 403: The client is notified to apply the first patch to the instant application, and when the electronic device is restarted, notify the client to apply the second patch.
步骤404、所述客户端根据所述服务端的通知对所述第一补丁或第二补丁进行应用。Step 404: The client applies the first patch or the second patch according to the notification of the server.
步骤405、所述服务端接收补丁删除请求;Step 405: The server receives a patch deletion request.
步骤406、所述服务端删除所述补丁删除请求所指定的第一补丁。Step 406: The server deletes the first patch specified by the patch deletion request.
在一实施例中,所述方法还可以包括:In an embodiment, the method may further include:
所述服务端接收补丁状态查询请求;The server receives a patch status query request;
所述服务端将所述补丁状态查询请求发所述给客户端;The server sends the patch status query request to the client;
所述客户端根据收到的补丁状态查询请求通过查询获取补丁状态信息;The client obtains patch status information by querying according to the received patch status query request;
所述服务端接收并输出所述客户端反馈的补丁状态信息。The server receives and outputs patch status information fed back by the client.
在一实施例中,所述方法还包括:In an embodiment, the method further includes:
所述服务端接收补丁信息查询请求;The server receives a patch information query request;
所述服务端根据所述补丁信息查询请求从易失性存储器中获取并输出所述补丁信息查询请求所指定的配置信息。 The server obtains and outputs the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
这里,需要说明的是,在实际应用中,所述方法还包括:Here, it should be noted that, in practical applications, the method further includes:
在所述第一补丁或第二补丁应用后,对所述第一补丁或所述第二补丁对应的配置信息进行修改。After the first patch or the second patch is applied, the configuration information corresponding to the first patch or the second patch is modified.
本发明提供的一种软件升级装置的实施例,所述装置设置于电子设备中,所述电子设备安装有软件,在实际应用中,所述软件升级装置可以是电子设备的服务端,如图5所示,所述装置包括:An embodiment of a software upgrading apparatus provided by the present invention, the apparatus is disposed in an electronic device, and the electronic device is installed with software. In an actual application, the software upgrading device may be a server end of the electronic device, as shown in the figure. As shown in Figure 5, the device comprises:
补丁添加单元501,配置为接收补丁添加请求,将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;The patch adding unit 501 is configured to receive a patch adding request, and the first patch and the second patch specified by the patch adding request are simultaneously added, where the first patch is used for hot patch upgrade, and the second patch is used for Cold patch upgrade;
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch is capable of repairing a problem that is addressed by multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch. Information such as size, name, status (if applied), version number, file name, and so on.
所述补丁添加单元501,具体配置为将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The patch adding unit 501 is specifically configured to store configuration information of the first patch and the second patch into a volatile memory, and store the first patch and the second patch into a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
通知单元502,配置为通知客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁。The notification unit 502 is configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted.
在一实施例中,所述装置还包括: In an embodiment, the apparatus further includes:
补丁删除单元503,配置为接收补丁删除请求,删除所述补丁删除请求所指定的第一补丁。The patch deleting unit 503 is configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
具体的,所述补丁删除单元,具体配置为从易失性存储器中删除所述第一补丁的配置信息,从非易失性存储器中删除所述第一补丁。Specifically, the patch deleting unit is specifically configured to delete the configuration information of the first patch from the volatile memory, and delete the first patch from the non-volatile memory.
在一实施例中,所述装置还包括:In an embodiment, the apparatus further includes:
补丁状态查询单元504,配置为接收补丁状态查询请求,将所述补丁状态查询请求发所述给客户端;接收并输出所述客户端反馈的补丁状态信息,所述补丁状态信息是所述客户端根据收到的补丁状态查询请求通过查询获取的。The patch status query unit 504 is configured to receive a patch status query request, send the patch status query request to the client, and receive and output patch status information fed back by the client, where the patch status information is the client The terminal obtains the query according to the received patch status query request.
在一实施例中,所述装置还包括:In an embodiment, the apparatus further includes:
补丁信息查询单元,配置为接收补丁信息查询请求;并根据所述补丁信息查询请求从易失性存储器中获取并输出所述补丁信息查询请求所指定的配置信息。The patch information querying unit is configured to receive the patch information query request, and obtain and output the configuration information specified by the patch information query request from the volatile memory according to the patch information query request.
这里,需要说明的是,在实际应用中,在所述第一补丁或第二补丁应用后,对所述第一补丁或所述第二补丁对应的配置信息进行修改。Here, it should be noted that, in an actual application, after the first patch or the second patch is applied, the configuration information corresponding to the first patch or the second patch is modified.
本发明提供的一种电子设备的实施例,所述电子设备安装有软件,如图6所示,所述电子设备包括:服务端601和客户端602,其中,An embodiment of an electronic device is provided. The electronic device is installed with software. As shown in FIG. 6, the electronic device includes: a server 601 and a client 602, where
所述服务端601,配置为接收补丁添加请求,并将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;以及配置为通知所述客户端对所述第一补丁进行即时应用,并且当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;The server 601 is configured to receive a patch addition request, and add the first patch and the second patch specified by the patch addition request at the same time, where the first patch is used for hot patch upgrade, and the second patch is used. For the cold patch upgrade; and configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted;
所述客户端602,配置为根据所述服务端的通知对所述第一补丁或第二补丁进行应用。The client 602 is configured to apply the first patch or the second patch according to the notification of the server.
这里需要说明的是,所述第一补丁可以是一个或多个,所述第二补丁 能够对多个已添加或应用的第一补丁所针对的问题进行修复。It should be noted that the first patch may be one or more, and the second patch. Ability to fix issues for multiple first patches that have been added or applied.
可以理解的是,所述第一补丁和所述第二补丁可以设置于一个升级包中,当然,也可以设置于独立的两个升级包中。It can be understood that the first patch and the second patch may be set in one upgrade package, or may be set in two independent upgrade packages.
具体的,所述第一补丁和第二补丁分别包括程序信息和配置信息,这里,所述配置信息可以包括补丁本身的信息和补丁修复对象的信息,其中,所述补丁本身的信息可以包括补丁的大小、名称、状态(如是否已应用)、版本号、文件名等信息。Specifically, the first patch and the second patch respectively include program information and configuration information, where the configuration information may include information of the patch itself and information of the patch repair object, where the information of the patch itself may include a patch. Information such as size, name, status (if applied), version number, file name, and so on.
所述服务端601,具体配置为将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The server 601 is specifically configured to store configuration information of the first patch and the second patch into a volatile memory, and store the first patch and the second patch into a non-volatile memory.
这里,所述易失性存储器可以是内存,所述非易失性存储器可以是硬盘。Here, the volatile memory may be a memory, and the non-volatile memory may be a hard disk.
在一实施例中,所述服务端601,还配置为接收补丁删除请求,删除所述补丁删除请求所指定的第一补丁。In an embodiment, the server 601 is further configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
在一实施例中,所述服务端601,还配置为接收补丁信息查询请求;并根据所述补丁信息查询请求从易失性存储器中获取并输出所述补丁信息查询请求所指定的配置信息。In an embodiment, the server 601 is further configured to receive a patch information query request, and obtain, according to the patch information query request, the configuration information specified by the patch information query request from the volatile memory.
这里,需要说明的是,在实际应用中,在所述第一补丁或第二补丁应用后,对所述第一补丁或所述第二补丁对应的配置信息进行修改。Here, it should be noted that, in an actual application, after the first patch or the second patch is applied, the configuration information corresponding to the first patch or the second patch is modified.
本发明实施例提供的电子设备既适用于单机模式,也适用于分布式模式,参见图7所示。服务端,管理所有补丁信息,如添加的补丁信息和应用的补丁信息;并负责处理补丁的添加、应用、删除、状态查询操作;当补丁信息发生变化后,会根据配置决定是否通知客户端。客户端,负责补丁应用的执行;主动从服务端请求信息,或者被动接受服务端的补丁变更通知。本文中服务端也可以称为补丁管理服务端,客户端也可以称为补丁管理客户端。 The electronic device provided by the embodiment of the present invention is applicable to both the stand-alone mode and the distributed mode, as shown in FIG. 7. The server manages all the patch information, such as the added patch information and the patch information of the application. It is responsible for handling the addition, application, deletion, and status query operations of the patch. When the patch information changes, it determines whether to notify the client according to the configuration. The client is responsible for the execution of the patch application; actively requests information from the server, or passively accepts the patch change notification of the server. In this paper, the server can also be called the patch management server, and the client can also be called the patch management client.
为便于理解,下面结合应用场景对本发明实施例提供的一种软件升级方法进行介绍,如图8所示,该方法包括:For ease of understanding, a software upgrade method provided by an embodiment of the present invention is introduced in conjunction with an application scenario. As shown in FIG. 8, the method includes:
S801,制作包含热补丁、冷补丁的升级包。S801. Create an upgrade package containing hot patches and cold patches.
其中,冷补丁包含了对以前热补丁的修复。但是,这里不限定冷补丁和热补丁一定在一个升级包中,可以分开制作。Among them, the cold patch contains a fix for the previous hot patch. However, the cold patches and hot patches are not limited here. They must be in an upgrade package and can be made separately.
S802,在服务端添加升级包。S802, adding an upgrade package on the server side.
如果热补丁和冷补丁是分开制作的,则此处要一起添加。If the hot patch and the cold patch are made separately, add them here.
S803,应用升级包。S803, application upgrade package.
其中,热补丁立即应用,冷补丁不会立即应用。如果设备异常重启,则重启后冷补丁会生效。Among them, the hot patch is applied immediately, and the cold patch is not applied immediately. If the device restarts abnormally, the cold patch will take effect after the restart.
S804,查看热补丁应用状态。S804, view the hot patch application status.
查询热补丁是否应用成功,并通过业务来验证业务是否正常运行。Check whether the hot patch is applied successfully and verify whether the service is running normally through services.
S805,在维护期间允许的情况下将电子设备复位。S805, resetting the electronic device if allowed during maintenance.
S806,查看冷补丁应用状态。S806, view the status of the cold patch application.
S807,删除不再使用的热补丁。S807, delete the hot patch that is no longer used.
如图9所示,是补丁添加的流程,其详细步骤如下:As shown in Figure 9, it is the process of patch addition. The detailed steps are as follows:
S901,服务端收到外部添加补丁包请求。S901: The server receives an external patch service request.
S902,服务端将补丁包及其信息进行添加,将补丁信息记录到内存数据库。补丁包可以存放到电子设备的永久存在介质如硬盘、flash等,供电子设备启动时使用。这里,补丁信息可以指上文中的配置信息。S902: The server adds the patch package and its information, and records the patch information to the in-memory database. The patch package can be stored in a permanent medium such as a hard disk or a flash of an electronic device for use when the electronic device is booted. Here, the patch information may refer to the configuration information in the above.
S903,给出补丁包添加应答,添加过程完成。S903, adding a response to the patch package, and the adding process is completed.
如图10所示,是补丁应用的流程,其详细步骤如下:As shown in Figure 10, it is the flow of the patch application. The detailed steps are as follows:
S1001,服务端收到外部应用补丁包请求。S1001: The server receives an external application patch package request.
S1002,服务端将补丁信息记录到内存数据库。如果不需要立即生效,则直接转S1007;如果需要立即生效则转S1003。 S1002: The server records the patch information to the in-memory database. If it does not need to take effect immediately, go directly to S1007; if it needs to take effect immediately, go to S1003.
一般冷补丁即配置为不需要立即生效,热补丁配置为立即生效。Generally, the hot patch is configured to take effect immediately, and the hot patch is configured to take effect immediately.
S1003,服务端通知客户端补丁信息。S1003: The server notifies the client of the patch information.
S1004,客户端下载并应用补丁。S1004, the client downloads and applies the patch.
S1005,客户端给服务端应答。S1005, the client responds to the server.
S1006,如果补丁应用失败,则应用操作回退。S1006: If the patch application fails, the application operation is rolled back.
S1007,服务端给外部应用补丁包应答。S1007: The server responds to the external application patch package.
如图11所示,是补丁删除的流程,其详细步骤如下:As shown in Figure 11, it is the process of patch deletion. The detailed steps are as follows:
S1101,服务端收到外部删除补丁包请求。S1101: The server receives an external removal patch request.
S1102,服务端将补丁包及其信息删除,并将将补丁信息记录从内存数据库删除,补丁包将永久删除。In S1102, the server deletes the patch package and its information, and deletes the patch information record from the in-memory database, and the patch package is permanently deleted.
S1103,给出补丁包删除应答,删除过程完成。S1103, the patch package deletion response is given, and the deletion process is completed.
如图12所示,是补丁信息查询的流程,查询的是添加或者应用的补丁的补丁信息。其详细步骤如下:As shown in FIG. 12, it is a process of querying the patch information, and querying the patch information of the added or applied patch. The detailed steps are as follows:
S1201,服务端收到外部补丁信息查询请求。S1201: The server receives an external patch information query request.
S1202,服务端从内存数据库查询补丁信息记录。S1202: The server queries the patch information record from the in-memory database.
S1203,给出补丁信息应答,补丁信息查询过程完成。S1203, the patch information response is given, and the patch information query process is completed.
如图13所示,是补丁应用状态查询的流程,查询的是应用的补丁在所有客户端的应用状态。其详细步骤如下:As shown in Figure 13, it is the process of patch application status query, which queries the application status of the application patch on all clients. The detailed steps are as follows:
S1301,服务端收到外部补丁应用状态查询请求。S1301: The server receives an external patch application status query request.
S1302,服务端向客户端发送应用状态查询请求。S1302. The server sends an application status query request to the client.
S1303,客户端收集补丁应用状态。S1303: The client collects the patch application status.
S1304,客户端给服务端应答。S1304: The client responds to the server.
S1305,服务端给外部补丁应用状态查询应答。S1305: The server applies a status query response to the external patch.
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用硬件实施例、软件实施例、或结 合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器和光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may employ hardware embodiments, software embodiments, or junctions. In the form of an embodiment of the software and hardware aspects. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (system), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG. These computer program instructions can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing device to produce a machine for the execution of instructions for execution by a processor of a computer or other programmable data processing device. Means for implementing the functions specified in one or more of the flow or in a block or blocks of the flow chart.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。The computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device. The apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
相应的,本发明实施例还提供一种计算机存储介质,其中存储有计算机程序,该计算机程序用于执行本发明实施例的应用于电子设备的服务端的软件升级方法。Correspondingly, the embodiment of the present invention further provides a computer storage medium, wherein a computer program is stored, and the computer program is used to execute a software upgrade method applied to a server of an electronic device according to an embodiment of the present invention.
以上所述,仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。 The above is only the preferred embodiment of the present invention and is not intended to limit the scope of the present invention.
工业实用性Industrial applicability
本发明实施例的技术方案,服务端在给客户端添加热补丁的同时添加冷补丁,热补丁会立即应用,但是冷补丁不会立即应用,而是在因系统维护对电子设备实施复位时应用。这样,可以先使用热补丁将问题修复,当在适当的时机对设备重启时,再使用冷补丁,从而避免因冷不丁升级而对设备进行重启,保证业务正常进行。并且可以删除不再需要的热补丁,从而避免后续热补丁太多而导致的不良影响。 In the technical solution of the embodiment of the present invention, the server adds a hot patch to the client and adds a cold patch, and the hot patch is applied immediately, but the cold patch is not applied immediately, but is applied when the electronic device is reset due to system maintenance. . In this way, you can use the hot patch to fix the problem. When the device is restarted at the appropriate time, use the cold patch to avoid restarting the device due to the cold upgrade and ensure the normal operation. And you can delete the hot patches that are no longer needed, so as to avoid the adverse effects caused by too many hot patches.

Claims (15)

  1. 一种软件升级方法,应用于电子设备的服务端,所述电子设备安装有软件,所述方法包括:A software upgrade method is applied to a server of an electronic device, where the electronic device is installed with software, and the method includes:
    接收补丁添加请求;Receive a patch add request;
    将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;The first patch and the second patch specified by the patch adding request are added at the same time, the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade;
    控制客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,控制所述客户端应用所述第二补丁。Controlling the client to apply the first patch to the instant application, and controlling the client to apply the second patch when the electronic device is restarted.
  2. 根据权利要求1所述的方法,其中,所述第一补丁和第二补丁分别包括程序信息和配置信息,The method of claim 1, wherein the first patch and the second patch respectively comprise program information and configuration information.
    所述将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,包括:Adding the first patch and the second patch specified by the patch adding request at the same time, including:
    将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。The configuration information of the first patch and the second patch is stored in a volatile memory, and the first patch and the second patch are stored in a non-volatile memory.
  3. 根据权利要求1或2所述的方法,其中,所述方法还包括:The method of claim 1 or 2, wherein the method further comprises:
    接收补丁删除请求;Receiving a patch deletion request;
    删除所述补丁删除请求所指定的第一补丁。Delete the first patch specified by the patch deletion request.
  4. 根据权利要求3所述的方法,其中,所述删除所述补丁删除请求所指定的第一补丁,包括:The method of claim 3, wherein the deleting the first patch specified by the patch deletion request comprises:
    从易失性存储器中删除所述第一补丁的配置信息,从非易失性存储器中删除所述第一补丁。The configuration information of the first patch is deleted from the volatile memory, and the first patch is deleted from the non-volatile memory.
  5. 根据权利要求1所述的方法,其中,所述方法还包括:The method of claim 1 wherein the method further comprises:
    接收补丁状态查询请求;Receiving a patch status query request;
    将所述补丁状态查询请求发所述给客户端;Sending the patch status query request to the client;
    接收并输出所述客户端反馈的补丁状态信息,所述补丁状态信息是所 述客户端根据收到的补丁状态查询请求通过查询获取的。Receiving and outputting patch status information fed back by the client, where the patch status information is The client obtains the query according to the received patch status query request.
  6. 一种软件升级方法,应用于安装有软件的电子设备中,所述电子设备包括服务端和客户端,所述方法包括:A software upgrade method is applied to an electronic device installed with software, the electronic device includes a server and a client, and the method includes:
    所述服务端接收补丁添加请求;The server receives a patch addition request;
    所述服务端将所述补丁添加请求所指定的第一补丁和第二补丁同时添加到所述电子设备中,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;And the server adds the first patch and the second patch specified by the patch adding request to the electronic device, where the first patch is used for hot patch upgrade, and the second patch is used for cold patch upgrade. ;
    通知所述客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;Notifying the client to apply the first patch to the instant application, and when the electronic device is restarted, notifying the client to apply the second patch;
    所述客户端根据所述服务端的通知对所述第一补丁或所述第二补丁进行应用。The client applies the first patch or the second patch according to the notification of the server.
  7. 根据权利要求6所述的方法,其中,所述方法还包括:The method of claim 6 wherein the method further comprises:
    所述服务端接收补丁删除请求;The server receives a patch deletion request;
    所述服务端删除所述补丁删除请求所指定的第一补丁。The server deletes the first patch specified by the patch deletion request.
  8. 一种软件升级装置,所述装置设置于电子设备中,所述电子设备安装有软件,所述装置包括:补丁添加单元、通知单元;其中,A software upgrade device, the device is disposed in an electronic device, the electronic device is installed with software, and the device includes: a patch adding unit and a notification unit; wherein
    补丁添加单元,配置为接收补丁添加请求,将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;The patch adding unit is configured to receive a patch adding request, and the first patch and the second patch specified by the patch adding request are simultaneously added, where the first patch is used for hot patch upgrade, and the second patch is used for cold Patch upgrade;
    通知单元,配置为通知客户端对所述第一补丁进行即时应用,以及当所述电子设备重新启动时,通知所述客户端应用所述第二补丁。The notification unit is configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted.
  9. 根据权利要求8所述的装置,其中,所述第一补丁和第二补丁分别包括程序信息和配置信息,The apparatus according to claim 8, wherein the first patch and the second patch respectively comprise program information and configuration information,
    所述补丁添加单元,配置为将所述第一补丁和第二补丁的配置信息存储到易失性存储器,将所述第一补丁和第二补丁存储到非易失性存储器。 The patch adding unit is configured to store configuration information of the first patch and the second patch into a volatile memory, and store the first patch and the second patch into a non-volatile memory.
  10. 根据权利要求8或9所述的装置,其中,所述装置还包括:The device according to claim 8 or 9, wherein the device further comprises:
    补丁删除单元,配置为接收补丁删除请求,删除所述补丁删除请求所指定的第一补丁。The patch deleting unit is configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
  11. 根据权利要求10所述的装置,其中,所述补丁删除单元,配置为从易失性存储器中删除所述第一补丁的配置信息,从非易失性存储器中删除所述第一补丁。The apparatus according to claim 10, wherein the patch deleting unit is configured to delete the configuration information of the first patch from the volatile memory, and delete the first patch from the non-volatile memory.
  12. 根据权利要求8所述的装置,其中,所述装置还包括:The apparatus of claim 8 wherein said apparatus further comprises:
    补丁状态查询单元,配置为接收补丁状态查询请求,将所述补丁状态查询请求发所述给客户端;接收并输出所述客户端反馈的补丁状态信息,所述补丁状态信息是所述客户端根据收到的补丁状态查询请求通过查询获取的。The patch status query unit is configured to receive a patch status query request, send the patch status query request to the client, and receive and output patch status information fed back by the client, where the patch status information is the client According to the received patch status query request obtained by query.
  13. 一种电子设备,所述电子设备安装有软件,所述电子设备包括:服务端和客户端,其中,An electronic device, the electronic device is installed with software, the electronic device includes: a server and a client, wherein
    所述服务端,配置为接收补丁添加请求,并将所述补丁添加请求所指定的第一补丁和第二补丁同时进行添加,所述第一补丁用于热补丁升级,所述第二补丁用于冷补丁升级;以及配置为通知所述客户端对所述第一补丁进行即时应用,并且当所述电子设备重新启动时,通知所述客户端应用所述第二补丁;The server is configured to receive a patch addition request, and add the first patch and the second patch specified by the patch addition request at the same time, where the first patch is used for hot patch upgrade, and the second patch is used for The cold patch is upgraded; and configured to notify the client to apply the first patch to the instant application, and notify the client to apply the second patch when the electronic device is restarted;
    所述客户端,配置为根据所述服务端的通知对所述第一补丁或所述第二补丁进行应用。The client is configured to apply the first patch or the second patch according to the notification of the server.
  14. 根据权利要求13所述的电子设备,其中,所述服务端,还配置为接收补丁删除请求,删除所述补丁删除请求所指定的第一补丁。The electronic device according to claim 13, wherein the server is further configured to receive a patch deletion request, and delete the first patch specified by the patch deletion request.
  15. 一种计算机存储介质,其中存储有计算机程序,所述计算机程序用于执行权利要求1至5任一项所述的软件升级方法。 A computer storage medium having stored therein a computer program for performing the software upgrade method of any one of claims 1 to 5.
PCT/CN2015/072807 2014-10-09 2015-02-11 Software upgrade method and apparatus, electronic device and storage medium WO2016054886A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410528297.9 2014-10-09
CN201410528297.9A CN105573766A (en) 2014-10-09 2014-10-09 Software upgrading method and device and electronic equipment

Publications (1)

Publication Number Publication Date
WO2016054886A1 true WO2016054886A1 (en) 2016-04-14

Family

ID=55652528

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/072807 WO2016054886A1 (en) 2014-10-09 2015-02-11 Software upgrade method and apparatus, electronic device and storage medium

Country Status (2)

Country Link
CN (1) CN105573766A (en)
WO (1) WO2016054886A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111949292A (en) * 2020-07-30 2020-11-17 锐捷网络股份有限公司 Hot patch loading method and device, electronic equipment and storage medium
CN112906008A (en) * 2018-11-15 2021-06-04 百度在线网络技术(北京)有限公司 Kernel vulnerability repairing method, device, server and system
CN113312079A (en) * 2020-11-20 2021-08-27 锐捷网络股份有限公司 Hot patch upgrading method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1464386A (en) * 2002-06-25 2003-12-31 联想(北京)有限公司 Method for realizing flush type system firmware program online updating
CN101008899A (en) * 2007-01-26 2007-08-01 上海华为技术有限公司 Software version update method and device in communication equipment
CN101137177A (en) * 2007-10-10 2008-03-05 中兴通讯股份有限公司 Method for managing software mend of wireless communication system
CN101192157A (en) * 2006-11-22 2008-06-04 乐金电子(昆山)电脑有限公司 Domestic network system software upgrading method
US20130007733A1 (en) * 2011-06-29 2013-01-03 Microsoft Corporation Virtual machine block substitution

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
NO20021247D0 (en) * 2002-03-13 2002-03-13 Ericsson Telefon Ab L M Software upgrade method and system
CN100366116C (en) * 2004-08-29 2008-01-30 华为技术有限公司 Communication equipment sub-system staging method
CN102609290B (en) * 2012-02-17 2016-06-15 青岛海信电器股份有限公司 The method for upgrading software of electronic product

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1464386A (en) * 2002-06-25 2003-12-31 联想(北京)有限公司 Method for realizing flush type system firmware program online updating
CN101192157A (en) * 2006-11-22 2008-06-04 乐金电子(昆山)电脑有限公司 Domestic network system software upgrading method
CN101008899A (en) * 2007-01-26 2007-08-01 上海华为技术有限公司 Software version update method and device in communication equipment
CN101137177A (en) * 2007-10-10 2008-03-05 中兴通讯股份有限公司 Method for managing software mend of wireless communication system
US20130007733A1 (en) * 2011-06-29 2013-01-03 Microsoft Corporation Virtual machine block substitution

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112906008A (en) * 2018-11-15 2021-06-04 百度在线网络技术(北京)有限公司 Kernel vulnerability repairing method, device, server and system
CN111949292A (en) * 2020-07-30 2020-11-17 锐捷网络股份有限公司 Hot patch loading method and device, electronic equipment and storage medium
CN111949292B (en) * 2020-07-30 2023-03-21 锐捷网络股份有限公司 Hot patch loading method and device, electronic equipment and storage medium
CN113312079A (en) * 2020-11-20 2021-08-27 锐捷网络股份有限公司 Hot patch upgrading method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN105573766A (en) 2016-05-11

Similar Documents

Publication Publication Date Title
US10268472B2 (en) Upgrading systems with replicated data
US9031910B2 (en) System and method for maintaining a cluster setup
CN107870968B (en) Performing real-time updates to a file system volume
US10445186B1 (en) Associating a guest application within a virtual machine to create dependencies in backup/restore policy
US10956374B2 (en) Data recovery method, apparatus, and system
US20150019495A1 (en) Customizable storage system for virtual databases
US10684791B2 (en) System and method for environment aware backup and restoration
US10572350B1 (en) System and method for improved application consistency in a distributed environment
US11231919B2 (en) Live updates of stateful components
US11500812B2 (en) Intermediate file processing method, client, server, and system
US10341298B1 (en) Security rules for application firewalls
WO2016054886A1 (en) Software upgrade method and apparatus, electronic device and storage medium
US10572349B2 (en) System and method for backup in a virtualized environment
US10503428B2 (en) System and method for concurrent multipoint backup
US10514992B1 (en) Disaster recovery specific configurations, management, and application
US11126507B2 (en) System and method for data-less backups modification during checkpoint merging
US20140297594A1 (en) Restarting a Batch Process From an Execution Point
US11288140B2 (en) Point in time blob restore
US10976952B2 (en) System and method for orchestrated application protection
US10713218B2 (en) System and method to optimally apply local retention in a remote repository
US10268698B2 (en) Synchronizing different representations of content
EP3591531B1 (en) Instant restore and instant access of hyper-v vms and applications running inside vms using data domain boostfs
US11782796B2 (en) Method and system for virtual machine protection
US10936429B2 (en) System and method for a fast backup operation remediation during a network disruption using a helper virtual machine
US11288137B2 (en) Restorations of virtual machines in virtual systems using a restoration policy

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15849515

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15849515

Country of ref document: EP

Kind code of ref document: A1