CN112099831A - Batch updating method and device for configuration files - Google Patents

Batch updating method and device for configuration files Download PDF

Info

Publication number
CN112099831A
CN112099831A CN202011040406.4A CN202011040406A CN112099831A CN 112099831 A CN112099831 A CN 112099831A CN 202011040406 A CN202011040406 A CN 202011040406A CN 112099831 A CN112099831 A CN 112099831A
Authority
CN
China
Prior art keywords
configuration files
updating
update
same
updated
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.)
Pending
Application number
CN202011040406.4A
Other languages
Chinese (zh)
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202011040406.4A priority Critical patent/CN112099831A/en
Publication of CN112099831A publication Critical patent/CN112099831A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a batch updating method and a device of configuration files, wherein the method comprises the following steps: obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file; for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information; and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type. The invention can update a plurality of configuration files in a classified manner based on the update types of the configuration files, and update a plurality of configuration files with the same update information and the same update type in batch based on the IP addresses of a plurality of servers, thereby improving the update efficiency and accuracy of the configuration files.

Description

Batch updating method and device for configuration files
Technical Field
The invention relates to the technical field of data processing, in particular to a batch updating method and device for configuration files.
Background
The configuration file is a file which is necessary for each system, and besides the configuration file carried by the used platform, the configuration file also has a plurality of self-defined configuration files. With the rapid development of the technology, the distributed system gradually replaces the single-node system, and therefore, the number of servers grows exponentially.
At present, during batch production, configuration files of a plurality of servers are mostly manually updated respectively, for a plurality of configuration files with the same update content, the same processing needs to be performed on different servers for a plurality of times, and in addition, due to different update modes corresponding to different update contents, the update modes need to be frequently switched when the plurality of configuration files are updated, so that the efficiency and the accuracy of updating the configuration files are low.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a batch updating method of configuration files, which is used for improving the updating efficiency and accuracy of the configuration files and comprises the following steps:
obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file;
for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information;
and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type.
The embodiment of the invention provides a batch updating device of configuration files, which is used for improving the updating efficiency and accuracy of the configuration files and comprises the following components:
the updating type determining module is used for obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file;
the server parameter obtaining module is used for obtaining the IP addresses of a plurality of servers corresponding to a plurality of configuration files with the same updating information for a plurality of configuration files of each updating type;
and the batch updating module is used for updating the configuration files with the same updating information in batches for the configuration files with each updating type according to the updating algorithm corresponding to the updating type and based on the IP addresses of the servers corresponding to the configuration files with the same updating information.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the batch updating method of the configuration file is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the batch updating method of the configuration file.
The embodiment of the invention comprises the following steps: obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file; for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information; and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type. The invention can update a plurality of configuration files in a classified manner based on the update types of the configuration files, adopts the same update algorithm for the configuration files of the same update type, does not need to switch the update mode frequently, and updates the plurality of configuration files with the same update information and the same update type in batch based on the IP addresses of a plurality of servers, thereby improving the update efficiency and accuracy of the configuration files.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic diagram illustrating a process of a batch update method for configuration files according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of step 103 of FIG. 1;
FIG. 3 is a diagram illustrating an exemplary configuration file batch update apparatus according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a specific structure of the batch update module 03 in FIG. 3;
FIG. 5 is a diagram illustrating another structure of an apparatus for batch update of configuration files according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, method or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
In order to solve the technical problem that in the prior art, when batch production is performed, manual update is performed on configuration files of multiple servers respectively, so that efficiency and accuracy of updating the configuration files are low, an embodiment of the present invention provides a batch updating method for configuration files, so as to improve efficiency and accuracy of updating the configuration files, fig. 1 is a schematic diagram of a flow of the batch updating method for configuration files in the embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101: obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file;
step 102: for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information;
step 103: and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type.
As shown in fig. 1, an embodiment of the present invention is implemented by: obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file; for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information; and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type. The invention can update a plurality of configuration files in a classified manner based on the update types of the configuration files, adopts the same update algorithm for the configuration files of the same update type, does not need to switch the update mode frequently, and updates the plurality of configuration files with the same update information and the same update type in batch based on the IP addresses of a plurality of servers, thereby improving the update efficiency and accuracy of the configuration files.
In one embodiment, in step 101, the update type of the configuration file includes: adding data, modifying data and deleting data.
The embodiment of the present invention may be implemented based on JAVA language, and when the implementation is specific, step 101 may first obtain the update information of the plurality of configuration files, and then divide the update information of the plurality of configuration files into three categories according to the update types, including: the data is added, modified and deleted, and different update types correspond to different update algorithms, and may also include other update types, which is not limited in the present invention.
In actual production, it is often the case that the same configuration files on multiple servers need to be updated in the same way, therefore, in step 102, information such as IP addresses, user names, passwords, file operation permissions of multiple servers can be configured in advance in the database, and for multiple update types such as new data, modified data, deleted data, etc., it can be supported that each update type matches information such as IP addresses of multiple servers, so that for multiple configuration files of each update type, if there are multiple configuration files with the same update information, information such as IP addresses, user names, passwords, file operation permissions of multiple servers corresponding to multiple configuration files with the same update information can be queried from the database, so as to directly log in multiple servers to update multiple configuration files in batch.
FIG. 2 is a schematic diagram of step 103 in FIG. 1. As shown in FIG. 2, in one embodiment, step 103 may include:
step 201: for a plurality of configuration files of each update type, downloading a plurality of configuration files to be updated with the same update information in batches from a plurality of servers with the same update information corresponding to a plurality of configuration files based on IP addresses of the plurality of servers with the same update information corresponding to the plurality of configuration files;
step 202: according to an algorithm corresponding to the updating type, batch updating is carried out on a plurality of configuration files to be updated which are downloaded and have the same updating information;
step 203: and updating the plurality of updated configuration files to the corresponding plurality of servers in batches.
In an embodiment, after downloading a plurality of configuration files to be updated with the same update information in a batch manner from a plurality of servers corresponding to a plurality of configuration files with the same update information in step 201, the method may further include:
backing up a plurality of configuration files to be updated with the same updating information;
after the step 203 updates the plurality of updated configuration files to the corresponding plurality of servers in batch, the method may further include:
and comparing the plurality of backed-up configuration files to be updated with the plurality of updated configuration files, and determining whether the updating is successful or failed according to a comparison result.
In specific implementation, for a plurality of configuration files of each update type, if a plurality of configuration files with the same update information exist, the corresponding plurality of servers may be logged in based on the IP addresses, user names, passwords and file operation permissions of the plurality of servers corresponding to the plurality of configuration files with the same update information, a plurality of configuration files to be updated with the same update information are downloaded in batch from the plurality of servers corresponding to the plurality of configuration files with the same update information, stored locally and named as a series a, then the plurality of configuration files to be updated with the same update information are backed up and named as a series B, and the plurality of downloaded configuration files to be updated (a series files) with the same update information are subjected to logic processing such as batch addition, modification or deletion according to an algorithm corresponding to the update type to obtain a plurality of updated configuration files, and then logging in a plurality of servers, deleting a plurality of configuration files with the same updating information in the plurality of servers, and uploading the plurality of updated configuration files to the corresponding plurality of servers in batch to complete batch updating of the configuration files. And storing a plurality of updated configuration files according to actual requirements, and periodically executing batch updating based on preset time.
In order to verify the updating accuracy, a plurality of updated configuration files named as C series can be downloaded from a plurality of servers again, then a plurality of backed-up configuration files to be updated (B series files) are compared with a plurality of updated configuration files (C series files), and difference information is displayed through a screen, so that technicians can check whether the changed content is correct or not.
Based on the same inventive concept, the embodiment of the present invention further provides a device for batch updating of configuration files, as in the following embodiments. Because the principle of solving the problems of the batch updating device for the configuration files is similar to that of the batch updating method for the configuration files, the implementation of the device can refer to the implementation of the method, and repeated parts are not described again. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
An embodiment of the present invention provides a batch update apparatus for configuration files, so as to improve update efficiency and accuracy of the configuration files, and fig. 3 is a schematic diagram of a structure of the batch update apparatus for configuration files in an embodiment of the present invention, where as shown in the diagram, the apparatus includes:
an update type determining module 01, configured to obtain update information of a plurality of configuration files, and determine an update type of each configuration file;
a server parameter obtaining module 02, configured to obtain, for multiple configuration files of each update type, IP addresses of multiple servers corresponding to the multiple configuration files with the same update information;
the batch update module 03 performs batch update on the plurality of configuration files with the same update information based on the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type for the plurality of configuration files with each update type.
Fig. 4 is a schematic diagram illustrating a specific structure of the batch update module 03 in fig. 3, and as shown in fig. 4, in an embodiment, the batch update module 03 includes:
a downloading unit 031, configured to, for a plurality of profiles of each update type, download a plurality of to-be-updated profiles having the same update information in batches from a plurality of servers having the same update information and corresponding to a plurality of profiles based on IP addresses of the plurality of servers having the same update information and corresponding to the plurality of profiles;
an updating unit 032, configured to update, in batches, a plurality of configuration files to be updated, which have the same update information and are downloaded according to an algorithm corresponding to an update type;
an uploading unit 033, configured to update the plurality of updated configuration files to the corresponding plurality of servers in batch.
Fig. 5 is a schematic diagram of another structure of an apparatus for batch updating configuration files in an embodiment of the present invention, and as shown in fig. 5, the apparatus further includes: a backup module 04 configured to:
after downloading a plurality of configuration files to be updated with the same updating information in batches from a plurality of servers corresponding to a plurality of configuration files with the same updating information, backing up the plurality of configuration files to be updated with the same updating information;
the batch update module 03 is further configured to:
after the plurality of updated configuration files are updated to the plurality of corresponding servers in batches, the plurality of backed-up configuration files to be updated are compared with the plurality of updated configuration files, and according to the comparison result, the success or failure of updating is determined.
In one embodiment, the update types of the configuration file include: adding data, modifying data and deleting data.
The following is a specific example to facilitate an understanding of how the invention may be practiced.
The first step is as follows: obtaining the update information of a plurality of configuration files, and dividing the update information of the plurality of configuration files into three types according to the update types, wherein the three types comprise: newly adding data, modifying data and deleting data;
the second step is that: for a plurality of configuration files of each updating type, if a plurality of configuration files with the same updating information exist, inquiring IP addresses, user names, passwords and file operation authorities of a plurality of servers corresponding to the plurality of configuration files with the same updating information from a database;
the third step: for a plurality of configuration files of each updating type, logging in a plurality of corresponding servers based on IP addresses, user names, passwords and file operation permissions of a plurality of servers corresponding to the plurality of configuration files with the same updating information, downloading a plurality of configuration files to be updated with the same updating information in batches from the plurality of servers corresponding to the plurality of configuration files with the same updating information, storing the configuration files to be updated in a local place, naming the configuration files to be updated with the same updating information as an A series, and backing up the configuration files to be updated with the same updating information as a B series;
the fourth step: according to an algorithm corresponding to the updating type, carrying out logic processing such as batch addition, modification or deletion on a plurality of configuration files (A series files) to be updated with the same updating information to obtain a plurality of updated configuration files;
the fifth step: deleting a plurality of configuration files with the same updating information in a plurality of servers, and simultaneously uploading the plurality of updated configuration files to a plurality of corresponding servers in batches;
and a sixth step: and downloading a plurality of updated configuration files from a plurality of servers again, wherein the updated configuration files are named as C series, comparing a plurality of backed-up configuration files (B series files) to be updated with a plurality of updated configuration files (C series files), and displaying difference information through a screen, so that technicians can check whether the changed content is correct or not.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the batch updating method of the configuration file is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the batch updating method of the configuration file.
In summary, the embodiment of the present invention provides: obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file; for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information; and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type. The invention can update a plurality of configuration files in a classified manner based on the update types of the configuration files, adopts the same update algorithm for the configuration files of the same update type, does not need to switch the update mode frequently, and updates the plurality of configuration files with the same update information and the same update type in batch based on the IP addresses of a plurality of servers, thereby improving the update efficiency and accuracy of the configuration files.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and variations of the embodiment of the present invention may occur to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A batch update method for configuration files is characterized by comprising the following steps:
obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file;
for a plurality of configuration files of each update type, obtaining IP addresses of a plurality of servers corresponding to the plurality of configuration files with the same update information;
and for the plurality of configuration files of each update type, updating the plurality of configuration files with the same update information in batch on the basis of the IP addresses of the plurality of servers corresponding to the plurality of configuration files with the same update information according to the update algorithm corresponding to the update type.
2. The method of claim 1, wherein updating a plurality of configuration files of the update type with the same update information in batch based on the IP addresses of a plurality of servers according to the same update information and an update algorithm corresponding to the update type comprises:
for a plurality of configuration files of each update type, downloading a plurality of configuration files to be updated with the same update information in batches from a plurality of servers with the same update information corresponding to a plurality of configuration files based on IP addresses of the plurality of servers with the same update information corresponding to the plurality of configuration files;
according to an algorithm corresponding to the updating type, batch updating is carried out on a plurality of configuration files to be updated which are downloaded and have the same updating information;
and updating the plurality of updated configuration files to the corresponding plurality of servers in batches.
3. The method of claim 2, wherein after downloading the plurality of configuration files to be updated with the same update information in batch from the plurality of servers corresponding to the plurality of configuration files with the same update information, the method further comprises:
backing up a plurality of configuration files to be updated with the same updating information;
after the plurality of updated configuration files are updated to the corresponding plurality of servers in batch, the method further comprises the following steps:
and comparing the plurality of backed-up configuration files to be updated with the plurality of updated configuration files, and determining whether the updating is successful or failed according to a comparison result.
4. The method of claim 1, wherein the update type of the configuration file comprises: adding data, modifying data and deleting data.
5. An apparatus for batch update of configuration files, comprising:
the updating type determining module is used for obtaining updating information of a plurality of configuration files and determining the updating type of each configuration file;
the server parameter obtaining module is used for obtaining the IP addresses of a plurality of servers corresponding to a plurality of configuration files with the same updating information for a plurality of configuration files of each updating type;
and the batch updating module is used for updating the configuration files with the same updating information in batches for the configuration files with each updating type according to the updating algorithm corresponding to the updating type and based on the IP addresses of the servers corresponding to the configuration files with the same updating information.
6. The apparatus of claim 5, wherein the batch update module is specifically configured to:
for a plurality of configuration files of each update type, downloading a plurality of configuration files to be updated with the same update information in batches from a plurality of servers with the same update information corresponding to a plurality of configuration files based on IP addresses of the plurality of servers with the same update information corresponding to the plurality of configuration files;
according to an algorithm corresponding to the updating type, batch updating is carried out on a plurality of configuration files to be updated which are downloaded and have the same updating information;
and updating the plurality of updated configuration files to the corresponding plurality of servers in batches.
7. The apparatus of claim 6, further comprising: a backup module to:
after downloading a plurality of configuration files to be updated with the same updating information in batches from a plurality of servers corresponding to a plurality of configuration files with the same updating information, backing up the plurality of configuration files to be updated with the same updating information;
the batch update module is further to:
after the plurality of updated configuration files are updated to the plurality of corresponding servers in batches, the plurality of backed-up configuration files to be updated are compared with the plurality of updated configuration files, and according to the comparison result, the success or failure of updating is determined.
8. The apparatus of claim 5, wherein the update type of the configuration file comprises: adding data, modifying data and deleting data.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 4.
CN202011040406.4A 2020-09-28 2020-09-28 Batch updating method and device for configuration files Pending CN112099831A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011040406.4A CN112099831A (en) 2020-09-28 2020-09-28 Batch updating method and device for configuration files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011040406.4A CN112099831A (en) 2020-09-28 2020-09-28 Batch updating method and device for configuration files

