CN116009912A - Construction method for automatically generating upgrade package aiming at private network environment - Google Patents

Construction method for automatically generating upgrade package aiming at private network environment Download PDF

Info

Publication number
CN116009912A
CN116009912A CN202211675941.6A CN202211675941A CN116009912A CN 116009912 A CN116009912 A CN 116009912A CN 202211675941 A CN202211675941 A CN 202211675941A CN 116009912 A CN116009912 A CN 116009912A
Authority
CN
China
Prior art keywords
upgrade package
upgrade
group
package group
information
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202211675941.6A
Other languages
Chinese (zh)
Other versions
CN116009912B (en
Inventor
彭铭
秦志伟
何威风
黄保霖
刘兰玉
张乾坤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunzhi Xin'an Security Technology Co ltd
Original Assignee
Zhengzhou Yunzhi Xin'an Security Technology Co ltd
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 Zhengzhou Yunzhi Xin'an Security Technology Co ltd filed Critical Zhengzhou Yunzhi Xin'an Security Technology Co ltd
Priority to CN202211675941.6A priority Critical patent/CN116009912B/en
Publication of CN116009912A publication Critical patent/CN116009912A/en
Application granted granted Critical
Publication of CN116009912B publication Critical patent/CN116009912B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a construction method for automatically generating an upgrade package aiming at a private network environment, which is characterized in that for research personnel, the research personnel only need to construct according to the software product of an installation package at present, the name and the version number of the software product are input during each construction, a subsequent construction platform can automatically search the existing upgrade package group, upgrade components needing to be added, related parameters needing to be associated and the like in a database, and the upgrade package is automatically manufactured and added into the upgrade package group. For implementation personnel, the implementation personnel do not need to consider the actual system environment of the user and the updated version information, and only need to use an update command in the system to run the update program in the update package group, so that the current update version state can be automatically judged, and the appropriate starting position and update sequence are acquired from the update package group, so that the update is carried out to the latest version in the update package group.

Description

Construction method for automatically generating upgrade package aiming at private network environment
Technical Field
The invention relates to the technical field of computers, in particular to a construction method for automatically generating an upgrade package aiming at a private network environment.
Background
Currently, there are two main software system upgrade strategies for users using private network environments: one is to specially deploy a file server in a user intranet as a software warehouse, and upgrade software of equipment networking; a disadvantage of this approach is that it consumes additional resources and costs for the user. Another is to develop and maintain a series of upgrade packages for the user environment, and manually manage the software version status of the user environment; the method also consumes great manpower resources and project cost, and is unfavorable for the generalized popularization and implementation of the product for a plurality of users.
Disclosure of Invention
In order to reduce the resources and cost required to be consumed for upgrading a software system in a private network environment, the invention provides a construction method for automatically generating an upgrade package aiming at the private network environment.
The invention provides a construction method for automatically generating an upgrade package aiming at a private network environment, which comprises the following steps:
step 1: pre-configuring a configuration file of a construction upgrade package in a private network environment, wherein the configuration file of the construction upgrade package comprises information needed in the upgrade process of various software products;
step 2: the method comprises the steps that a construction program is started to enter an upgrade patch automatic construction stage to obtain an upgrade patch, wherein the upgrade patch automatic construction stage specifically comprises the following steps:
step 2.1: loading and constructing configuration information in the upgrade package configuration file and storing the configuration information;
step 2.2: checking the validity and completeness of parameters in the configuration file of the build upgrade package, and if the parameters are legal and complete, continuing to execute the step 2.3;
step 2.3: checking whether a needed component exists in the position of a component catalog needed by constructing the upgrade package, and if so, continuing to execute the step 2.4;
step 2.4: copying components required for constructing the upgrade package to a temporary working area;
step 2.5: searching upgrading code segments corresponding to components required by constructing an upgrading packet in a database; the upgrade code segment is a customized upgrade program code for completing a specified task;
step 2.6: searching a corresponding upgrading template in a database; the upgrade template is a text file which is customized and meets the appointed upgrade scene and has a fixed upgrade stage and an upgrade code fragment typesetting format;
step 2.7: packaging and optimizing each upgrade code segment according to an upgrade template;
step 2.8: storing the components to be upgraded and the upgrade script program into a region to be packaged according to a given directory structure;
step 2.9: collecting needed data from the configuration file of the constructed upgrade package, adding the data into the version file of the upgrade package, and storing the data in a region to be packaged;
step 2.10: and packaging all the components required by constructing the upgrade package in the area to be packaged together to obtain the upgrade package, and renaming the upgrade package.
Further, the method further comprises the following steps:
step 3: and generating an MD5 file for verification according to the constructed upgrade package.
Further, the method further comprises the following steps:
step 4: judging whether a configuration file of the upgrade package group is constructed in the configuration of the packaging program, and if so, triggering and entering an automatic construction stage of the upgrade package group; the upgrade package group is composed of a series of upgrade packages, upgrade package group specific programs and configuration files for constructing the upgrade package group, and is used for indicating a large software package of a starting upgrade package, an upgrade package sequence and an upgrade ending version of a software product to be upgraded;
the automatic construction stage of the upgrade package group specifically comprises the following steps:
step 4.1: loading configuration information in a configuration file of the upgrade package group;
step 4.2: checking the validity and completeness of the information for constructing the upgrade package configuration file, and if the information is legal and complete, continuing to execute the step 4.3;
step 4.3: judging whether a basic upgrade package group constructed based on a certain version is appointed in the configuration file of the constructed upgrade package group, if so, continuing to execute the step 4.4, and if not, continuing to execute the step 4.5; the basic upgrade package group is a pre-constructed upgrade package group which needs to be added with a new upgrade package in an expanding way.
Step 4.4: downloading and decompressing the upgrade package group into a working catalog;
step 4.5: creating a directory structure in the working directory as a directory of the upgrade package group;
step 4.6: and acquiring an upgrade package to be added, adding the upgrade package to a directory corresponding position of the upgrade package group, and updating the information of the upgrade package group according to the information change condition after the upgrade package is added.
Further, the method further comprises the following steps:
step 5: and generating a corresponding MD5 file for verification according to the constructed upgrade package group.
Further, in step 4.6, the updating the information of the upgrade package group according to the information change condition after the upgrade package is added specifically includes:
if the version number of the upgrade package is larger than the highest version number of the current upgrade package group, updating the highest version number of the upgrade package group into the version number of the upgrade package;
if the version number of the upgrade package is smaller than the lowest version number of the current upgrade package group, updating the lowest version number of the upgrade package group into the version number of the upgrade package.
If the upgrade package to be added is an upgrade package of a middle version, the information of the upgrade package group is not changed.
Further, in any step of the construction process, if an error occurs, triggering and entering an exception processing stage; the exception handling stage specifically includes:
interrupting the current step of the build process;
adding an abnormal information field after the latest log information is constructed, and then exporting and storing a log file to a directory corresponding position of an abnormal log;
clearing all temporary working areas and temporary directory spaces of areas to be packaged;
and sending an exception prompt to a pre-configured target address mailbox, and then exiting the program.
The invention has the beneficial effects that:
according to the method for automatically generating the upgrade package aiming at the private network environment, for research personnel, the research personnel only need to construct according to the current product branch, the product name and the version number are input during each construction, the subsequent construction platform can automatically search the existing upgrade package group, upgrade components needing to be added, associated parameters and the like in the database, and the upgrade package is automatically manufactured and added into the upgrade package group. For implementation personnel, the implementation personnel do not need to consider the actual system environment of the user and the updated version information, and can automatically judge the current updated version state by using an updating command in the system and running the updating packet group, and acquire a proper starting position and updating sequence from the updating packet group so as to update to the latest version in the packet group.
Drawings
Fig. 1 is a flow chart of a method for automatically generating an upgrade package for a private network environment according to an embodiment of the present invention;
fig. 2 is a flow chart of a method for automatically generating an upgrade package group for a private network environment according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the technical solutions in the embodiments of the present invention will be clearly described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Before the technical scheme of the invention is introduced, related concepts are briefly explained.
Upgrade package: a software package that completes a single version of the upgrade task;
upgrade package group: the inside contains a plurality of upgrade packages, upgrade package group version configuration files and an automatic upgrade program. It is a large software package with the function of autonomously judging from which upgrade package the target software should start, in what order, and to which version the upgrade ends.
Constructing an upgrade package configuration file: the product name, the component name, the sql file name, the software package, the architecture type and the like of the construction are specified in the method, and the method is used for automatically matching the updated components to be added into the update package and automatically generating information on which the update script depends in the construction process.
The components needed for constructing the upgrade package: a base dependency component such as tomcat, mysql, elasticsearch for adding to the upgrade package when selected.
Constructing an upgrade package group configuration file: information such as a building product name, a basic upgrade package group name, a added upgrade package name and the like is specified. The method is used for allocating the upgrade package group and the upgrade package in the process of constructing the upgrade package group, generating new upgrade package group names and the like to provide needed information.
It should be noted that, in general, the complete upgrade process includes four stages of "build-test-release-implementation", and the technical scheme of the present invention mainly relates to the "build" stage.
Example 1
As shown in fig. 1, an embodiment of the present invention provides a method for automatically generating an upgrade package for a private network environment, including:
s101: pre-configuring a configuration file of a construction upgrade package in a private network environment, wherein the configuration file of the construction upgrade package comprises information needed in the upgrade process of various software products;
s102: the method comprises the steps that a construction program is started to enter an upgrade patch automatic construction stage to obtain an upgrade patch, wherein the upgrade patch automatic construction stage specifically comprises the following steps:
s1021: loading and constructing configuration information in the upgrade package configuration file and storing the configuration information;
s1022: checking the validity and completeness of parameters in the configuration file of the build upgrade package, and if the parameters are legal and complete, continuing to execute S1023;
s1023: checking whether a required component exists at the position of the component catalog required for constructing the upgrade package, and if so, continuing to execute step S1024;
s1024: copying the expansion component to a temporary working area;
specifically, different acquisition modes are executed according to whether the component required for upgrading specified by the component required for constructing the upgrade package is a remote file or a local file, which specifically comprises the following steps: if the component required for upgrading is a remote file, acquiring the remote file through SFTP, and copying the remote file to a temporary working area; if the component needed by the upgrade is a local file, the local file is directly copied to the temporary working area.
S1025: searching upgrading code segments corresponding to components required by constructing an upgrading packet in a database; the upgrade code segment is a customized upgrade program code for completing a specified task;
specifically, the upgrade code segments are pre-compiled and stored in a database to be retrieved and then assembled into designated locations of the upgrade template during the build process to generate the desired upgrade program.
S1026: searching a corresponding upgrading template in a database; the upgrade template is a text file which is customized and meets the appointed upgrade scene and has a fixed upgrade stage and an upgrade code fragment typesetting format;
specifically, the upgrade template gives upgrade policies of upgrade order of upgrade components, whether system environment needs to be configured, whether software process needs to be closed, and the like.
S1027: packaging and optimizing each upgrade code segment according to an upgrade template;
specifically, all the upgrading code segments are added into an upgrading template and organized into an independently callable method, and then a code for calling logic is automatically generated to form a main method of a script generation total entry.
S1028: storing the components to be upgraded and the upgrade script program into a region to be packaged according to a given directory structure;
s1029: collecting needed data from the configuration file of the constructed upgrade package, adding the data into the version file of the upgrade package, and storing the data in a region to be packaged;
s1210: and packaging all the components required by constructing the upgrade package in the area to be packaged together to obtain the upgrade package, and renaming the upgrade package.
In particular, it will be appreciated from the above construction steps that the upgrade package actually refers to a software package for completing a single version of the upgrade task. When renaming the upgrade package, renaming the upgrade package according to the product, standard version number, custom name, custom version number and packing date.
S103: and generating an MD5 file for verification according to the constructed upgrade package.
Specifically, after this step, whether the configuration of the upgrade package group is configured is determined, if yes, the process of automatically constructing the upgrade package group is triggered continuously and entered (detailed description is omitted in the following embodiments), if not, the automatic construction of the upgrade package is completed, the upgrade package is transferred to the SFTP remote directory, and the environment to be tested is transferred to the test stage.
Compared with the traditional construction method for automatically generating the upgrade package aiming at the private network environment, which aims at different use conditions of different clients, the construction method provided by the embodiment of the invention has the advantages that different clients use dependent components and component architectures, and each time one package is output, one upgrade script is independently written aiming at the client environment.
Example 2
On the basis of the above embodiment, the embodiment of the present invention further provides a method for constructing an upgrade package group for automatically generating a private network environment, including the following steps:
s201: judging whether a configuration file of the upgrade package group is constructed in the configuration of the packaging program, and if so, triggering and entering an automatic construction stage of the upgrade package group; the upgrade package group is composed of a series of upgrade packages, upgrade package group specific programs and configuration files for constructing the upgrade package group, and is used for indicating a large software package of a starting upgrade package, an upgrade package sequence and an upgrade ending version of a software product to be upgraded;
specifically, the upgrade package group contains a plurality of upgrade packages, which can be understood as: the upgrade package group is a large software package having a function of autonomously judging from which upgrade package the target software should start, in what order, and to which version the upgrade ends.
It should be noted that, in practical application, besides the above-mentioned automatic triggering mode mentioned in this step, there is a triggering mode for manually triggering to enter the automatic construction stage of the upgrade package group, that is: the configuration file is filled in advance, and then the construction program is started to enter the automatic construction stage of the upgrade package group.
The automatic construction stage of the upgrade package group specifically comprises the following steps:
s2011: loading configuration information in a configuration file of the upgrade package group;
s2012: checking the validity and completeness of the information for constructing the upgrade package group configuration file, and if the information is legal and complete, continuing to execute S2013;
s2013: judging whether a basic upgrade package group constructed based on a certain version is appointed in the configuration file of the constructed upgrade package group, if so, continuing to execute the step S2014, and if not, continuing to execute the step S2015; the basic upgrade package group is a pre-constructed upgrade package group which needs to be added with a new upgrade package in an expanding way at the time;
s2014: downloading and decompressing the upgrade package group into a working catalog;
s2015: creating a directory structure in the working directory as a directory of the upgrade package group;
s2016: and acquiring an upgrade package to be added, adding the upgrade package to a directory corresponding position of the upgrade package group, and updating the information of the upgrade package group according to the information change condition after the upgrade package is added.
The method for updating the information of the upgrade package group according to the information change condition after the upgrade package is added comprises the following steps:
if the version number of the upgrade package is larger than the highest version number of the current upgrade package group, updating the highest version number of the upgrade package group into the version number of the upgrade package;
if the version number of the upgrade package is smaller than the lowest version number of the current upgrade package group, updating the lowest version number of the upgrade package group into the version number of the upgrade package.
If the upgrade package to be added is an upgrade package of a middle version, the information of the upgrade package group is not changed.
S202: and generating a corresponding MD5 file for verification according to the constructed upgrade package group.
Specifically, after this step, it further includes: and adding the upgrade package group into the test environment, clearing the temporary directory environment, and ending the construction.
The method for constructing the automatically generated upgrade package aiming at the private network environment can directly reuse one upgrade package group in different user environments, and can be completed by designating one upgrade command without maintaining an upgrade version.
Example 3
In the automatic construction stage of the upgrade package or the upgrade package group, there is a possibility of occurrence of an abnormality, so that in order to be able to timely sense the abnormality, on the basis of the above embodiments, the embodiment of the present invention further provides an abnormality processing stage flow, so that, when an error occurs in any step of the construction process, the abnormality processing stage is triggered and entered.
The exception handling stage specifically includes:
interrupting the current step of the build process;
adding an abnormal information field after the latest log information is constructed, and then exporting and storing a log file to a directory corresponding position of an abnormal log;
specifically, at each step of the build process, the build log information is sent to the log file store. However, when the exception is triggered, an exception information field is added after log information is built for the last time.
Clearing all temporary working areas and temporary directory spaces of areas to be packaged;
and sending an exception prompt to a pre-configured target address mailbox, and then exiting the program.
According to the method for automatically generating the upgrade package aiming at the private network environment, for research personnel, the research personnel only need to construct according to the current product branch, the product name and the version number are input during each construction, the subsequent construction platform can automatically search the existing upgrade package group, upgrade components needing to be added, associated parameters and the like in the database, and the upgrade package is automatically manufactured and added into the upgrade package group. For implementation personnel, the implementation personnel do not need to consider the actual system environment of the user and the updated version information, and can automatically judge the current updated version state by using an updating command in the system and running the updating packet group, and acquire a proper starting position and updating sequence from the updating packet group so as to update to the latest version in the packet group.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (6)

1. The construction method for automatically generating the upgrade package aiming at the private network environment is characterized by comprising the following steps:
step 1: pre-configuring a configuration file of a construction upgrade package in a private network environment, wherein the configuration file of the construction upgrade package comprises information needed in the upgrade process of various software products;
step 2: the method comprises the steps that a construction program is started to enter an upgrade patch automatic construction stage to obtain an upgrade patch, wherein the upgrade patch automatic construction stage specifically comprises the following steps:
step 2.1: loading and constructing configuration information in the upgrade package configuration file and storing the configuration information;
step 2.2: checking the validity and completeness of parameters in the configuration file of the build upgrade package, and if the parameters are legal and complete, continuing to execute the step 2.3;
step 2.3: checking whether a needed component exists in the position of a component catalog needed by constructing the upgrade package, and if so, continuing to execute the step 2.4;
step 2.4: copying components required for constructing the upgrade package to a temporary working area;
step 2.5: searching upgrading code segments corresponding to components required by constructing an upgrading packet in a database; the upgrade code segment is a customized upgrade program code for completing a specified task;
step 2.6: searching a corresponding upgrading template in a database; the upgrade template is a text file which is customized and meets the appointed upgrade scene and has a fixed upgrade stage and an upgrade code fragment typesetting format;
step 2.7: packaging and optimizing each upgrade code segment according to an upgrade template;
step 2.8: storing the components to be upgraded and the upgrade script program into a region to be packaged according to a given directory structure;
step 2.9: collecting needed data from the configuration file of the constructed upgrade package, adding the data into the version file of the upgrade package, and storing the data in a region to be packaged;
step 2.10: and packaging all the components required by constructing the upgrade package in the area to be packaged together to obtain the upgrade package, and renaming the upgrade package.
2. The method for automatically generating an upgrade package for a private network environment according to claim 1, further comprising:
step 3: and generating an MD5 file for verification according to the constructed upgrade package.
3. The method for automatically generating an upgrade package for a private network environment according to claim 2, further comprising:
step 4: judging whether a configuration file of the upgrade package group is constructed in the configuration of the packaging program, and if so, triggering and entering an automatic construction stage of the upgrade package group; the upgrade package group is composed of a series of upgrade packages, upgrade package group specific programs and configuration files for constructing the upgrade package group, and is used for indicating a large software package of a starting upgrade package, an upgrade package sequence and an upgrade ending version of a software product to be upgraded;
the automatic construction stage of the upgrade package group specifically comprises the following steps:
step 4.1: loading configuration information in a configuration file of the upgrade package group;
step 4.2: checking the validity and completeness of the information for constructing the upgrade package configuration file, and if the information is legal and complete, continuing to execute the step 4.3;
step 4.3: judging whether a basic upgrade package group constructed based on a certain version is appointed in the configuration file of the constructed upgrade package group, if so, continuing to execute the step 4.4, and if not, continuing to execute the step 4.5; the basic upgrade package group is a pre-constructed upgrade package group which needs to be added with a new upgrade package in an expanding way at the time;
step 4.4: downloading and decompressing the upgrade package group into a working catalog;
step 4.5: creating a directory structure in the working directory as a directory of the upgrade package group;
step 4.6: and acquiring an upgrade package to be added, adding the upgrade package to a directory corresponding position of the upgrade package group, and updating the information of the upgrade package group according to the information change condition after the upgrade package is added.
4. The method for automatically generating an upgrade package for a private network environment according to claim 3, further comprising:
step 5: and generating a corresponding MD5 file for verification according to the constructed upgrade package group.
5. The method for automatically generating an upgrade package for a private network environment according to claim 3, wherein in step 4.6, the updating the information of the upgrade package group according to the information change condition after adding the upgrade package specifically includes:
if the version number of the upgrade package is larger than the highest version number of the current upgrade package group, updating the highest version number of the upgrade package group into the version number of the upgrade package;
if the version number of the upgrade package is smaller than the lowest version number of the current upgrade package group, updating the lowest version number of the upgrade package group into the version number of the upgrade package;
if the upgrade package to be added is an upgrade package of a middle version, the information of the upgrade package group is not changed.
6. The method for automatically generating an upgrade package for a private network environment according to any one of claims 1 to 5, wherein in any step of the construction process, if an error occurs, triggering and entering an exception handling stage; the exception handling stage specifically includes:
interrupting the current step of the build process;
adding an abnormal information field after the latest log information is constructed, and then exporting and storing a log file to a directory corresponding position of an abnormal log;
clearing all temporary working areas and temporary directory spaces of areas to be packaged;
and sending an exception prompt to a pre-configured target address mailbox, and then exiting the program.
CN202211675941.6A 2022-12-26 2022-12-26 Construction method for automatically generating upgrade package aiming at private network environment Active CN116009912B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211675941.6A CN116009912B (en) 2022-12-26 2022-12-26 Construction method for automatically generating upgrade package aiming at private network environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211675941.6A CN116009912B (en) 2022-12-26 2022-12-26 Construction method for automatically generating upgrade package aiming at private network environment

Publications (2)

Publication Number Publication Date
CN116009912A true CN116009912A (en) 2023-04-25
CN116009912B CN116009912B (en) 2023-08-18

Family

ID=86027650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211675941.6A Active CN116009912B (en) 2022-12-26 2022-12-26 Construction method for automatically generating upgrade package aiming at private network environment

Country Status (1)

Country Link
CN (1) CN116009912B (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010014968A1 (en) * 1998-07-21 2001-08-16 Mannan A. Mohammed Automatic upgrade of software
CN1858704A (en) * 2006-02-07 2006-11-08 华为技术有限公司 Method of upgrading sequence
CN101901160A (en) * 2010-08-11 2010-12-01 中兴通讯股份有限公司 Packing method and device of version upgrading software package
CN102955702A (en) * 2011-08-23 2013-03-06 腾讯科技(深圳)有限公司 Method and device for installing and upgrading software
CN106874050A (en) * 2017-02-20 2017-06-20 郑州云海信息技术有限公司 A kind of system automatically updating method
CN107395385A (en) * 2016-05-17 2017-11-24 中兴通讯股份有限公司 Method for upgrading software and device
CN107943502A (en) * 2017-12-01 2018-04-20 天津麒麟信息技术有限公司 A kind of upgrade method based on the detection of fine granularity system mode under linux system
CN108989074A (en) * 2017-06-05 2018-12-11 北大方正集团有限公司 Programme upgrade method and program upgrade apparatus
CN111258597A (en) * 2018-11-30 2020-06-09 玲珑视界科技(北京)有限公司 Method and system for unified upgrade of intelligent terminal
CN112015454A (en) * 2020-10-22 2020-12-01 蘑菇车联信息科技有限公司 System upgrade package generation method and device, electronic equipment and storage medium
CN112214231A (en) * 2020-09-18 2021-01-12 苏州浪潮智能科技有限公司 CI-based virtualized software upgrade package generation method and system
CN112306552A (en) * 2020-11-01 2021-02-02 国铁吉讯科技有限公司 System software version management method, device and storage medium
CN114115984A (en) * 2021-12-10 2022-03-01 百信信息技术有限公司 Server firmware upgrading method, storage device and terminal
US11416233B1 (en) * 2021-04-21 2022-08-16 Dell Products, L.P. Software upgrade system and method for a baseboard management controller configured in an information handling system
CN115220767A (en) * 2022-07-28 2022-10-21 重庆长安汽车股份有限公司 Software upgrading method, system, electronic equipment and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010014968A1 (en) * 1998-07-21 2001-08-16 Mannan A. Mohammed Automatic upgrade of software
CN1858704A (en) * 2006-02-07 2006-11-08 华为技术有限公司 Method of upgrading sequence
CN101901160A (en) * 2010-08-11 2010-12-01 中兴通讯股份有限公司 Packing method and device of version upgrading software package
CN102955702A (en) * 2011-08-23 2013-03-06 腾讯科技(深圳)有限公司 Method and device for installing and upgrading software
CN107395385A (en) * 2016-05-17 2017-11-24 中兴通讯股份有限公司 Method for upgrading software and device
CN106874050A (en) * 2017-02-20 2017-06-20 郑州云海信息技术有限公司 A kind of system automatically updating method
CN108989074A (en) * 2017-06-05 2018-12-11 北大方正集团有限公司 Programme upgrade method and program upgrade apparatus
CN107943502A (en) * 2017-12-01 2018-04-20 天津麒麟信息技术有限公司 A kind of upgrade method based on the detection of fine granularity system mode under linux system
CN111258597A (en) * 2018-11-30 2020-06-09 玲珑视界科技(北京)有限公司 Method and system for unified upgrade of intelligent terminal
CN112214231A (en) * 2020-09-18 2021-01-12 苏州浪潮智能科技有限公司 CI-based virtualized software upgrade package generation method and system
CN112015454A (en) * 2020-10-22 2020-12-01 蘑菇车联信息科技有限公司 System upgrade package generation method and device, electronic equipment and storage medium
CN112306552A (en) * 2020-11-01 2021-02-02 国铁吉讯科技有限公司 System software version management method, device and storage medium
US11416233B1 (en) * 2021-04-21 2022-08-16 Dell Products, L.P. Software upgrade system and method for a baseboard management controller configured in an information handling system
CN114115984A (en) * 2021-12-10 2022-03-01 百信信息技术有限公司 Server firmware upgrading method, storage device and terminal
CN115220767A (en) * 2022-07-28 2022-10-21 重庆长安汽车股份有限公司 Software upgrading method, system, electronic equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
WEI XU; HONGTAO ZHAO; PENGFEI SONG; XIAOZHAO ZHOU; TAO WANG: "Research on automatic upgrade of TDCS software based on IOCP", 《2018 33RD YOUTH ACADEMIC ANNUAL CONFERENCE OF CHINESE ASSOCIATION OF AUTOMATION (YAC)》, pages 1 - 6 *
易焱华: "C/S架构软件自动升级程序的设计与实现", 《信息系统工程》, pages 21 - 22 *
曾祥松;文登敏;: "C/S模式客户端应用程序自动升级研究与实现", 现代计算机(专业版), no. 09 *

Also Published As

Publication number Publication date
CN116009912B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN106155724B (en) Upgrading method and device
US7987146B2 (en) System and method for matching multi-node software system provisioning requirements and capabilities using rough set theory
US20070220509A1 (en) System and method for deploying software based on matching provisioning requirements and capabilities
CN106897103B (en) Method for quickly and thermally updating version of mobile terminal network game
US9542173B2 (en) Dependency handling for software extensions
CN111158674A (en) Component management method, system, device and storage medium
CN110597518A (en) Project construction method and device, computer equipment and storage medium
CN104699511A (en) Plug-in upgrading method and plug-in upgrading device
CN115202669A (en) Project construction method and system based on configuration file and related equipment
CN116009912B (en) Construction method for automatically generating upgrade package aiming at private network environment
US9760364B2 (en) Checks for software extensions
CN113553089A (en) Code increment issuing and updating method and system
CN111026398B (en) Construction method and construction system for data integration based on cache
US11494183B1 (en) Executor microservices for automated application compliance processing
CN113836121B (en) Database control method and target server
CN112947956B (en) Application software upgrading method
CN111400243B (en) Development management system based on pipeline service and file storage method and device
CN114089965A (en) Program development project management method and device based on monolithic code warehouse Monorepo
CN113127359A (en) Method and device for obtaining test data
CN112328295A (en) Software updating method and device
CN111831301A (en) Block chain runtime environment system and method supporting non-bifurcated upgrading
US9477447B1 (en) Semantic representations of software extensions
CN115408047B (en) Version release method and device and electronic equipment
Gu et al. Synthesizing object transformation for dynamic software updating
CN117435244B (en) Front-end engineering-crossing public library system and construction method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Building 9, No. 186 Heyang Road, High tech Industrial Development Zone, Zhengzhou City, Henan Province, 450001

Applicant after: Zhengzhou Yunzhi Xin'an Security Technology Co.,Ltd.

Address before: 450001 Floor 3, Building A, Building 2, No. 186 Heyang Road, Zhengzhou Hi tech Industrial Development Zone, Henan Province

Applicant before: Zhengzhou Yunzhi Xin'an Security Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant