CN107908441B - Database upgrading method and upgrading device - Google Patents

Database upgrading method and upgrading device Download PDF

Info

Publication number
CN107908441B
CN107908441B CN201711276981.2A CN201711276981A CN107908441B CN 107908441 B CN107908441 B CN 107908441B CN 201711276981 A CN201711276981 A CN 201711276981A CN 107908441 B CN107908441 B CN 107908441B
Authority
CN
China
Prior art keywords
home directory
original
target
storage space
backup
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.)
Active
Application number
CN201711276981.2A
Other languages
Chinese (zh)
Other versions
CN107908441A (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 Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201711276981.2A priority Critical patent/CN107908441B/en
Publication of CN107908441A publication Critical patent/CN107908441A/en
Application granted granted Critical
Publication of CN107908441B publication Critical patent/CN107908441B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Abstract

The embodiment of the invention discloses an upgrading method and an upgrading device of a database, which comprise the following steps: acquiring a home directory in the upgrade installation package, and taking the acquired home directory as a target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the embodiment of the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.

Description

Database upgrading method and upgrading device
Technical Field
The present invention relates to the field of databases, and in particular, to a method and an apparatus for upgrading a database.
Background
A Database (Database) is a repository that organizes, stores, and manages data according to a data structure.
As the database is updated more and more frequently, the work of upgrading the database becomes more and more heavy, and in the related art, the work of upgrading the database all depends on manual operation of a database administrator, so that the labor cost is greatly consumed, and meanwhile, the upgrading efficiency is low.
Disclosure of Invention
In order to solve the technical problem, the invention provides a database upgrading method which can save labor cost and improve upgrading efficiency.
In order to achieve the purpose of the invention, the invention provides a method for upgrading a database, which comprises the following steps:
acquiring a home directory in the upgrade installation package, and taking the acquired home directory as a target home directory; the upgrading installation package is used for upgrading a target database;
deleting the original home directory of the target database;
and generating an upgraded target database according to the backup of the original home directory and the target home directory.
Before deleting the original home directory of the target database, the method further comprises the following steps:
acquiring environment variable configuration information of a server where the target database is located;
acquiring path information of the original home directory according to the acquired environment variable configuration information;
finding the original home directory according to the path information of the original home directory;
and backing up the original home directory to obtain the backup of the original home directory.
The backup of the original home directory to obtain the backup of the original home directory comprises the following steps:
acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space;
acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space;
judging whether the first storage space is larger than the second storage space;
and if the first storage space is not smaller than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
The backup of the original home directory, after obtaining the backup of the original home directory, further includes:
storing the obtained backup of the original home directory in a second path different from the first path of the original home directory;
the obtaining of the corresponding home directory according to the obtained upgrade installation package, and after taking the obtained home directory as the target home directory, further includes:
storing the obtained target home directory under the first path;
the step of generating the upgraded target database according to the pre-backed original home directory and the target home directory comprises the following steps:
acquiring a configuration file in the backup of the original home directory;
copying the obtained configuration file to the first path;
and generating the upgraded target database according to the configuration file in the first path and the target home directory.
After the updated target database is generated according to the configuration file and the target home directory in the first path, the method further includes:
judging whether the upgraded target database is successfully generated;
if the updated target database is not successfully generated, copying the backup of the original home directory to a first path;
and generating the target database according to the backup of the original catalog in the first path.
The invention also provides a device for upgrading the database, which comprises:
the acquisition module is used for acquiring the home directory in the upgrade installation package and taking the acquired home directory as a target home directory; the upgrading installation package is used for upgrading a target database;
the deleting module is used for deleting the original home directory of the target database;
and the first processing module is used for generating an upgraded target database according to the backup of the original home directory and the target home directory.
Further comprising:
the tracking module is used for finding the original home directory according to the path information of the original home directory;
the backup module is used for backing up the original home directory to obtain the backup of the original home directory;
the acquisition module is also used for acquiring the environment variable configuration information of the server where the target database is located; and acquiring the path information of the original home directory according to the acquired environment variable configuration information.
The backup module is specifically configured to:
acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space;
acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space;
judging whether the first storage space is larger than the second storage space;
and if the first storage space is larger than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
Further comprising:
the storage module is used for storing the obtained backup of the original home directory in a second path different from the first path in which the original home directory is located; storing the obtained target home directory under the first path;
the first processing module is specifically configured to:
acquiring a configuration file in the backup of the original home directory;
copying the obtained configuration file to the first path;
and generating the upgraded target database according to the configuration file in the first path and the target home directory.
Further comprising:
the judging module is used for judging whether the upgraded target database is successfully generated;
the copy module is used for copying the backup of the original home directory to a first path if the upgraded target database is not successfully generated;
and the second processing module is used for generating the target database according to the backup of the original catalog in the first path.
Compared with the prior art, the method at least comprises the steps of obtaining the home directory in the upgrade installation package, and taking the obtained home directory as a target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the technical scheme provided by the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a schematic flowchart of a method for upgrading a database according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another database upgrading method according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a further database upgrading method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus for upgrading a database according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of another database upgrading apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of another database upgrading apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
An embodiment of the present invention provides a method for upgrading a database, as shown in fig. 1, the method includes:
step 101, acquiring a home directory in the upgrade installation package, and taking the acquired home directory as a target home directory.
The upgrading installation package is used for upgrading the target database.
It should be noted that the upgrade installation package for upgrading the target database is obtained in advance, and it may be uploaded to the server by the database administrator.
Specifically, the upgrade installation package is a compressed file, which includes a new home directory, that is, the home directory of the upgraded target database (at this time, the upgraded target database is not generated yet, and needs to be generated according to its home directory), so that the home directory of the upgraded target database can be obtained by decompressing the upgrade installation package.
And 102, deleting the original home directory of the target database.
Specifically, since the original home directory is the home directory of the target database, the original home directory needs to be deleted after the home directory of the updated target database is obtained
And 103, generating an upgraded target database according to the backup of the original home directory and the target home directory.
Specifically, the backup of the original home directory is obtained in advance, the executable files, library files and other information of the target database all exist in the original home directory, the original home directory has the configuration files of the target database, the target home directory has the upgrade files, but the configuration files are lacked, and the configuration files are needed for generating the upgraded target database, so that the upgraded target database can be generated according to the backup of the original home directory and the target home directory which are obtained in advance.
The method for upgrading the database, provided by the embodiment of the invention, comprises the steps of acquiring a home directory in an upgrade installation package, and taking the acquired home directory as a target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the technical scheme provided by the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.
An embodiment of the present invention provides another method for upgrading a database, as shown in fig. 2, where the method includes:
step 201, obtaining the environment variable configuration information of the server where the target database is located.
Step 202, obtaining the path information of the original home directory according to the obtained environment variable configuration information.
And step 203, finding the original home directory according to the path information of the original home directory.
And step 204, backing up the original home directory to obtain the backup of the original home directory.
Specifically, step 204 can be implemented by steps 204a to 204 d:
and 204a, acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space.
And step 204b, acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space.
And 204c, judging whether the first storage space is larger than the second storage space.
And step 204d, if the first storage space is not smaller than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
Specifically, if the first storage space is smaller than the second storage space, the original home directory cannot be backed up, and the program is reported in error.
And step 205, acquiring the home directory in the upgrade installation package, and taking the acquired home directory as a target home directory.
The upgrading installation package is used for upgrading the target database.
Step 206, delete the original home directory of the target database.
And step 207, generating an upgraded target database according to the backup of the original home directory and the target home directory.
The method for upgrading the database, provided by the embodiment of the invention, comprises the steps of acquiring a home directory in an upgrade installation package, and taking the acquired home directory as a target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the technical scheme provided by the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.
An embodiment of the present invention provides another method for upgrading a database, as shown in fig. 3, where the method includes:
step 301, obtaining environment variable configuration information of a server where the target database is located.
And step 302, acquiring path information of the original home directory according to the acquired environment variable configuration information.
Step 303, finding the original home directory according to the path information of the original home directory.
And step 304, backing up the original home directory to obtain the backup of the original home directory.
Step 305, storing the obtained backup of the original home directory under a second path different from the first path of the original home directory.
It should be noted that the first path where the original home directory is located is a path where the home directory usually exists
And step 306, acquiring the home directory in the upgrade installation package, and taking the acquired home directory as a target home directory.
The upgrading installation package is used for upgrading the target database.
And 307, storing the obtained target home directory under the first path.
Step 308, delete the original home directory of the target database.
Step 309, obtain the configuration file in the backup of the original home directory.
Specifically, the configuration file includes a parameter file, a monitoring file, a data file, an authorization license file, and the like.
All copied back to the newly decompressed database record. Wherein
Step 310, copying the obtained configuration file to the first path.
Specifically, when a data file is copied back, it is necessary to pay attention that the data file may be stored in a database directory under backup of an original home directory or may be stored in a separate disk partition, and if the data file is stored in the database directory under backup of the original home directory, when a backup name of the original home directory is different from a name of the original home directory, the data file cannot be read, so that the database directory under backup of the original home directory is directly copied to a target home directory (i.e., under a first path), and a problem that the data file may not be read can be avoided.
And 311, generating an upgraded target database according to the configuration file and the target home directory in the first path.
Specifically, the configuration file and the target home directory contain all required files of the updated target database, so that the updated target database can be generated by running the executable file in the target home directory when the configuration file and the target home directory are obtained.
And step 312, judging whether the upgraded target database is successfully generated.
Specifically, in the process of actually generating the updated target database according to the configuration file and the target home directory copied to the first path, some special situations may occur, so that the update is unsuccessful, and therefore, it is necessary to further determine whether the updated target database is successfully generated.
Specifically, if the updated target database is successfully generated, after the database is normally started, the system.sh script of the updated target database can be executed, and the database dictionary can be regenerated, so that the database characteristics of the updated target database can be normally used.
Step 313, if the upgraded target database is not successfully generated, copying the backup of the original home directory to the first path.
And step 314, generating a target database according to the backup of the original catalog in the first path.
It should be noted that steps 313 and 314 are remedial measures performed in the case that the upgraded target database is not successfully generated, and if the upgraded target database is not successfully generated, the original database, i.e., the target database, may be regenerated.
The method for upgrading the database, provided by the embodiment of the invention, comprises the steps of acquiring a home directory in an upgrade installation package, and taking the acquired home directory as a target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the technical scheme provided by the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.
An embodiment of the present invention further provides an upgrading apparatus for a database, as shown in fig. 4, where the upgrading apparatus 4 for a database includes:
an obtaining module 41, configured to obtain a home directory in the upgrade installation package, and use the obtained home directory as a target home directory; the upgrading installation package is used for upgrading the target database.
And a deleting module 42 for deleting the original home directory of the target database.
The first processing module 43 is configured to generate an upgraded target database according to the backup of the original home directory and the target home directory.
Further, on the basis of the embodiment corresponding to fig. 4, an embodiment of the present invention provides another database upgrading apparatus, as shown in fig. 5, where the database upgrading apparatus 4 further includes:
the tracking module 44 is used for finding the original home directory according to the path information of the original home directory;
the backup module 45 is used for backing up the original home directory to obtain the backup of the original home directory;
the obtaining module 41 is further configured to obtain environment variable configuration information of a server where the target database is located; and acquiring the path information of the original home directory according to the acquired environment variable configuration information.
Further, the backup module 45 is specifically configured to:
acquiring a storage space occupied by an original home directory, and taking the acquired storage space as a first storage space;
and acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space.
And judging whether the first storage space is larger than the second storage space.
And if the first storage space is larger than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
Further, on the basis of the embodiment corresponding to fig. 5, an embodiment of the present invention provides another apparatus for upgrading a database, as shown in fig. 6, the apparatus 4 for upgrading a database further includes:
a storage module 46, configured to store the obtained backup of the original home directory in a second path different from the first path where the original home directory is located; and storing the obtained target home directory under the first path.
And the judging module 47 is used for judging whether the upgraded target database is successfully generated.
And the copying module 48 is configured to copy the backup of the original home directory to the first path if the updated target database is not successfully generated.
And a second processing module 49, configured to generate a target database according to the backup of the original directory in the first path.
The first processing module 43 is specifically configured for.
A configuration file in a backup of an original home directory is obtained.
And copying the obtained configuration file to the first path.
And generating an upgraded target database according to the configuration file and the target home directory in the first path.
The upgrading device for the database provided by the embodiment of the invention obtains the home directory in the upgrading installation package, and takes the obtained home directory as the target home directory; deleting the original home directory of the target database; and generating an upgraded target database according to the backup of the original home directory and the target home directory. According to the technical scheme provided by the invention, the target family catalog in the upgrade installation package is obtained, and the upgraded target database is generated according to the backup of the original family catalog and the target family catalog, so that the automatic upgrade of the database is realized, the labor cost is greatly saved, and the upgrade efficiency is improved.
In practical applications, the obtaining module 41, the deleting module 42, the first Processing module 43, the tracking module 44, the backup module 45, the storage module 46, the judging module 47, the copying module 48 and the second Processing module 49 may be implemented by a Central Processing Unit (CPU), a microprocessor Unit (MPU), a Digital Signal Processor (DSP) or a Field Programmable Gate Array (FPGA) located in an upgrading device of the database.
The embodiment of the present invention further provides an apparatus for upgrading a database, which includes a memory and a processor, where the memory stores the following instructions executable by the processor:
acquiring a home directory in the upgrade installation package, and taking the acquired home directory as a target home directory; the upgrading installation package is used for upgrading the target database.
The original home directory of the target database is deleted.
And generating an upgraded target database according to the backup of the original home directory and the target home directory.
Further, the memory specifically stores the following instructions executable by the processor:
and acquiring the environment variable configuration information of the server where the target database is located.
And acquiring the path information of the original home directory according to the acquired environment variable configuration information.
And finding the original home directory according to the path information of the original home directory.
And backing up the original home directory to obtain the backup of the original home directory.
Further, the memory has stored therein the following instructions executable by the processor:
and acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space.
And acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space.
And judging whether the first storage space is larger than the second storage space.
And if the first storage space is not smaller than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
Further, the memory specifically stores the following instructions executable by the processor:
and storing the obtained backup of the original home directory under a second path different from the first path of the original home directory.
And storing the obtained target home directory under the first path.
A configuration file in a backup of an original home directory is obtained.
And copying the obtained configuration file to the first path.
And generating an upgraded target database according to the configuration file and the target home directory in the first path.
Further, the memory specifically stores the following instructions executable by the processor:
and judging whether the upgraded target database is successfully generated.
And if the upgraded target database is not successfully generated, copying the backup of the original home directory to the first path.
And generating a target database according to the backup of the original catalog in the first path.
Although the embodiments of the present invention have been described above, the present invention is not limited to the embodiments described above. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method for upgrading a database, comprising:
acquiring a home directory in the upgrade installation package, and taking the acquired home directory as a target home directory; the upgrading installation package is used for upgrading a target database;
deleting the original home directory of the target database;
acquiring a configuration file in the backup of the original home directory;
copying the obtained configuration file to a first path where the original home directory is located;
generating an upgraded target database according to the configuration file in the first path and the target home directory; and when the configuration file and the target home directory are obtained, the executable file in the target home directory is operated to generate the upgraded target database.
2. The upgrading method according to claim 1, before deleting the original home directory of the target database, further comprising:
acquiring environment variable configuration information of a server where the target database is located;
acquiring path information of the original home directory according to the acquired environment variable configuration information;
finding the original home directory according to the path information of the original home directory;
and backing up the original home directory to obtain the backup of the original home directory.
3. The upgrade method according to claim 2, wherein the backing up the original home directory to obtain a backup of the original home directory comprises:
acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space;
acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space;
judging whether the first storage space is larger than the second storage space;
and if the first storage space is not smaller than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
4. The upgrading method according to claim 2 or 3, wherein the backing up the original home directory, after obtaining the backup of the original home directory, further comprises:
storing the obtained backup of the original home directory in a second path different from the first path of the original home directory;
the obtaining of the corresponding home directory according to the obtained upgrade installation package, and after taking the obtained home directory as the target home directory, further includes:
and storing the obtained target home directory under the first path.
5. The upgrading method according to claim 4, after generating the upgraded target database according to the configuration file and the target home directory in the first path, further comprising:
judging whether the upgraded target database is successfully generated;
if the updated target database is not successfully generated, copying the backup of the original home directory to a first path;
and generating the target database according to the backup of the original catalog in the first path.
6. An apparatus for upgrading a database, comprising:
the acquisition module is used for acquiring the home directory in the upgrade installation package and taking the acquired home directory as a target home directory; the upgrading installation package is used for upgrading a target database;
the deleting module is used for deleting the original home directory of the target database;
the first processing module is used for acquiring a configuration file in the backup of the original home directory;
copying the obtained configuration file to a first path where the original home directory is located;
generating an upgraded target database according to the configuration file in the first path and the target home directory; and when the configuration file and the target home directory are obtained, the executable file in the target home directory is operated to generate the upgraded target database.
7. The upgrade device according to claim 6, further comprising:
the tracking module is used for finding the original home directory according to the path information of the original home directory;
the backup module is used for backing up the original home directory to obtain the backup of the original home directory;
the acquisition module is also used for acquiring the environment variable configuration information of the server where the target database is located; and acquiring the path information of the original home directory according to the acquired environment variable configuration information.
8. The upgrade device according to claim 7, wherein the backup module is specifically configured to:
acquiring a storage space occupied by the original home directory, and taking the acquired storage space as a first storage space;
acquiring the residual storage space of the server, and taking the acquired storage space as a second storage space;
judging whether the first storage space is larger than the second storage space;
and if the first storage space is larger than the second storage space, backing up the original home directory to obtain the backup of the original home directory.
9. The upgrade apparatus according to claim 7 or 8, further comprising:
the storage module is used for storing the obtained backup of the original home directory in a second path different from the first path in which the original home directory is located; and storing the obtained target home directory under the first path.
10. The upgrade device according to claim 9, further comprising:
the judging module is used for judging whether the upgraded target database is successfully generated;
the copy module is used for copying the backup of the original home directory to a first path if the upgraded target database is not successfully generated;
and the second processing module is used for generating the target database according to the backup of the original catalog in the first path.
CN201711276981.2A 2017-12-06 2017-12-06 Database upgrading method and upgrading device Active CN107908441B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711276981.2A CN107908441B (en) 2017-12-06 2017-12-06 Database upgrading method and upgrading device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711276981.2A CN107908441B (en) 2017-12-06 2017-12-06 Database upgrading method and upgrading device

Publications (2)

Publication Number Publication Date
CN107908441A CN107908441A (en) 2018-04-13
CN107908441B true CN107908441B (en) 2021-07-02

Family

ID=61854716

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711276981.2A Active CN107908441B (en) 2017-12-06 2017-12-06 Database upgrading method and upgrading device

Country Status (1)

Country Link
CN (1) CN107908441B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115150271B (en) * 2022-06-29 2023-11-21 中国第一汽车股份有限公司 Gateway upgrading and data routing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193805A (en) * 2010-03-11 2011-09-21 华为技术有限公司 Device and method for upgrading software patches
CN103777987A (en) * 2014-01-26 2014-05-07 宝龙计算机系统(湖南)有限公司 Method and device for upgrading unix-like operating system
CN107231624A (en) * 2017-05-08 2017-10-03 惠州Tcl移动通信有限公司 A kind of method, storage device and the mobile terminal of retention data information

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8453155B2 (en) * 2010-11-19 2013-05-28 At&T Intellectual Property I, L.P. Method for scheduling updates in a streaming data warehouse

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193805A (en) * 2010-03-11 2011-09-21 华为技术有限公司 Device and method for upgrading software patches
CN103777987A (en) * 2014-01-26 2014-05-07 宝龙计算机系统(湖南)有限公司 Method and device for upgrading unix-like operating system
CN107231624A (en) * 2017-05-08 2017-10-03 惠州Tcl移动通信有限公司 A kind of method, storage device and the mobile terminal of retention data information

Also Published As

Publication number Publication date
CN107908441A (en) 2018-04-13

Similar Documents

Publication Publication Date Title
CN109117169B (en) Method and device for repairing kernel vulnerability
US11934811B2 (en) Container image building using dependency container images
US9218251B1 (en) Method to perform disaster recovery using block data movement
CN103176828A (en) Method and device of deleting application program residual files
CN103577567A (en) Method for uninstalling application and deleting garbage file in Android system
US20140222761A1 (en) Terminal Backup and Recovery Method
CN103345411A (en) Method and device for uninstalling application program
CN112162773B (en) Differential upgrading method and device, storage medium and terminal
CN110333876A (en) A kind of data clearing method and control equipment
CN108572888B (en) Disk snapshot creating method and disk snapshot creating device
CN116149902A (en) Data recovery method and device, electronic equipment and computer readable storage medium
US20100287205A1 (en) Operating system / electronic device and method for storing or reading a file
US9588884B2 (en) Systems and methods for in-place reorganization of device storage
CN107908441B (en) Database upgrading method and upgrading device
CN112230947A (en) Upgrading method and upgrading system of operating system
US20170109227A1 (en) Accelerating system dump capturing
CN113468143A (en) Data migration method, system, computing device and storage medium
CN106933604B (en) System upgrading method and device
US20120144136A1 (en) Restoration of data from a backup storage volume
CN115586872A (en) Container mirror image management method, device, equipment and storage medium
CN111625397B (en) Service log backup method, cluster, device, electronic equipment and storage medium
CN111400243B (en) Development management system based on pipeline service and file storage method and device
US9983866B1 (en) Upgrade compatibility checks in a client-server environment
CN114237976A (en) Data acquisition method and device
CN109960515B (en) Image file making method and device

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
GR01 Patent grant
GR01 Patent grant