Publications (1)

Publication Number Publication Date
CN112099831A true CN112099831A (en) 2020-12-18

Family

ID=73782777

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011040406.4A Pending CN112099831A (en) 2020-09-28 2020-09-28 Batch updating method and device for configuration files

Country Status (1)

Country Link
CN (1) CN112099831A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591683A (en) * 2011-12-28 2012-07-18 睿成汇商科技有限公司 Updating method and updating system for embedded operation system
US9898273B1 (en) * 2015-12-22 2018-02-20 VCE IP Holding Company LLC Dynamically updating APIS based on updated configuration file of a computing system
WO2019071858A1 (en) * 2017-10-09 2019-04-18 武汉斗鱼网络科技有限公司 File update method, apparatus, and device
CN110224878A (en) * 2019-06-28 2019-09-10 北京金山云网络技术有限公司 Gateway configures update method, device and server
CN110941440A (en) * 2019-10-31 2020-03-31 北京浪潮数据技术有限公司 Batch updating method, device and equipment for virtual machines and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591683A (en) * 2011-12-28 2012-07-18 睿成汇商科技有限公司 Updating method and updating system for embedded operation system
US9898273B1 (en) * 2015-12-22 2018-02-20 VCE IP Holding Company LLC Dynamically updating APIS based on updated configuration file of a computing system
WO2019071858A1 (en) * 2017-10-09 2019-04-18 武汉斗鱼网络科技有限公司 File update method, apparatus, and device
CN110224878A (en) * 2019-06-28 2019-09-10 北京金山云网络技术有限公司 Gateway configures update method, device and server
CN110941440A (en) * 2019-10-31 2020-03-31 北京浪潮数据技术有限公司 Batch updating method, device and equipment for virtual machines and readable storage medium

