Attributes | Values |
---|
described by
| |
Description
| - perform online backup of databaseThis procedure will backup all information from the checkpoint space to a series of files named ".bp", where is the sequence number of the file in the backup series. The first backup will be a full gzip compressed dump of database pages in the checkpoint space. Any subsequent call will only backup pages which have changed since the last backup was made. To start with a fresh full backup, use backup_clear_context to clear the change tracking data. At each checkpoint the checkpoint space will be updated, and the next "backup_online;" procedure will create new files. Once backup_online() has been called for the first time, the arguments supplied will be used for subsequent calls to it. Hence, arguments supplied to this procedure (except the "dirs" argument) will be ignored in subsequent calls. Before a new backup series can be started, the backup_context_clear(); procedure must be called first. This procedure will clear the current backup context and mark all pages in the checkpoint space as ready for backup. A database checkpoint cannot be performed while an online backup is in progress. Attempt to do a checkpoint will wait until the backup is complete.
|
Creator
| - virtuoso.docs@openlinksw.com
|
Date
| - 2013-07-11T21:22:54Z
- 2015-02-05T21:17:51Z
|
Title
| |
type
| |
content:encoded
| - perform online backup of databaseThis procedure will backup all information from the checkpoint
space to a series of files named
"<file_prefix><n>.bp", where
<n> is the sequence number of the file in the backup series.
The first backup will be a full gzip compressed dump of database pages in
the checkpoint space. Any subsequent call will only backup pages which have
changed since the last backup was made. To start with a fresh full backup,
use backup_clear_context to clear the change tracking data.
At each checkpoint the checkpoint space will be updated, and the next
"backup_online;" procedure will create new files. Once backup_online()
has been called for the first time, the arguments supplied will be used for
subsequent calls to it. Hence, arguments supplied to this procedure (except the
"dirs" argument) will be ignored in subsequent calls.
Before a new backup series can be started, the
backup_context_clear();
procedure must be called first. This procedure will clear the current backup
context and mark all pages in the checkpoint space as ready for backup.
A database checkpoint cannot be performed while an online backup is
in progress. Attempt to do a checkpoint will wait until the backup is complete.
|
rss:category
| |
is topic
of | |
is rdf:_28
of | |
is http://identi.ca/selftag/faithful
of | |