Similar Documents

Publication Publication Date Title
CN107844343B (en) Upgrading system and method for complex server application system
US11663171B2 (en) Efficient database migration using an intermediary secondary storage system
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN104918114B (en) A kind of operating system update method and device
CN105160253B (en) Repair method, apparatus, system and the server of client-side program
CN111008034B (en) Patch generation method and device
CN107368513B (en) Method and device for updating client database
CN113342387A (en) Automatic software upgrading method, updating client and updating server
CN106682017B (en) Database updating method and device
US20210406130A1 (en) Updating a virtual machine backup
CN114626683A (en) Product update message notification method and device based on RPA and AI and electronic equipment
CN108664255B (en) Software upgrading method and device
CN112099831A (en) Batch updating method and device for configuration files
CN115495460A (en) Map data updating method, map data updating system, electronic equipment and storage medium
CN111752797A (en) Terminal log processing method and device, terminal and storage medium
CN111858767A (en) Synchronous data processing method, device, equipment and storage medium
CN107071069B (en) Method and device for transparently switching data traffic to user, storage medium and electronic equipment
CN116149713A (en) Program upgrading method and device for all-level equipment under tree-type heterogeneous network
CN114064674A (en) Data synchronization method, device, computer equipment, storage medium and product
CN113835731A (en) Method and device for prompting error according to updated component, electronic equipment and storage medium
CN114443356A (en) Container cluster processing method and system
CN108595924B (en) Business authority management method and device, computer equipment and storage medium
CN108196979B (en) Data backup method and device
CN111367892A (en) Data migration method and device
CN111046003A (en) Method and device for updating soil erosion factor data and electronic equipment

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