MariaDB_compress_backup
MariaDB_compress_backup
[email protected]'s password:
┌────────────────────────────────────────────────────────────────────┐
│ • MobaXterm 20.6 •
│
│ (SSH client, X-server and networking
tools) │
│
│
│ → SSH session to [email protected]
│
│ • SSH compression : v
│
│ • SSH-browser : v
│
│ • X11-forwarding : v (remote display is forwarded
through SSH) │
│ • DISPLAY : v (automatically set on
remote server) │
│
│
│ → For more info, ctrl+click on help or visit our website
│
└────────────────────────────────────────────────────────────────────┘
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
Dependencies Resolved
=============================================================================
================================================================
Package Arch
Version Repository
Size
=============================================================================
================================================================
Installing:
percona-release noarch
1.0-26 /percona-release-latest.noarch
31 k
Transaction Summary
=============================================================================
================================================================
Install 1 Package
Total size: 31 k
Installed size: 31 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : percona-release-1.0-26.noarch
1/1
* Enabling the Percona Original repository
<*> All done!
* Enabling the Percona Release repository
<*> All done!
The percona-release package now contains a percona-release script that can
enable additional repositories for our newer products.
Verifying : percona-release-1.0-26.noarch
1/1
Installed:
percona-release.noarch 0:1.0-26
Complete!
[root@st02oamsql01 ~]# yum install qpress -y
Loaded plugins: langpacks, ulninfo
https://dlm.mariadb.com/repo/mariadb-server/10.3.22/yum/rhel/7/x86_64/
repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
1. Contact the upstream for the repository and get them to fix the
problem.
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
The following groups are read: xtrabackup mariabackup mysqld server mysqld-
10.3 mariadb mariadb-10.3 client-server galera
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any
option file.
The following specify which files/extra groups are read (specified before
remaining options):
--defaults-file=# Only read default options from the given
file #.
--defaults-extra-file=# Read this file after the global files are read.
--defaults-group-suffix=# Additionally read default groups with # appended as
a suffix.
-V, --verbose display verbose output
-v, --version print xtrabackup version information
--target-dir=name destination directory
--backup take backup to target-dir
--prepare prepare a backup for starting mysql server
on the backup.
--export create files to import to another
database when prepare.
--print-param print parameter of mysqld needed for copyback.
--use-memory=# The value is used instead of buffer_pool_size
--throttle=# limit count of IO operations (pairs of
read&write) per
second to IOS values (for '--
backup')
--log[=name] Ignored option for MySQL option compatibility
--log-copy-interval=#
time interval between checks done
by log copying thread
in milliseconds (default is 1
second).
--extra-lsndir=name (for --backup): save an extra copy of the
xtrabackup_checkpoints file in
this directory.
--incremental-lsn=name
(for --backup): copy only .ibd
pages newer than specified
LSN 'high:low'. ##ATTENTION##: If
a wrong LSN value is
specified, it is impossible to
diagnose this, causing the
backup to be unusable. Be
careful!
--incremental-basedir=name
(for --backup): copy only .ibd
pages newer than backup at
specified directory.
--incremental-dir=name
(for --prepare): apply .delta
files and logfile in the
specified directory.
--tables=name filtering by regexp for table names.
--tables-file=name filtering by list of the exact database.table name
in the
file.
--databases=name filtering by list of databases.
--databases-file=name
filtering by list of databases in
the file.
--tables-exclude=name
filtering by regexp for table
names. Operates the same
way as --tables, but matched
names are excluded from
backup. Note that this option has
a higher priority than
--tables.
--databases-exclude=name
Excluding databases based on
name, Operates the same way
as --databases, but matched names
are excluded from
backup. Note that this option has
a higher priority than
--databases.
--stream=name Stream all backup files to the standard output
in the
specified format.Supported format
is 'mbstream' or
'xbstream'.
--compress[=name] Compress individual backup files using the
specified
compression algorithm. Currently
the only supported
algorithm is 'quicklz'. It is
also the default algorithm,
i.e. the one used when --compress
is used without an
argument.
--compress-threads=#
Number of threads for parallel
data compression. The
default value is 1.
--compress-chunk-size=#
Size of working buffer(s) for
compression threads in
bytes. The default value is 64K.
--incremental-force-scan
Perform a full-scan incremental
backup even in the
presence of changed page bitmap
data
--close-files do not keep files opened. Use at your own
risk.
--core-file Write core on fatal signals
--copy-back Copy all the files in a previously made
backup from the
backup directory to their
original locations.
--move-back Move all the files in a previously made
backup from the
backup directory to the actual
datadir location. Use with
caution, as it removes backup
files.
--galera-info This options creates the
xtrabackup_galera_info file
which contains the local node
state at the time of the
backup. Option should be used
when performing the backup
of MariaDB Galera Cluster. Has no
effect when backup
locks are used to create the
backup.
--slave-info This option is useful when backing up a
replication slave
server. It prints the binary log
position and name of the
master server. It also writes
this information to the
"xtrabackup_slave_info" file as a
"CHANGE MASTER"
command. A new slave for this
master can be set up by
starting a slave server on this
backup and issuing a
"CHANGE MASTER" command with the
binary log position
saved in the
"xtrabackup_slave_info" file.
--no-lock Use this option to disable table lock with
"FLUSH TABLES
WITH READ LOCK". Use it only if
ALL your tables are
InnoDB and you DO NOT CARE about
the binary log position
of the backup. This option
shouldn't be used if there are
any DDL statements being executed
or if any updates are
happening on non-InnoDB tables
(this includes the system
MyISAM tables in the mysql
database), otherwise it could
lead to an inconsistent backup.
If you are considering to
use --no-lock because your
backups are failing to acquire
the lock, this could be because
of incoming replication
events preventing the lock from
succeeding. Please try
using --safe-slave-backup to
momentarily stop the
replication slave thread, this
may help the backup to
succeed and you then don't need
to resort to using this
option.
--safe-slave-backup Stop slave SQL thread and wait to start backup until
Slave_open_temp_tables in "SHOW
STATUS" is zero. If there
are no open temporary tables, the
backup will take place,
otherwise the SQL thread will be
started and stopped
until there are no open temporary
tables. The backup will
fail if Slave_open_temp_tables
does not become zero after
--safe-slave-backup-timeout
seconds. The slave SQL thread
will be restarted when the backup
finishes.
--rsync Uses the rsync utility to optimize local
file transfers.
When this option is specified,
innobackupex uses rsync to
copy all non-InnoDB files instead
of spawning a separate
cp for each file, which can be
much faster for servers
with a large number of databases
or tables. This option
cannot be used together with --
stream.
--force-non-empty-directories
This option, when specified,
makes --copy-back or
--move-back transfer files to
non-empty directories. Note
that no existing files will be
overwritten. If
--copy-back or --nove-back has to
copy a file from the
backup directory which already
exists in the destination
directory, it will still fail
with an error.
--no-version-check This option disables the version check which is
enabled
by the --version-check option.
--no-backup-locks This option controls if backup locks should be
used
instead of FLUSH TABLES WITH READ
LOCK on the backup
stage. The option has no effect
when backup locks are not
supported by the server. This
option is enabled by
default, disable with --no-
backup-locks.
--decompress Decompresses all files with the .qp extension
in a backup
previously made with the --
compress option.
-u, --user=name This option specifies the MySQL username used
when
connecting to the server, if
that's not the current user.
The option accepts a string
argument. See mysql --help
for details.
-H, --host=name This option specifies the host to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-P, --port=# This option specifies the port to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-p, --password=name This option specifies the password to use when
connecting
to the database. It accepts a
string argument. See mysql
--help for details.
--protocol=name The protocol to use for connection (tcp, socket,
pipe,
memory).
-S, --socket=name This option specifies the socket to use when
connecting
to the local database server with
a UNIX domain socket.
The option accepts a string
argument. See mysql --help
for details.
--incremental-history-name=name
This option specifies the name of
the backup series
stored in the
PERCONA_SCHEMA.xtrabackup_history history
record to base an incremental
backup on. Xtrabackup will
search the history table looking
for the most recent
(highest innodb_to_lsn),
successful backup in the series
and take the to_lsn value to use
as the starting lsn for
the incremental backup. This will
be mutually exclusive
with --incremental-history-uuid,
--incremental-basedir
and --incremental-lsn. If no
valid lsn can be found (no
series by that name, no
successful backups by that name)
xtrabackup will return with an
error. It is used with the
--incremental option.
--incremental-history-uuid=name
This option specifies the UUID of
the specific history
record stored in the
PERCONA_SCHEMA.xtrabackup_history to
base an incremental backup on.
--incremental-history-name, --
incremental-basedir and
--incremental-lsn. If no valid
lsn can be found (no
success record with that uuid)
xtrabackup will return
with an error. It is used with
the --incremental option.
--remove-original Remove .qp files after decompression.
--ftwrl-wait-query-type=name
This option specifies which types
of queries are allowed
to complete before innobackupex
will issue the global
lock. Default is all.. One of:
ALL, UPDATE, SELECT
--kill-long-query-type=name
This option specifies which types
of queries should be
killed to unblock the global
lock. Default is "all".. One
of: ALL, UPDATE, SELECT
--history[=name] This option enables the tracking of backup
history in the
PERCONA_SCHEMA.xtrabackup_history
table. An optional
history series name may be
specified that will be placed
with the history record for the
current backup being
taken.
--kill-long-queries-timeout=#
This option specifies the number
of seconds innobackupex
waits between starting FLUSH
TABLES WITH READ LOCK and
killing those queries that block
it. Default is 0
seconds, which means innobackupex
will not attempt to
kill any queries.
--ftwrl-wait-timeout=#
This option specifies time in
seconds that innobackupex
should wait for queries that
would block FTWRL before
running it. If there are still
such queries when the
timeout expires, innobackupex
terminates with an error.
Default is 0, in which case
innobackupex does not wait
for queries to complete and
starts FTWRL immediately.
--ftwrl-wait-threshold=#
This option specifies the query
run time threshold which
is used by innobackupex to detect
long-running queries
with a non-zero value of --ftwrl-
wait-timeout. FTWRL is
not started until such long-
running queries exist. This
option has no effect if --ftwrl-
wait-timeout is 0.
Default value is 60 seconds.
--debug-sleep-before-unlock=#
This is a debug-only option used
by the XtraBackup test
suite.
--safe-slave-backup-timeout=#
How many seconds --safe-slave-
backup should wait for
Slave_open_temp_tables to become
zero. (default 300)
--binlog-info[=name]
This option controls how
XtraBackup should retrieve
server's binary log coordinates
corresponding to the
backup. Possible values are OFF,
ON, LOCKLESS and AUTO.
See the XtraBackup manual for
more information. One of:
off, lockless, on, auto
--secure-auth Refuse client connecting to server if it uses
old
(pre-4.1.1) protocol.
(Defaults to on; use --skip-
secure-auth to disable.)
--ssl Enable SSL for connection
(automatically enabled with
other flags).
--ssl-ca=name CA file in PEM format (check OpenSSL docs,
implies
--ssl).
--ssl-capath=name CA directory (check OpenSSL docs, implies --ssl).
--ssl-cert=name X509 cert in PEM format (implies --ssl).
--ssl-cipher=name SSL cipher to use (implies --ssl).
--ssl-key=name X509 key in PEM format (implies --ssl).
--ssl-crl=name Certificate revocation list (implies --ssl).
--ssl-crlpath=name Certificate revocation list path (implies --ssl).
--ssl-verify-server-cert
Verify server's "Common Name" in
its cert against
hostname used when connecting.
This option is disabled by
default.
-h, --datadir=name Path to the database root.
-t, --tmpdir=name Path for temporary files. Several paths may be
specified,
separated by a colon (:), in this
case they are used in a
round-robin fashion.
--parallel=# Number of threads to use for parallel
datafiles transfer.
The default value is 1.
--extended-validation
Enable extended validation for
Innodb data pages during
backup phase. Will slow down
backup considerably, in case
encryption is used. May fail if
tables are created during
the backup.
--encrypted-backup In --backup, assume that nonzero key_version
implies that
the page is encrypted. Use --
backup
--skip-encrypted-backup to allow
copying unencrypted that
were originally created before
MySQL 5.1.48.
(Defaults to on; use --skip-
encrypted-backup to disable.)
--log[=name] Ignored option for MySQL option compatibility
--log-bin[=name] Base name for the log sequence
--innodb[=name] Ignored option for MySQL option compatibility
--innodb-adaptive-hash-index
Enable InnoDB adaptive hash index
(enabled by default).
Disable with --skip-innodb-
adaptive-hash-index.
(Defaults to on; use --skip-
innodb-adaptive-hash-index to disable.)
--innodb-autoextend-increment=#
Data file autoextend increment in
megabytes
--innodb-data-file-path=name
Path to individual files and
their sizes.
--innodb-data-home-dir=name
The common part for InnoDB table
spaces.
--innodb-doublewrite
Enable InnoDB doublewrite buffer
during --prepare.
--innodb-io-capacity[=#]
Number of IOPs the server can do.
Tunes the background IO
rate
--innodb-file-io-threads=#
Number of file I/O threads in
InnoDB.
--innodb-read-io-threads=#
Number of background read I/O
threads in InnoDB.
--innodb-write-io-threads=#
Number of background write I/O
threads in InnoDB.
--innodb-file-per-table
Stores each InnoDB table to
an .ibd file in the database
dir.
--innodb-flush-method=name
With which method to flush data..
One of: fsync, O_DSYNC,
littlesync, nosync, O_DIRECT,
O_DIRECT_NO_FSYNC
--innodb-log-buffer-size=#
The size of the buffer which
InnoDB uses to write log to
the log files on disk.
--innodb-log-file-size=#
Ignored for mysqld option
compatibility
--innodb-log-files-in-group=#
Ignored for mysqld option
compatibility
--innodb-log-group-home-dir=name
Path to InnoDB log files.
--innodb-max-dirty-pages-pct=#
Percentage of dirty pages allowed
in bufferpool.
--innodb-use-native-aio
Use native AIO if supported on
this platform.
(Defaults to on; use --skip-
innodb-use-native-aio to disable.)
--innodb-page-size=#
The universal page size of the
database.
--innodb-buffer-pool-filename=name
Ignored for mysqld option
compatibility
--debug-sync=name Debug sync point. This is only used by the
xtrabackup
test suite
--innodb-checksum-algorithm=name
The algorithm InnoDB uses for
page checksumming. [CRC32,
STRICT_CRC32, INNODB,
STRICT_INNODB, NONE, STRICT_NONE].
One of: crc32, strict_crc32,
innodb, strict_innodb, none,
strict_none
--innodb-undo-directory=name
Directory where undo tablespace
files live, this path can
be absolute.
--innodb-undo-tablespaces=#
Number of undo tablespaces to
use.
--innodb-compression-level=#
Compression level used for zlib
compression.
--defaults-group=name
defaults group in config file
(default "mysqld").
--plugin-dir=name Server plugin directory. Used to load encryption
plugin
during 'prepare' phase.Has no
effect in the 'backup'
phase (plugin directory during
backup is the same as
server's)
--innodb-log-checksums
Whether to require checksums for
InnoDB redo log blocks
(Defaults to on; use --skip-
innodb-log-checksums to disable.)
--open-files-limit=#
the maximum number of file
descriptors to reserve with
setrlimit().
--lock-ddl-per-table
Lock DDL for each table before
xtrabackup starts to copy
it and until the backup is
completed.
--rocksdb-datadir=name
RocksDB data directory.This
option is only used with
--copy-back or --move-back option
--rocksdb-backup Backup rocksdb data, if rocksdb plugin is
installed.Used
only with --backup option. Can be
useful for partial
backups, to exclude all rocksdb
data
(Defaults to on; use --skip-
rocksdb-backup to disable.)
--check-privileges Check database user privileges fro the backup user
(Defaults to on; use --skip-
check-privileges to disable.)
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
datadir /u01/mariadb-
10.3.22/data
tmpdir /tmp
parallel 1
extended-validation FALSE
encrypted-backup TRUE
log (No default
value)
log-bin server2-bin
innodb (No default
value)
innodb-adaptive-hash-index TRUE
innodb-autoextend-increment 8
innodb-data-file-path (No default value)
innodb-data-home-dir (No default value)
innodb-doublewrite FALSE
innodb-io-capacity 200
innodb-file-io-threads 4
innodb-read-io-threads 4
innodb-write-io-threads 4
innodb-file-per-table FALSE
innodb-flush-method fsync
innodb-log-buffer-size 1048576
innodb-log-file-size 50331648
innodb-log-files-in-group 1
innodb-log-group-home-dir (No default value)
innodb-max-dirty-pages-pct 90
innodb-use-native-aio TRUE
innodb-page-size 16384
innodb-buffer-pool-filename (No default value)
debug-sync (No default value)
innodb-checksum-algorithm crc32
innodb-undo-directory (No default value)
innodb-undo-tablespaces 0
innodb-compression-level 6
defaults-group mysqld
plugin-dir (No default value)
innodb-log-checksums TRUE
open-files-limit 0
lock-ddl-per-table FALSE
rocksdb-datadir (No default value)
rocksdb-backup TRUE
check-privileges TRUE
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
verbose FALSE
version FALSE
target-dir
/u01/backup/fullbkp/
backup FALSE
prepare FALSE
export FALSE
print-param FALSE
use-memory 104857600
throttle 0
log (No default
value)
log-copy-interval 1000
extra-lsndir (No default value)
incremental-lsn (No default value)
incremental-basedir (No default value)
incremental-dir (No default value)
tables (No default
value)
tables-file (No default value)
databases (No default value)
databases-file (No default value)
tables-exclude (No default value)
databases-exclude (No default value)
stream (No default
value)
compress (No default
value)
compress-threads 1
compress-chunk-size 65536
incremental-force-scan FALSE
close-files FALSE
copy-back FALSE
move-back FALSE
galera-info FALSE
slave-info FALSE
no-lock FALSE
safe-slave-backup FALSE
rsync FALSE
force-non-empty-directories FALSE
no-version-check FALSE
no-backup-locks FALSE
decompress FALSE
user root
host (No default
value)
port 3306
socket /u01/mariadb-
10.3.22/data/mysql.sock
incremental-history-name (No default value)
incremental-history-uuid (No default value)
remove-original FALSE
ftwrl-wait-query-type ALL
kill-long-query-type SELECT
kill-long-queries-timeout 0
ftwrl-wait-timeout 0
ftwrl-wait-threshold 60
debug-sleep-before-unlock 0
safe-slave-backup-timeout 300
binlog-info on
secure-auth TRUE
ssl FALSE
ssl-ca (No default
value)
ssl-capath (No default value)
ssl-cert (No default
value)
ssl-cipher (No default value)
ssl-key (No default
value)
ssl-crl (No default
value)
ssl-crlpath (No default value)
ssl-verify-server-cert FALSE
[mysql@st02oamsql01 backup]$ mariabackup -prepare-only --target-
dir=fullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
Open source backup tool for InnoDB and XtraDB
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
The following groups are read: xtrabackup mariabackup mysqld server mysqld-
10.3 mariadb mariadb-10.3 client-server galera
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any
option file.
The following specify which files/extra groups are read (specified before
remaining options):
--defaults-file=# Only read default options from the given
file #.
--defaults-extra-file=# Read this file after the global files are read.
--defaults-group-suffix=# Additionally read default groups with # appended as
a suffix.
-V, --verbose display verbose output
-v, --version print xtrabackup version information
--target-dir=name destination directory
--backup take backup to target-dir
--prepare prepare a backup for starting mysql server
on the backup.
--export create files to import to another
database when prepare.
--print-param print parameter of mysqld needed for copyback.
--use-memory=# The value is used instead of buffer_pool_size
--throttle=# limit count of IO operations (pairs of
read&write) per
second to IOS values (for '--
backup')
--log[=name] Ignored option for MySQL option compatibility
--log-copy-interval=#
time interval between checks done
by log copying thread
in milliseconds (default is 1
second).
--extra-lsndir=name (for --backup): save an extra copy of the
xtrabackup_checkpoints file in
this directory.
--incremental-lsn=name
(for --backup): copy only .ibd
pages newer than specified
LSN 'high:low'. ##ATTENTION##: If
a wrong LSN value is
specified, it is impossible to
diagnose this, causing the
backup to be unusable. Be
careful!
--incremental-basedir=name
(for --backup): copy only .ibd
pages newer than backup at
specified directory.
--incremental-dir=name
(for --prepare): apply .delta
files and logfile in the
specified directory.
--tables=name filtering by regexp for table names.
--tables-file=name filtering by list of the exact database.table name
in the
file.
--databases=name filtering by list of databases.
--databases-file=name
filtering by list of databases in
the file.
--tables-exclude=name
filtering by regexp for table
names. Operates the same
way as --tables, but matched
names are excluded from
backup. Note that this option has
a higher priority than
--tables.
--databases-exclude=name
Excluding databases based on
name, Operates the same way
as --databases, but matched names
are excluded from
backup. Note that this option has
a higher priority than
--databases.
--stream=name Stream all backup files to the standard output
in the
specified format.Supported format
is 'mbstream' or
'xbstream'.
--compress[=name] Compress individual backup files using the
specified
compression algorithm. Currently
the only supported
algorithm is 'quicklz'. It is
also the default algorithm,
i.e. the one used when --compress
is used without an
argument.
--compress-threads=#
Number of threads for parallel
data compression. The
default value is 1.
--compress-chunk-size=#
Size of working buffer(s) for
compression threads in
bytes. The default value is 64K.
--incremental-force-scan
Perform a full-scan incremental
backup even in the
presence of changed page bitmap
data
--close-files do not keep files opened. Use at your own
risk.
--core-file Write core on fatal signals
--copy-back Copy all the files in a previously made
backup from the
backup directory to their
original locations.
--move-back Move all the files in a previously made
backup from the
backup directory to the actual
datadir location. Use with
caution, as it removes backup
files.
--galera-info This options creates the
xtrabackup_galera_info file
which contains the local node
state at the time of the
backup. Option should be used
when performing the backup
of MariaDB Galera Cluster. Has no
effect when backup
locks are used to create the
backup.
--slave-info This option is useful when backing up a
replication slave
server. It prints the binary log
position and name of the
master server. It also writes
this information to the
"xtrabackup_slave_info" file as a
"CHANGE MASTER"
command. A new slave for this
master can be set up by
starting a slave server on this
backup and issuing a
"CHANGE MASTER" command with the
binary log position
saved in the
"xtrabackup_slave_info" file.
--no-lock Use this option to disable table lock with
"FLUSH TABLES
WITH READ LOCK". Use it only if
ALL your tables are
InnoDB and you DO NOT CARE about
the binary log position
of the backup. This option
shouldn't be used if there are
any DDL statements being executed
or if any updates are
happening on non-InnoDB tables
(this includes the system
MyISAM tables in the mysql
database), otherwise it could
lead to an inconsistent backup.
If you are considering to
use --no-lock because your
backups are failing to acquire
the lock, this could be because
of incoming replication
events preventing the lock from
succeeding. Please try
using --safe-slave-backup to
momentarily stop the
replication slave thread, this
may help the backup to
succeed and you then don't need
to resort to using this
option.
--safe-slave-backup Stop slave SQL thread and wait to start backup until
Slave_open_temp_tables in "SHOW
STATUS" is zero. If there
are no open temporary tables, the
backup will take place,
otherwise the SQL thread will be
started and stopped
until there are no open temporary
tables. The backup will
fail if Slave_open_temp_tables
does not become zero after
--safe-slave-backup-timeout
seconds. The slave SQL thread
will be restarted when the backup
finishes.
--rsync Uses the rsync utility to optimize local
file transfers.
When this option is specified,
innobackupex uses rsync to
copy all non-InnoDB files instead
of spawning a separate
cp for each file, which can be
much faster for servers
with a large number of databases
or tables. This option
cannot be used together with --
stream.
--force-non-empty-directories
This option, when specified,
makes --copy-back or
--move-back transfer files to
non-empty directories. Note
that no existing files will be
overwritten. If
--copy-back or --nove-back has to
copy a file from the
backup directory which already
exists in the destination
directory, it will still fail
with an error.
--no-version-check This option disables the version check which is
enabled
by the --version-check option.
--no-backup-locks This option controls if backup locks should be
used
instead of FLUSH TABLES WITH READ
LOCK on the backup
stage. The option has no effect
when backup locks are not
supported by the server. This
option is enabled by
default, disable with --no-
backup-locks.
--decompress Decompresses all files with the .qp extension
in a backup
previously made with the --
compress option.
-u, --user=name This option specifies the MySQL username used
when
connecting to the server, if
that's not the current user.
The option accepts a string
argument. See mysql --help
for details.
-H, --host=name This option specifies the host to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-P, --port=# This option specifies the port to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-p, --password=name This option specifies the password to use when
connecting
to the database. It accepts a
string argument. See mysql
--help for details.
--protocol=name The protocol to use for connection (tcp, socket,
pipe,
memory).
-S, --socket=name This option specifies the socket to use when
connecting
to the local database server with
a UNIX domain socket.
The option accepts a string
argument. See mysql --help
for details.
--incremental-history-name=name
This option specifies the name of
the backup series
stored in the
PERCONA_SCHEMA.xtrabackup_history history
record to base an incremental
backup on. Xtrabackup will
search the history table looking
for the most recent
(highest innodb_to_lsn),
successful backup in the series
and take the to_lsn value to use
as the starting lsn for
the incremental backup. This will
be mutually exclusive
with --incremental-history-uuid,
--incremental-basedir
and --incremental-lsn. If no
valid lsn can be found (no
series by that name, no
successful backups by that name)
xtrabackup will return with an
error. It is used with the
--incremental option.
--incremental-history-uuid=name
This option specifies the UUID of
the specific history
record stored in the
PERCONA_SCHEMA.xtrabackup_history to
base an incremental backup on.
--incremental-history-name, --
incremental-basedir and
--incremental-lsn. If no valid
lsn can be found (no
success record with that uuid)
xtrabackup will return
with an error. It is used with
the --incremental option.
--remove-original Remove .qp files after decompression.
--ftwrl-wait-query-type=name
This option specifies which types
of queries are allowed
to complete before innobackupex
will issue the global
lock. Default is all.. One of:
ALL, UPDATE, SELECT
--kill-long-query-type=name
This option specifies which types
of queries should be
killed to unblock the global
lock. Default is "all".. One
of: ALL, UPDATE, SELECT
--history[=name] This option enables the tracking of backup
history in the
PERCONA_SCHEMA.xtrabackup_history
table. An optional
history series name may be
specified that will be placed
with the history record for the
current backup being
taken.
--kill-long-queries-timeout=#
This option specifies the number
of seconds innobackupex
waits between starting FLUSH
TABLES WITH READ LOCK and
killing those queries that block
it. Default is 0
seconds, which means innobackupex
will not attempt to
kill any queries.
--ftwrl-wait-timeout=#
This option specifies time in
seconds that innobackupex
should wait for queries that
would block FTWRL before
running it. If there are still
such queries when the
timeout expires, innobackupex
terminates with an error.
Default is 0, in which case
innobackupex does not wait
for queries to complete and
starts FTWRL immediately.
--ftwrl-wait-threshold=#
This option specifies the query
run time threshold which
is used by innobackupex to detect
long-running queries
with a non-zero value of --ftwrl-
wait-timeout. FTWRL is
not started until such long-
running queries exist. This
option has no effect if --ftwrl-
wait-timeout is 0.
Default value is 60 seconds.
--debug-sleep-before-unlock=#
This is a debug-only option used
by the XtraBackup test
suite.
--safe-slave-backup-timeout=#
How many seconds --safe-slave-
backup should wait for
Slave_open_temp_tables to become
zero. (default 300)
--binlog-info[=name]
This option controls how
XtraBackup should retrieve
server's binary log coordinates
corresponding to the
backup. Possible values are OFF,
ON, LOCKLESS and AUTO.
See the XtraBackup manual for
more information. One of:
off, lockless, on, auto
--secure-auth Refuse client connecting to server if it uses
old
(pre-4.1.1) protocol.
(Defaults to on; use --skip-
secure-auth to disable.)
--ssl Enable SSL for connection
(automatically enabled with
other flags).
--ssl-ca=name CA file in PEM format (check OpenSSL docs,
implies
--ssl).
--ssl-capath=name CA directory (check OpenSSL docs, implies --ssl).
--ssl-cert=name X509 cert in PEM format (implies --ssl).
--ssl-cipher=name SSL cipher to use (implies --ssl).
--ssl-key=name X509 key in PEM format (implies --ssl).
--ssl-crl=name Certificate revocation list (implies --ssl).
--ssl-crlpath=name Certificate revocation list path (implies --ssl).
--ssl-verify-server-cert
Verify server's "Common Name" in
its cert against
hostname used when connecting.
This option is disabled by
default.
-h, --datadir=name Path to the database root.
-t, --tmpdir=name Path for temporary files. Several paths may be
specified,
separated by a colon (:), in this
case they are used in a
round-robin fashion.
--parallel=# Number of threads to use for parallel
datafiles transfer.
The default value is 1.
--extended-validation
Enable extended validation for
Innodb data pages during
backup phase. Will slow down
backup considerably, in case
encryption is used. May fail if
tables are created during
the backup.
--encrypted-backup In --backup, assume that nonzero key_version
implies that
the page is encrypted. Use --
backup
--skip-encrypted-backup to allow
copying unencrypted that
were originally created before
MySQL 5.1.48.
(Defaults to on; use --skip-
encrypted-backup to disable.)
--log[=name] Ignored option for MySQL option compatibility
--log-bin[=name] Base name for the log sequence
--innodb[=name] Ignored option for MySQL option compatibility
--innodb-adaptive-hash-index
Enable InnoDB adaptive hash index
(enabled by default).
Disable with --skip-innodb-
adaptive-hash-index.
(Defaults to on; use --skip-
innodb-adaptive-hash-index to disable.)
--innodb-autoextend-increment=#
Data file autoextend increment in
megabytes
--innodb-data-file-path=name
Path to individual files and
their sizes.
--innodb-data-home-dir=name
The common part for InnoDB table
spaces.
--innodb-doublewrite
Enable InnoDB doublewrite buffer
during --prepare.
--innodb-io-capacity[=#]
Number of IOPs the server can do.
Tunes the background IO
rate
--innodb-file-io-threads=#
Number of file I/O threads in
InnoDB.
--innodb-read-io-threads=#
Number of background read I/O
threads in InnoDB.
--innodb-write-io-threads=#
Number of background write I/O
threads in InnoDB.
--innodb-file-per-table
Stores each InnoDB table to
an .ibd file in the database
dir.
--innodb-flush-method=name
With which method to flush data..
One of: fsync, O_DSYNC,
littlesync, nosync, O_DIRECT,
O_DIRECT_NO_FSYNC
--innodb-log-buffer-size=#
The size of the buffer which
InnoDB uses to write log to
the log files on disk.
--innodb-log-file-size=#
Ignored for mysqld option
compatibility
--innodb-log-files-in-group=#
Ignored for mysqld option
compatibility
--innodb-log-group-home-dir=name
Path to InnoDB log files.
--innodb-max-dirty-pages-pct=#
Percentage of dirty pages allowed
in bufferpool.
--innodb-use-native-aio
Use native AIO if supported on
this platform.
(Defaults to on; use --skip-
innodb-use-native-aio to disable.)
--innodb-page-size=#
The universal page size of the
database.
--innodb-buffer-pool-filename=name
Ignored for mysqld option
compatibility
--debug-sync=name Debug sync point. This is only used by the
xtrabackup
test suite
--innodb-checksum-algorithm=name
The algorithm InnoDB uses for
page checksumming. [CRC32,
STRICT_CRC32, INNODB,
STRICT_INNODB, NONE, STRICT_NONE].
One of: crc32, strict_crc32,
innodb, strict_innodb, none,
strict_none
--innodb-undo-directory=name
Directory where undo tablespace
files live, this path can
be absolute.
--innodb-undo-tablespaces=#
Number of undo tablespaces to
use.
--innodb-compression-level=#
Compression level used for zlib
compression.
--defaults-group=name
defaults group in config file
(default "mysqld").
--plugin-dir=name Server plugin directory. Used to load encryption
plugin
during 'prepare' phase.Has no
effect in the 'backup'
phase (plugin directory during
backup is the same as
server's)
--innodb-log-checksums
Whether to require checksums for
InnoDB redo log blocks
(Defaults to on; use --skip-
innodb-log-checksums to disable.)
--open-files-limit=#
the maximum number of file
descriptors to reserve with
setrlimit().
--lock-ddl-per-table
Lock DDL for each table before
xtrabackup starts to copy
it and until the backup is
completed.
--rocksdb-datadir=name
RocksDB data directory.This
option is only used with
--copy-back or --move-back option
--rocksdb-backup Backup rocksdb data, if rocksdb plugin is
installed.Used
only with --backup option. Can be
useful for partial
backups, to exclude all rocksdb
data
(Defaults to on; use --skip-
rocksdb-backup to disable.)
--check-privileges Check database user privileges fro the backup user
(Defaults to on; use --skip-
check-privileges to disable.)
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
datadir /u01/mariadb-
10.3.22/data
tmpdir /tmp
parallel 1
extended-validation FALSE
encrypted-backup TRUE
log (No default
value)
log-bin server2-bin
innodb (No default
value)
innodb-adaptive-hash-index TRUE
innodb-autoextend-increment 8
innodb-data-file-path (No default value)
innodb-data-home-dir (No default value)
innodb-doublewrite FALSE
innodb-io-capacity 200
innodb-file-io-threads 4
innodb-read-io-threads 4
innodb-write-io-threads 4
innodb-file-per-table FALSE
innodb-flush-method fsync
innodb-log-buffer-size 1048576
innodb-log-file-size 50331648
innodb-log-files-in-group 1
innodb-log-group-home-dir (No default value)
innodb-max-dirty-pages-pct 90
innodb-use-native-aio TRUE
innodb-page-size 16384
innodb-buffer-pool-filename (No default value)
debug-sync (No default value)
innodb-checksum-algorithm crc32
innodb-undo-directory (No default value)
innodb-undo-tablespaces 0
innodb-compression-level 6
defaults-group mysqld
plugin-dir (No default value)
innodb-log-checksums TRUE
open-files-limit 0
lock-ddl-per-table FALSE
rocksdb-datadir (No default value)
rocksdb-backup TRUE
check-privileges TRUE
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
verbose FALSE
version FALSE
target-dir
/u01/backup/fullbkp/
backup FALSE
prepare FALSE
export FALSE
print-param FALSE
use-memory 104857600
throttle 0
log (No default
value)
log-copy-interval 1000
extra-lsndir (No default value)
incremental-lsn (No default value)
incremental-basedir (No default value)
incremental-dir (No default value)
tables (No default
value)
tables-file (No default value)
databases (No default value)
databases-file (No default value)
tables-exclude (No default value)
databases-exclude (No default value)
stream (No default
value)
compress (No default
value)
compress-threads 1
compress-chunk-size 65536
incremental-force-scan FALSE
close-files FALSE
copy-back FALSE
move-back FALSE
galera-info FALSE
slave-info FALSE
no-lock FALSE
safe-slave-backup FALSE
rsync FALSE
force-non-empty-directories FALSE
no-version-check FALSE
no-backup-locks FALSE
decompress FALSE
user root
host (No default
value)
port 3306
socket /u01/mariadb-
10.3.22/data/mysql.sock
incremental-history-name (No default value)
incremental-history-uuid (No default value)
remove-original FALSE
ftwrl-wait-query-type ALL
kill-long-query-type SELECT
kill-long-queries-timeout 0
ftwrl-wait-timeout 0
ftwrl-wait-threshold 60
debug-sleep-before-unlock 0
safe-slave-backup-timeout 300
binlog-info on
secure-auth TRUE
ssl FALSE
ssl-ca (No default
value)
ssl-capath (No default value)
ssl-cert (No default
value)
ssl-cipher (No default value)
ssl-key (No default
value)
ssl-crl (No default
value)
ssl-crlpath (No default value)
ssl-verify-server-cert FALSE
[mysql@st02oamsql01 backup]$ mariabackup -prepare
--target-dir=/u01/backupfullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
Open source backup tool for InnoDB and XtraDB
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
The following groups are read: xtrabackup mariabackup mysqld server mysqld-
10.3 mariadb mariadb-10.3 client-server galera
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any
option file.
The following specify which files/extra groups are read (specified before
remaining options):
--defaults-file=# Only read default options from the given
file #.
--defaults-extra-file=# Read this file after the global files are read.
--defaults-group-suffix=# Additionally read default groups with # appended as
a suffix.
-V, --verbose display verbose output
-v, --version print xtrabackup version information
--target-dir=name destination directory
--backup take backup to target-dir
--prepare prepare a backup for starting mysql server
on the backup.
--export create files to import to another
database when prepare.
--print-param print parameter of mysqld needed for copyback.
--use-memory=# The value is used instead of buffer_pool_size
--throttle=# limit count of IO operations (pairs of
read&write) per
second to IOS values (for '--
backup')
--log[=name] Ignored option for MySQL option compatibility
--log-copy-interval=#
time interval between checks done
by log copying thread
in milliseconds (default is 1
second).
--extra-lsndir=name (for --backup): save an extra copy of the
xtrabackup_checkpoints file in
this directory.
--incremental-lsn=name
(for --backup): copy only .ibd
pages newer than specified
LSN 'high:low'. ##ATTENTION##: If
a wrong LSN value is
specified, it is impossible to
diagnose this, causing the
backup to be unusable. Be
careful!
--incremental-basedir=name
(for --backup): copy only .ibd
pages newer than backup at
specified directory.
--incremental-dir=name
(for --prepare): apply .delta
files and logfile in the
specified directory.
--tables=name filtering by regexp for table names.
--tables-file=name filtering by list of the exact database.table name
in the
file.
--databases=name filtering by list of databases.
--databases-file=name
filtering by list of databases in
the file.
--tables-exclude=name
filtering by regexp for table
names. Operates the same
way as --tables, but matched
names are excluded from
backup. Note that this option has
a higher priority than
--tables.
--databases-exclude=name
Excluding databases based on
name, Operates the same way
as --databases, but matched names
are excluded from
backup. Note that this option has
a higher priority than
--databases.
--stream=name Stream all backup files to the standard output
in the
specified format.Supported format
is 'mbstream' or
'xbstream'.
--compress[=name] Compress individual backup files using the
specified
compression algorithm. Currently
the only supported
algorithm is 'quicklz'. It is
also the default algorithm,
i.e. the one used when --compress
is used without an
argument.
--compress-threads=#
Number of threads for parallel
data compression. The
default value is 1.
--compress-chunk-size=#
Size of working buffer(s) for
compression threads in
bytes. The default value is 64K.
--incremental-force-scan
Perform a full-scan incremental
backup even in the
presence of changed page bitmap
data
--close-files do not keep files opened. Use at your own
risk.
--core-file Write core on fatal signals
--copy-back Copy all the files in a previously made
backup from the
backup directory to their
original locations.
--move-back Move all the files in a previously made
backup from the
backup directory to the actual
datadir location. Use with
caution, as it removes backup
files.
--galera-info This options creates the
xtrabackup_galera_info file
which contains the local node
state at the time of the
backup. Option should be used
when performing the backup
of MariaDB Galera Cluster. Has no
effect when backup
locks are used to create the
backup.
--slave-info This option is useful when backing up a
replication slave
server. It prints the binary log
position and name of the
master server. It also writes
this information to the
"xtrabackup_slave_info" file as a
"CHANGE MASTER"
command. A new slave for this
master can be set up by
starting a slave server on this
backup and issuing a
"CHANGE MASTER" command with the
binary log position
saved in the
"xtrabackup_slave_info" file.
--no-lock Use this option to disable table lock with
"FLUSH TABLES
WITH READ LOCK". Use it only if
ALL your tables are
InnoDB and you DO NOT CARE about
the binary log position
of the backup. This option
shouldn't be used if there are
any DDL statements being executed
or if any updates are
happening on non-InnoDB tables
(this includes the system
MyISAM tables in the mysql
database), otherwise it could
lead to an inconsistent backup.
If you are considering to
use --no-lock because your
backups are failing to acquire
the lock, this could be because
of incoming replication
events preventing the lock from
succeeding. Please try
using --safe-slave-backup to
momentarily stop the
replication slave thread, this
may help the backup to
succeed and you then don't need
to resort to using this
option.
--safe-slave-backup Stop slave SQL thread and wait to start backup until
Slave_open_temp_tables in "SHOW
STATUS" is zero. If there
are no open temporary tables, the
backup will take place,
otherwise the SQL thread will be
started and stopped
until there are no open temporary
tables. The backup will
fail if Slave_open_temp_tables
does not become zero after
--safe-slave-backup-timeout
seconds. The slave SQL thread
will be restarted when the backup
finishes.
--rsync Uses the rsync utility to optimize local
file transfers.
When this option is specified,
innobackupex uses rsync to
copy all non-InnoDB files instead
of spawning a separate
cp for each file, which can be
much faster for servers
with a large number of databases
or tables. This option
cannot be used together with --
stream.
--force-non-empty-directories
This option, when specified,
makes --copy-back or
--move-back transfer files to
non-empty directories. Note
that no existing files will be
overwritten. If
--copy-back or --nove-back has to
copy a file from the
backup directory which already
exists in the destination
directory, it will still fail
with an error.
--no-version-check This option disables the version check which is
enabled
by the --version-check option.
--no-backup-locks This option controls if backup locks should be
used
instead of FLUSH TABLES WITH READ
LOCK on the backup
stage. The option has no effect
when backup locks are not
supported by the server. This
option is enabled by
default, disable with --no-
backup-locks.
--decompress Decompresses all files with the .qp extension
in a backup
previously made with the --
compress option.
-u, --user=name This option specifies the MySQL username used
when
connecting to the server, if
that's not the current user.
The option accepts a string
argument. See mysql --help
for details.
-H, --host=name This option specifies the host to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-P, --port=# This option specifies the port to use when
connecting to
the database server with TCP/IP.
The option accepts a
string argument. See mysql --help
for details.
-p, --password=name This option specifies the password to use when
connecting
to the database. It accepts a
string argument. See mysql
--help for details.
--protocol=name The protocol to use for connection (tcp, socket,
pipe,
memory).
-S, --socket=name This option specifies the socket to use when
connecting
to the local database server with
a UNIX domain socket.
The option accepts a string
argument. See mysql --help
for details.
--incremental-history-name=name
This option specifies the name of
the backup series
stored in the
PERCONA_SCHEMA.xtrabackup_history history
record to base an incremental
backup on. Xtrabackup will
search the history table looking
for the most recent
(highest innodb_to_lsn),
successful backup in the series
and take the to_lsn value to use
as the starting lsn for
the incremental backup. This will
be mutually exclusive
with --incremental-history-uuid,
--incremental-basedir
and --incremental-lsn. If no
valid lsn can be found (no
series by that name, no
successful backups by that name)
xtrabackup will return with an
error. It is used with the
--incremental option.
--incremental-history-uuid=name
This option specifies the UUID of
the specific history
record stored in the
PERCONA_SCHEMA.xtrabackup_history to
base an incremental backup on.
--incremental-history-name, --
incremental-basedir and
--incremental-lsn. If no valid
lsn can be found (no
success record with that uuid)
xtrabackup will return
with an error. It is used with
the --incremental option.
--remove-original Remove .qp files after decompression.
--ftwrl-wait-query-type=name
This option specifies which types
of queries are allowed
to complete before innobackupex
will issue the global
lock. Default is all.. One of:
ALL, UPDATE, SELECT
--kill-long-query-type=name
This option specifies which types
of queries should be
killed to unblock the global
lock. Default is "all".. One
of: ALL, UPDATE, SELECT
--history[=name] This option enables the tracking of backup
history in the
PERCONA_SCHEMA.xtrabackup_history
table. An optional
history series name may be
specified that will be placed
with the history record for the
current backup being
taken.
--kill-long-queries-timeout=#
This option specifies the number
of seconds innobackupex
waits between starting FLUSH
TABLES WITH READ LOCK and
killing those queries that block
it. Default is 0
seconds, which means innobackupex
will not attempt to
kill any queries.
--ftwrl-wait-timeout=#
This option specifies time in
seconds that innobackupex
should wait for queries that
would block FTWRL before
running it. If there are still
such queries when the
timeout expires, innobackupex
terminates with an error.
Default is 0, in which case
innobackupex does not wait
for queries to complete and
starts FTWRL immediately.
--ftwrl-wait-threshold=#
This option specifies the query
run time threshold which
is used by innobackupex to detect
long-running queries
with a non-zero value of --ftwrl-
wait-timeout. FTWRL is
not started until such long-
running queries exist. This
option has no effect if --ftwrl-
wait-timeout is 0.
Default value is 60 seconds.
--debug-sleep-before-unlock=#
This is a debug-only option used
by the XtraBackup test
suite.
--safe-slave-backup-timeout=#
How many seconds --safe-slave-
backup should wait for
Slave_open_temp_tables to become
zero. (default 300)
--binlog-info[=name]
This option controls how
XtraBackup should retrieve
server's binary log coordinates
corresponding to the
backup. Possible values are OFF,
ON, LOCKLESS and AUTO.
See the XtraBackup manual for
more information. One of:
off, lockless, on, auto
--secure-auth Refuse client connecting to server if it uses
old
(pre-4.1.1) protocol.
(Defaults to on; use --skip-
secure-auth to disable.)
--ssl Enable SSL for connection
(automatically enabled with
other flags).
--ssl-ca=name CA file in PEM format (check OpenSSL docs,
implies
--ssl).
--ssl-capath=name CA directory (check OpenSSL docs, implies --ssl).
--ssl-cert=name X509 cert in PEM format (implies --ssl).
--ssl-cipher=name SSL cipher to use (implies --ssl).
--ssl-key=name X509 key in PEM format (implies --ssl).
--ssl-crl=name Certificate revocation list (implies --ssl).
--ssl-crlpath=name Certificate revocation list path (implies --ssl).
--ssl-verify-server-cert
Verify server's "Common Name" in
its cert against
hostname used when connecting.
This option is disabled by
default.
-h, --datadir=name Path to the database root.
-t, --tmpdir=name Path for temporary files. Several paths may be
specified,
separated by a colon (:), in this
case they are used in a
round-robin fashion.
--parallel=# Number of threads to use for parallel
datafiles transfer.
The default value is 1.
--extended-validation
Enable extended validation for
Innodb data pages during
backup phase. Will slow down
backup considerably, in case
encryption is used. May fail if
tables are created during
the backup.
--encrypted-backup In --backup, assume that nonzero key_version
implies that
the page is encrypted. Use --
backup
--skip-encrypted-backup to allow
copying unencrypted that
were originally created before
MySQL 5.1.48.
(Defaults to on; use --skip-
encrypted-backup to disable.)
--log[=name] Ignored option for MySQL option compatibility
--log-bin[=name] Base name for the log sequence
--innodb[=name] Ignored option for MySQL option compatibility
--innodb-adaptive-hash-index
Enable InnoDB adaptive hash index
(enabled by default).
Disable with --skip-innodb-
adaptive-hash-index.
(Defaults to on; use --skip-
innodb-adaptive-hash-index to disable.)
--innodb-autoextend-increment=#
Data file autoextend increment in
megabytes
--innodb-data-file-path=name
Path to individual files and
their sizes.
--innodb-data-home-dir=name
The common part for InnoDB table
spaces.
--innodb-doublewrite
Enable InnoDB doublewrite buffer
during --prepare.
--innodb-io-capacity[=#]
Number of IOPs the server can do.
Tunes the background IO
rate
--innodb-file-io-threads=#
Number of file I/O threads in
InnoDB.
--innodb-read-io-threads=#
Number of background read I/O
threads in InnoDB.
--innodb-write-io-threads=#
Number of background write I/O
threads in InnoDB.
--innodb-file-per-table
Stores each InnoDB table to
an .ibd file in the database
dir.
--innodb-flush-method=name
With which method to flush data..
One of: fsync, O_DSYNC,
littlesync, nosync, O_DIRECT,
O_DIRECT_NO_FSYNC
--innodb-log-buffer-size=#
The size of the buffer which
InnoDB uses to write log to
the log files on disk.
--innodb-log-file-size=#
Ignored for mysqld option
compatibility
--innodb-log-files-in-group=#
Ignored for mysqld option
compatibility
--innodb-log-group-home-dir=name
Path to InnoDB log files.
--innodb-max-dirty-pages-pct=#
Percentage of dirty pages allowed
in bufferpool.
--innodb-use-native-aio
Use native AIO if supported on
this platform.
(Defaults to on; use --skip-
innodb-use-native-aio to disable.)
--innodb-page-size=#
The universal page size of the
database.
--innodb-buffer-pool-filename=name
Ignored for mysqld option
compatibility
--debug-sync=name Debug sync point. This is only used by the
xtrabackup
test suite
--innodb-checksum-algorithm=name
The algorithm InnoDB uses for
page checksumming. [CRC32,
STRICT_CRC32, INNODB,
STRICT_INNODB, NONE, STRICT_NONE].
One of: crc32, strict_crc32,
innodb, strict_innodb, none,
strict_none
--innodb-undo-directory=name
Directory where undo tablespace
files live, this path can
be absolute.
--innodb-undo-tablespaces=#
Number of undo tablespaces to
use.
--innodb-compression-level=#
Compression level used for zlib
compression.
--defaults-group=name
defaults group in config file
(default "mysqld").
--plugin-dir=name Server plugin directory. Used to load encryption
plugin
during 'prepare' phase.Has no
effect in the 'backup'
phase (plugin directory during
backup is the same as
server's)
--innodb-log-checksums
Whether to require checksums for
InnoDB redo log blocks
(Defaults to on; use --skip-
innodb-log-checksums to disable.)
--open-files-limit=#
the maximum number of file
descriptors to reserve with
setrlimit().
--lock-ddl-per-table
Lock DDL for each table before
xtrabackup starts to copy
it and until the backup is
completed.
--rocksdb-datadir=name
RocksDB data directory.This
option is only used with
--copy-back or --move-back option
--rocksdb-backup Backup rocksdb data, if rocksdb plugin is
installed.Used
only with --backup option. Can be
useful for partial
backups, to exclude all rocksdb
data
(Defaults to on; use --skip-
rocksdb-backup to disable.)
--check-privileges Check database user privileges fro the backup user
(Defaults to on; use --skip-
check-privileges to disable.)
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
datadir /u01/mariadb-
10.3.22/data
tmpdir /tmp
parallel 1
extended-validation FALSE
encrypted-backup TRUE
log (No default
value)
log-bin server2-bin
innodb (No default
value)
innodb-adaptive-hash-index TRUE
innodb-autoextend-increment 8
innodb-data-file-path (No default value)
innodb-data-home-dir (No default value)
innodb-doublewrite FALSE
innodb-io-capacity 200
innodb-file-io-threads 4
innodb-read-io-threads 4
innodb-write-io-threads 4
innodb-file-per-table FALSE
innodb-flush-method fsync
innodb-log-buffer-size 1048576
innodb-log-file-size 50331648
innodb-log-files-in-group 1
innodb-log-group-home-dir (No default value)
innodb-max-dirty-pages-pct 90
innodb-use-native-aio TRUE
innodb-page-size 16384
innodb-buffer-pool-filename (No default value)
debug-sync (No default value)
innodb-checksum-algorithm crc32
innodb-undo-directory (No default value)
innodb-undo-tablespaces 0
innodb-compression-level 6
defaults-group mysqld
plugin-dir (No default value)
innodb-log-checksums TRUE
open-files-limit 0
lock-ddl-per-table FALSE
rocksdb-datadir (No default value)
rocksdb-backup TRUE
check-privileges TRUE
Variables (--variable-name=value)
and boolean options {FALSE|TRUE} Value (after reading options)
--------------------------------- ----------------------------------------
verbose FALSE
version FALSE
target-dir /u01/backupfullbkp/
backup FALSE
prepare FALSE
export FALSE
print-param FALSE
use-memory 104857600
throttle 0
log (No default
value)
log-copy-interval 1000
extra-lsndir (No default value)
incremental-lsn (No default value)
incremental-basedir (No default value)
incremental-dir (No default value)
tables (No default
value)
tables-file (No default value)
databases (No default value)
databases-file (No default value)
tables-exclude (No default value)
databases-exclude (No default value)
stream (No default
value)
compress (No default
value)
compress-threads 1
compress-chunk-size 65536
incremental-force-scan FALSE
close-files FALSE
copy-back FALSE
move-back FALSE
galera-info FALSE
slave-info FALSE
no-lock FALSE
safe-slave-backup FALSE
rsync FALSE
force-non-empty-directories FALSE
no-version-check FALSE
no-backup-locks FALSE
decompress FALSE
user root
host (No default
value)
port 3306
socket /u01/mariadb-
10.3.22/data/mysql.sock
incremental-history-name (No default value)
incremental-history-uuid (No default value)
remove-original FALSE
ftwrl-wait-query-type ALL
kill-long-query-type SELECT
kill-long-queries-timeout 0
ftwrl-wait-timeout 0
ftwrl-wait-threshold 60
debug-sleep-before-unlock 0
safe-slave-backup-timeout 300
binlog-info on
secure-auth TRUE
ssl FALSE
ssl-ca (No default
value)
ssl-capath (No default value)
ssl-cert (No default
value)
ssl-cipher (No default value)
ssl-key (No default
value)
ssl-crl (No default
value)
ssl-crlpath (No default value)
ssl-verify-server-cert FALSE
[mysql@st02oamsql01 backup]$ mariabackup --prepare
--target-dir=/u01/backupfullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
mariabackup: Can't change dir to '/u01/backupfullbkp/' (errno: 2 "No such
file or directory")
[00] 2021-08-09 11:46:46 can't my_setwd /u01/backupfullbkp/
[mysql@st02oamsql01 backup]$ mariabackup --prepare
--target-dir=/u01/backup/fullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
[00] 2021-08-09 11:46:51 cd to /u01/backup/fullbkp/
[00] 2021-08-09 11:46:51 This target seems to be not prepared yet.
[00] 2021-08-09 11:46:51 mariabackup: using the following InnoDB
configuration for recovery:
[00] 2021-08-09 11:46:51 innodb_data_home_dir = .
[00] 2021-08-09 11:46:51 innodb_data_file_path = ibdata1:12M:autoextend
[00] 2021-08-09 11:46:51 innodb_log_group_home_dir = .
[00] 2021-08-09 11:46:51 InnoDB: Using Linux native AIO
[00] 2021-08-09 11:46:51 Starting InnoDB instance for recovery.
[00] 2021-08-09 11:46:51 mariabackup: Using 104857600 bytes for buffer pool
(set by --use-memory parameter)
2021-08-09 11:46:51 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
builtins
2021-08-09 11:46:51 0 [Note] InnoDB: Uses event mutexes
2021-08-09 11:46:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-09 11:46:51 0 [Note] InnoDB: Number of pools: 1
2021-08-09 11:46:51 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-08-09 11:46:51 0 [Note] InnoDB: Initializing buffer pool, total size =
100M, instances = 1, chunk size = 100M
2021-08-09 11:46:51 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-09 11:46:51 0 [Note] InnoDB: If the mysqld execution user is
authorized, page cleaner thread priority can be changed. See the man page of
setpriority().
2021-08-09 11:46:51 0 [Note] InnoDB: Starting crash recovery from checkpoint
LSN=5645085094
2021-08-09 11:46:51 0 [Note] InnoDB: Starting final batch to recover 6 pages
from redo log.
2021-08-09 11:46:51 0 [Note] InnoDB: Last binlog file
'/u01/data/mysql_data/mariadb-bin.000026', position 716904983
[00] 2021-08-09 11:46:52 Last binlog file /u01/data/mysql_data/mariadb-
bin.000026, position 716904983
[00] 2021-08-09 11:46:52 completed OK!
[mysql@st02oamsql01 backup]$ cd fullbkp/
[mysql@st02oamsql01 fullbkp]$ ls
aria_log.00000001 backup-my.cnf ib_buffer_pool.qp
ib_logfile0.qp walletdb
xtrabackup_info
aria_log.00000001.qp backup-my.cnf.qp ibdata1
mysql xtrabackup_binlog_info
xtrabackup_info.qp
aria_log_control dcmsdb ibdata1.qp
ochdb xtrabackup_binlog_info.qp
aria_log_control.qp ib_buffer_pool ib_logfile0
performance_schema xtrabackup_checkpoints
[mysql@st02oamsql01 fullbkp]$ ls -lhrt
total 81M
-rw-rw-r-- 1 mysql mysql 2.9K Aug 9 10:57 ib_logfile0.qp
-rw-rw-r-- 1 mysql mysql 177K Aug 9 10:57 ib_buffer_pool.qp
-rw-rw-r-- 1 mysql mysql 362 Aug 9 10:57 backup-my.cnf.qp
-rw-rw-r-- 1 mysql mysql 129 Aug 9 10:57 aria_log_control.qp
-rw-rw-r-- 1 mysql mysql 747 Aug 9 10:57 aria_log.00000001.qp
-rw-rw-r-- 1 mysql mysql 518 Aug 9 10:57 xtrabackup_info.qp
-rw-rw-r-- 1 mysql mysql 131 Aug 9 10:57 xtrabackup_binlog_info.qp
-rw-rw-r-- 1 mysql mysql 4.3M Aug 9 10:57 ibdata1.qp
-rw-rw-r-- 1 mysql mysql 52 Aug 9 11:42 aria_log_control
-rw-rw-r-- 1 mysql mysql 16K Aug 9 11:42 aria_log.00000001
-rw-rw-r-- 1 mysql mysql 324 Aug 9 11:42 backup-my.cnf
drwxrwxr-x 2 mysql mysql 4.0K Aug 9 11:42 dcmsdb
-rw-rw-r-- 1 mysql mysql 449K Aug 9 11:42 ib_buffer_pool
drwxrwxr-x 2 mysql mysql 8.0K Aug 9 11:42 mysql
drwxrwxr-x 2 mysql mysql 4.0K Aug 9 11:42 ochdb
drwxrwxr-x 2 mysql mysql 37 Aug 9 11:42 performance_schema
drwxrwxr-x 2 mysql mysql 8.0K Aug 9 11:42 walletdb
-rw-rw-r-- 1 mysql mysql 48 Aug 9 11:42 xtrabackup_binlog_info
-rw-rw-r-- 1 mysql mysql 549 Aug 9 11:42 xtrabackup_info
-rw-rw-r-- 1 mysql mysql 0 Aug 9 11:46 ib_logfile0
-rw-rw-r-- 1 mysql mysql 76M Aug 9 11:46 ibdata1
-rw-rw-r-- 1 mysql mysql 81 Aug 9 11:46 xtrabackup_checkpoints
[mysql@st02oamsql01 fullbkp]$ vi backup-my.cnf
[mysql@st02oamsql01 fullbkp]$ cat xtrabackup_info
uuid = f02cd133-f8d1-11eb-81d7-506b8d439ea8
name =
tool_name = mariabackup
tool_command = --compress --backup --target-dir=/u01/backup/fullbkp
tool_version = 10.3.22-MariaDB
ibbackup_version = 10.3.22-MariaDB
server_version = 10.3.22-MariaDB-log
start_time = 2021-08-09 10:53:14
end_time = 2021-08-09 10:53:34
lock_time = 0
binlog_pos = filename 'mariadb-bin.000026', position '716904983', GTID of the
last change '0-10611585-3139667'
innodb_from_lsn = 0
innodb_to_lsn = 5645089361
partial = N
incremental = N
format = file
compressed = compressed
[mysql@st02oamsql01 fullbkp]$ su - root
Password:
Last login: Mon Aug 9 11:16:45 IST 2021 on pts/0
[root@st02oamsql01 ~]# service mysql statys
Usage: mysql {start|stop|restart|reload|force-reload|status|configtest|
bootstrap} [ MariaDB server options ]
[root@st02oamsql01 ~]# service mysql status
SUCCESS! MariaDB running (21338)
[root@st02oamsql01 ~]# service mysql stop
Stopping mysql (via systemctl):
[ OK ]
[root@st02oamsql01 ~]# exit
logout
[mysql@st02oamsql01 fullbkp]$ cd /u01/mariadb-10.3.22/
[mysql@st02oamsql01 mariadb-10.3.22]$ mv data/ data_old/
[mysql@st02oamsql01 mariadb-10.3.22]$ mkdir data
[mysql@st02oamsql01 mariadb-10.3.22]$ mariabackup --copy-back
--target-dir=/u01/backup/fullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
[01] 2021-08-09 11:49:46 Copying ibdata1 to /u01/mariadb-10.3.22/data/ibdata1
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/c3p0_test_table.frm to
/u01/mariadb-10.3.22/data/dcmsdb/c3p0_test_table.frm
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/c3p0_test_table.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/c3p0_test_table.ibd
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/db.opt to
/u01/mariadb-10.3.22/data/dcmsdb/db.opt
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_institution.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution.frm
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_institution.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution.ibd
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_institution_config.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution_config.frm
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_institution_config.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution_config.ibd
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_tranlog.frm to /u01/mariadb-
10.3.22/data/dcmsdb/dcms_tranlog.frm
[01] 2021-08-09 11:49:47 ...done
[01] 2021-08-09 11:49:47 Copying ./dcmsdb/dcms_tranlog.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/dcms_tranlog.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/dcms_transaction_log.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/dcms_transaction_log.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/dcms_transaction_log_bkp.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log_bkp.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/dcms_transaction_log_bkp.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log_bkp.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/lmk.frm to
/u01/mariadb-10.3.22/data/dcmsdb/lmk.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/lmk.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/lmk.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/rc.frm to
/u01/mariadb-10.3.22/data/dcmsdb/rc.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/rc.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/rc.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/dcmsdb/rc_locale.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/rc_locale.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/revision.frm to /u01/mariadb-
10.3.22/data/dcmsdb/revision.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/revision.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/revision.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/dcmsdb/sysconfig.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/sysconfig.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/test.frm to
/u01/mariadb-10.3.22/data/dcmsdb/test.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./dcmsdb/test.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/test.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/event.MYD to
/u01/mariadb-10.3.22/data/mysql/event.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/columns_priv.frm to /u01/mariadb-
10.3.22/data/mysql/columns_priv.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/columns_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/columns_priv.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/columns_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/columns_priv.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/column_stats.frm to /u01/mariadb-
10.3.22/data/mysql/column_stats.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/column_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/column_stats.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/column_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/column_stats.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/db.frm to
/u01/mariadb-10.3.22/data/mysql/db.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/db.MYD to
/u01/mariadb-10.3.22/data/mysql/db.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/db.MYI to
/u01/mariadb-10.3.22/data/mysql/db.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/event.frm to
/u01/mariadb-10.3.22/data/mysql/event.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/event.MYI to
/u01/mariadb-10.3.22/data/mysql/event.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/func.frm to
/u01/mariadb-10.3.22/data/mysql/func.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/func.MYD to
/u01/mariadb-10.3.22/data/mysql/func.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/func.MYI to
/u01/mariadb-10.3.22/data/mysql/func.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/general_log.CSM to /u01/mariadb-
10.3.22/data/mysql/general_log.CSM
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/general_log.CSV to /u01/mariadb-
10.3.22/data/mysql/general_log.CSV
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/general_log.frm to /u01/mariadb-
10.3.22/data/mysql/general_log.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/gtid_slave_pos.frm to /u01/mariadb-
10.3.22/data/mysql/gtid_slave_pos.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/gtid_slave_pos.ibd to /u01/mariadb-
10.3.22/data/mysql/gtid_slave_pos.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_category.frm to /u01/mariadb-
10.3.22/data/mysql/help_category.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_category.MYD to /u01/mariadb-
10.3.22/data/mysql/help_category.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_category.MYI to /u01/mariadb-
10.3.22/data/mysql/help_category.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_keyword.frm to /u01/mariadb-
10.3.22/data/mysql/help_keyword.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_keyword.MYD to /u01/mariadb-
10.3.22/data/mysql/help_keyword.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_keyword.MYI to /u01/mariadb-
10.3.22/data/mysql/help_keyword.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_relation.frm to /u01/mariadb-
10.3.22/data/mysql/help_relation.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_relation.MYD to /u01/mariadb-
10.3.22/data/mysql/help_relation.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_relation.MYI to /u01/mariadb-
10.3.22/data/mysql/help_relation.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_topic.frm to /u01/mariadb-
10.3.22/data/mysql/help_topic.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_topic.MYD to /u01/mariadb-
10.3.22/data/mysql/help_topic.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/help_topic.MYI to /u01/mariadb-
10.3.22/data/mysql/help_topic.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/host.frm to
/u01/mariadb-10.3.22/data/mysql/host.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/host.MYD to
/u01/mariadb-10.3.22/data/mysql/host.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/host.MYI to
/u01/mariadb-10.3.22/data/mysql/host.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/index_stats.frm to /u01/mariadb-
10.3.22/data/mysql/index_stats.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/index_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/index_stats.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/index_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/index_stats.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/plugin.frm to
/u01/mariadb-10.3.22/data/mysql/plugin.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/innodb_index_stats.frm to
/u01/mariadb-10.3.22/data/mysql/innodb_index_stats.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/innodb_index_stats.ibd to
/u01/mariadb-10.3.22/data/mysql/innodb_index_stats.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/innodb_table_stats.frm to
/u01/mariadb-10.3.22/data/mysql/innodb_table_stats.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/innodb_table_stats.ibd to
/u01/mariadb-10.3.22/data/mysql/innodb_table_stats.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/plugin.MYD to
/u01/mariadb-10.3.22/data/mysql/plugin.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/plugin.MYI to
/u01/mariadb-10.3.22/data/mysql/plugin.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proc.frm to
/u01/mariadb-10.3.22/data/mysql/proc.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proc.MYD to
/u01/mariadb-10.3.22/data/mysql/proc.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proc.MYI to
/u01/mariadb-10.3.22/data/mysql/proc.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/procs_priv.frm to /u01/mariadb-
10.3.22/data/mysql/procs_priv.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/procs_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/procs_priv.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/procs_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/procs_priv.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proxies_priv.frm to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proxies_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/proxies_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/roles_mapping.frm to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/roles_mapping.MYD to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/roles_mapping.MYI to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/servers.frm to /u01/mariadb-
10.3.22/data/mysql/servers.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/servers.MYD to /u01/mariadb-
10.3.22/data/mysql/servers.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/servers.MYI to /u01/mariadb-
10.3.22/data/mysql/servers.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/slow_log.CSM to /u01/mariadb-
10.3.22/data/mysql/slow_log.CSM
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/slow_log.CSV to /u01/mariadb-
10.3.22/data/mysql/slow_log.CSV
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/slow_log.frm to /u01/mariadb-
10.3.22/data/mysql/slow_log.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/tables_priv.frm to /u01/mariadb-
10.3.22/data/mysql/tables_priv.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/tables_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/tables_priv.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/tables_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/tables_priv.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/table_stats.frm to /u01/mariadb-
10.3.22/data/mysql/table_stats.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/table_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/table_stats.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/table_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/table_stats.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone.frm to /u01/mariadb-
10.3.22/data/mysql/time_zone.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone.MYD to /u01/mariadb-
10.3.22/data/mysql/time_zone.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone.MYI to /u01/mariadb-
10.3.22/data/mysql/time_zone.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_leap_second.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_leap_second.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_leap_second.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_name.frm to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_name.MYD to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_name.MYI to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition_type.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition_type.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/time_zone_transition_type.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/transaction_registry.frm to
/u01/mariadb-10.3.22/data/mysql/transaction_registry.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/transaction_registry.ibd to
/u01/mariadb-10.3.22/data/mysql/transaction_registry.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/user.frm to
/u01/mariadb-10.3.22/data/mysql/user.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/user.MYD to
/u01/mariadb-10.3.22/data/mysql/user.MYD
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./mysql/user.MYI to
/u01/mariadb-10.3.22/data/mysql/user.MYI
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/visitor.ibd to /u01/mariadb-
10.3.22/data/ochdb/visitor.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/visitor_props.frm to /u01/mariadb-
10.3.22/data/ochdb/visitor_props.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/c3p0_test_table.frm to /u01/mariadb-
10.3.22/data/ochdb/c3p0_test_table.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/c3p0_test_table.ibd to /u01/mariadb-
10.3.22/data/ochdb/c3p0_test_table.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer_props.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer_props.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer_props.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer_roles.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer_roles.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/consumer_roles.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer_roles.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/db.opt to
/u01/mariadb-10.3.22/data/ochdb/db.opt
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser.frm to
/u01/mariadb-10.3.22/data/ochdb/eeuser.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser.ibd to
/u01/mariadb-10.3.22/data/ochdb/eeuser.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_passwordhistory.frm to
/u01/mariadb-10.3.22/data/ochdb/eeuser_passwordhistory.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_passwordhistory.ibd to
/u01/mariadb-10.3.22/data/ochdb/eeuser_passwordhistory.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_props.frm to /u01/mariadb-
10.3.22/data/ochdb/eeuser_props.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/eeuser_props.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_roles.frm to /u01/mariadb-
10.3.22/data/ochdb/eeuser_roles.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/lmk.frm to
/u01/mariadb-10.3.22/data/ochdb/lmk.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/eeuser_roles.ibd to /u01/mariadb-
10.3.22/data/ochdb/eeuser_roles.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/lmk.ibd to
/u01/mariadb-10.3.22/data/ochdb/lmk.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_accounts.frm to /u01/mariadb-
10.3.22/data/ochdb/och_accounts.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_accounts.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_accounts.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_accounts_limit.frm to
/u01/mariadb-10.3.22/data/ochdb/och_accounts_limit.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_accounts_limit.ibd to
/u01/mariadb-10.3.22/data/ochdb/och_accounts_limit.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_batch.frm to /u01/mariadb-
10.3.22/data/ochdb/och_batch.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_batch.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_batch.ibd
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_batch_log.frm to /u01/mariadb-
10.3.22/data/ochdb/och_batch_log.frm
[01] 2021-08-09 11:49:49 ...done
[01] 2021-08-09 11:49:49 Copying ./ochdb/och_batch_log.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_batch_log.ibd
[01] 2021-08-09 11:49:50 ...done
[01] 2021-08-09 11:49:50 Copying ./ochdb/och_meta_tranlog.frm to
/u01/mariadb-10.3.22/data/ochdb/och_meta_tranlog.frm
[01] 2021-08-09 11:49:50 ...done
[01] 2021-08-09 11:49:50 Copying ./ochdb/och_meta_tranlog.ibd to
/u01/mariadb-10.3.22/data/ochdb/och_meta_tranlog.ibd
[01] 2021-08-09 11:49:50 ...done
[01] 2021-08-09 11:49:50 Copying ./ochdb/och_tranlog.frm to /u01/mariadb-
10.3.22/data/ochdb/och_tranlog.frm
[01] 2021-08-09 11:49:50 ...done
[01] 2021-08-09 11:49:50 Copying ./ochdb/och_tranlog.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_tranlog.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/rc.frm to
/u01/mariadb-10.3.22/data/ochdb/rc.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/rc.ibd to
/u01/mariadb-10.3.22/data/ochdb/rc.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/ochdb/rc_locale.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/ochdb/rc_locale.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/revision.frm to /u01/mariadb-
10.3.22/data/ochdb/revision.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/revision.ibd to /u01/mariadb-
10.3.22/data/ochdb/revision.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/role.frm to
/u01/mariadb-10.3.22/data/ochdb/role.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/role.ibd to
/u01/mariadb-10.3.22/data/ochdb/role.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/role_perms.frm to /u01/mariadb-
10.3.22/data/ochdb/role_perms.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/role_perms.ibd to /u01/mariadb-
10.3.22/data/ochdb/role_perms.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/sms_log.frm to /u01/mariadb-
10.3.22/data/ochdb/sms_log.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/sms_log.ibd to /u01/mariadb-
10.3.22/data/ochdb/sms_log.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/ochdb/sysconfig.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/ochdb/sysconfig.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/syslog.frm to
/u01/mariadb-10.3.22/data/ochdb/syslog.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/syslog.ibd to
/u01/mariadb-10.3.22/data/ochdb/syslog.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/visitor.frm to /u01/mariadb-
10.3.22/data/ochdb/visitor.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ochdb/visitor_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/visitor_props.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./performance_schema/db.opt to /u01/mariadb-
10.3.22/data/performance_schema/db.opt
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acct.frm to /u01/mariadb-
10.3.22/data/walletdb/acct.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acct.ibd to /u01/mariadb-
10.3.22/data/walletdb/acct.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acctlock.frm to /u01/mariadb-
10.3.22/data/walletdb/acctlock.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acctlock.ibd to /u01/mariadb-
10.3.22/data/walletdb/acctlock.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acquirers.frm to /u01/mariadb-
10.3.22/data/walletdb/acquirers.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/acquirers.ibd to /u01/mariadb-
10.3.22/data/walletdb/acquirers.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/agents.frm to /u01/mariadb-
10.3.22/data/walletdb/agents.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/agents.ibd to /u01/mariadb-
10.3.22/data/walletdb/agents.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/balance_cache.frm to
/u01/mariadb-10.3.22/data/walletdb/balance_cache.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/balance_cache.ibd to
/u01/mariadb-10.3.22/data/walletdb/balance_cache.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/c3p0_test_table.frm to
/u01/mariadb-10.3.22/data/walletdb/c3p0_test_table.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/c3p0_test_table.ibd to
/u01/mariadb-10.3.22/data/walletdb/c3p0_test_table.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card.frm to /u01/mariadb-
10.3.22/data/walletdb/card.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card.ibd to /u01/mariadb-
10.3.22/data/walletdb/card.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/cardholder.frm to /u01/mariadb-
10.3.22/data/walletdb/cardholder.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/cardholder.ibd to /u01/mariadb-
10.3.22/data/walletdb/cardholder.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/cardholder_accounts.frm to
/u01/mariadb-10.3.22/data/walletdb/cardholder_accounts.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/cardholder_accounts.ibd to
/u01/mariadb-10.3.22/data/walletdb/cardholder_accounts.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card_accounts.frm to
/u01/mariadb-10.3.22/data/walletdb/card_accounts.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card_accounts.ibd to
/u01/mariadb-10.3.22/data/walletdb/card_accounts.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card_products.frm to
/u01/mariadb-10.3.22/data/walletdb/card_products.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/card_products.ibd to
/u01/mariadb-10.3.22/data/walletdb/card_products.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/checkpoint.frm to /u01/mariadb-
10.3.22/data/walletdb/checkpoint.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/checkpoint.ibd to /u01/mariadb-
10.3.22/data/walletdb/checkpoint.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer.frm to /u01/mariadb-
10.3.22/data/walletdb/consumer.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer.ibd to /u01/mariadb-
10.3.22/data/walletdb/consumer.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer_props.frm to
/u01/mariadb-10.3.22/data/walletdb/consumer_props.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer_props.ibd to
/u01/mariadb-10.3.22/data/walletdb/consumer_props.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer_roles.frm to
/u01/mariadb-10.3.22/data/walletdb/consumer_roles.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/consumer_roles.ibd to
/u01/mariadb-10.3.22/data/walletdb/consumer_roles.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/currency.frm to /u01/mariadb-
10.3.22/data/walletdb/currency.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/currency.ibd to /u01/mariadb-
10.3.22/data/walletdb/currency.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/db.opt to
/u01/mariadb-10.3.22/data/walletdb/db.opt
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_passwordhistory.frm to
/u01/mariadb-10.3.22/data/walletdb/eeuser_passwordhistory.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_passwordhistory.ibd to
/u01/mariadb-10.3.22/data/walletdb/eeuser_passwordhistory.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_props.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser_props.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_props.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser_props.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_roles.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser_roles.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/eeuser_roles.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser_roles.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/fees.frm to /u01/mariadb-
10.3.22/data/walletdb/fees.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/fees.ibd to /u01/mariadb-
10.3.22/data/walletdb/fees.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/financial_institutions.frm to
/u01/mariadb-10.3.22/data/walletdb/financial_institutions.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/financial_institutions.ibd to
/u01/mariadb-10.3.22/data/walletdb/financial_institutions.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/glperm.frm to /u01/mariadb-
10.3.22/data/walletdb/glperm.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/glperm.ibd to /u01/mariadb-
10.3.22/data/walletdb/glperm.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/gluser.frm to /u01/mariadb-
10.3.22/data/walletdb/gluser.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/gluser.ibd to /u01/mariadb-
10.3.22/data/walletdb/gluser.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/issuers.frm to /u01/mariadb-
10.3.22/data/walletdb/issuers.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/issuers.ibd to /u01/mariadb-
10.3.22/data/walletdb/issuers.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/journal.frm to /u01/mariadb-
10.3.22/data/walletdb/journal.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/journal.ibd to /u01/mariadb-
10.3.22/data/walletdb/journal.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/layer.frm to /u01/mariadb-
10.3.22/data/walletdb/layer.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/layer.ibd to /u01/mariadb-
10.3.22/data/walletdb/layer.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/merchant.frm to /u01/mariadb-
10.3.22/data/walletdb/merchant.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/merchant.ibd to /u01/mariadb-
10.3.22/data/walletdb/merchant.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/merchant_external_info.frm to
/u01/mariadb-10.3.22/data/walletdb/merchant_external_info.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/merchant_external_info.ibd to
/u01/mariadb-10.3.22/data/walletdb/merchant_external_info.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/rc.frm to
/u01/mariadb-10.3.22/data/walletdb/rc.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/rc.ibd to
/u01/mariadb-10.3.22/data/walletdb/rc.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/walletdb/rc_locale.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/walletdb/rc_locale.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/revision.frm to /u01/mariadb-
10.3.22/data/walletdb/revision.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/revision.ibd to /u01/mariadb-
10.3.22/data/walletdb/revision.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/role.frm to /u01/mariadb-
10.3.22/data/walletdb/role.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/role.ibd to /u01/mariadb-
10.3.22/data/walletdb/role.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/role_perms.frm to /u01/mariadb-
10.3.22/data/walletdb/role_perms.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/role_perms.ibd to /u01/mariadb-
10.3.22/data/walletdb/role_perms.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/ruleinfo.frm to /u01/mariadb-
10.3.22/data/walletdb/ruleinfo.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/ruleinfo.ibd to /u01/mariadb-
10.3.22/data/walletdb/ruleinfo.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/walletdb/sysconfig.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/walletdb/sysconfig.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/syslog.frm to /u01/mariadb-
10.3.22/data/walletdb/syslog.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/syslog.ibd to /u01/mariadb-
10.3.22/data/walletdb/syslog.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal.frm to /u01/mariadb-
10.3.22/data/walletdb/terminal.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal.ibd to /u01/mariadb-
10.3.22/data/walletdb/terminal.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal_external_info.frm to
/u01/mariadb-10.3.22/data/walletdb/terminal_external_info.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal_external_info.ibd to
/u01/mariadb-10.3.22/data/walletdb/terminal_external_info.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal_profile.frm to
/u01/mariadb-10.3.22/data/walletdb/terminal_profile.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/terminal_profile.ibd to
/u01/mariadb-10.3.22/data/walletdb/terminal_profile.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/tranlog.frm to /u01/mariadb-
10.3.22/data/walletdb/tranlog.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/velocity_profiles.frm to
/u01/mariadb-10.3.22/data/walletdb/velocity_profiles.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/tranlog.ibd to /u01/mariadb-
10.3.22/data/walletdb/tranlog.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/tranlog_followups.frm to
/u01/mariadb-10.3.22/data/walletdb/tranlog_followups.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/tranlog_followups.ibd to
/u01/mariadb-10.3.22/data/walletdb/tranlog_followups.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transacc.frm to /u01/mariadb-
10.3.22/data/walletdb/transacc.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/velocity_profiles.ibd to
/u01/mariadb-10.3.22/data/walletdb/velocity_profiles.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transacc.ibd to /u01/mariadb-
10.3.22/data/walletdb/transacc.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transentry.frm to /u01/mariadb-
10.3.22/data/walletdb/transentry.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/visitor.frm to /u01/mariadb-
10.3.22/data/walletdb/visitor.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transentry.ibd to /u01/mariadb-
10.3.22/data/walletdb/transentry.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transgroup.frm to /u01/mariadb-
10.3.22/data/walletdb/transgroup.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transgroup.ibd to /u01/mariadb-
10.3.22/data/walletdb/transgroup.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transgroup_transactions.frm to
/u01/mariadb-10.3.22/data/walletdb/transgroup_transactions.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/transgroup_transactions.ibd to
/u01/mariadb-10.3.22/data/walletdb/transgroup_transactions.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/visitor.ibd to /u01/mariadb-
10.3.22/data/walletdb/visitor.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/visitor_props.frm to
/u01/mariadb-10.3.22/data/walletdb/visitor_props.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/visitor_props.ibd to
/u01/mariadb-10.3.22/data/walletdb/visitor_props.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/wallet.frm to /u01/mariadb-
10.3.22/data/walletdb/wallet.frm
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./walletdb/wallet.ibd to /u01/mariadb-
10.3.22/data/walletdb/wallet.ibd
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./aria_log.00000001 to /u01/mariadb-
10.3.22/data/aria_log.00000001
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./aria_log_control to
/u01/mariadb-10.3.22/data/aria_log_control
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./ib_buffer_pool to
/u01/mariadb-10.3.22/data/ib_buffer_pool
[01] 2021-08-09 11:49:54 ...done
[01] 2021-08-09 11:49:54 Copying ./xtrabackup_info to
/u01/mariadb-10.3.22/data/xtrabackup_info
[01] 2021-08-09 11:49:54 ...done
[00] 2021-08-09 11:49:54 completed OK!
[mysql@st02oamsql01 mariadb-10.3.22]$ su -
Password:
Last login: Mon Aug 9 11:48:20 IST 2021 on pts/0
[root@st02oamsql01 ~]# service mysql start
Starting mysql (via systemctl):
[ OK ]
[root@st02oamsql01 ~]# service mysql status
SUCCESS! MariaDB running (7499)
[root@st02oamsql01 ~]# exit
logout
[mysql@st02oamsql01 mariadb-10.3.22]$ cd data
[mysql@st02oamsql01 data]$ tail -100f mysqld.log
2021-08-09 11:50:08 0 [Note] InnoDB: Using Linux native AIO
2021-08-09 11:50:08 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
builtins
2021-08-09 11:50:08 0 [Note] InnoDB: Uses event mutexes
2021-08-09 11:50:08 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-09 11:50:08 0 [Note] InnoDB: Number of pools: 1
2021-08-09 11:50:08 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-08-09 11:50:08 0 [Note] InnoDB: Initializing buffer pool, total size =
3G, instances = 3, chunk size = 128M
2021-08-09 11:50:08 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-09 11:50:08 0 [Note] InnoDB: If the mysqld execution user is
authorized, page cleaner thread priority can be changed. See the man page of
setpriority().
2021-08-09 11:50:08 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to
50331648 bytes
2021-08-09 11:50:08 0 [Note] InnoDB: Setting log file ./ib_logfile1 size to
50331648 bytes
2021-08-09 11:50:08 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to
./ib_logfile0
2021-08-09 11:50:08 0 [Note] InnoDB: New log files created, LSN=5645089370
2021-08-09 11:50:08 0 [Note] InnoDB: 128 out of 128 rollback segments are
active.
2021-08-09 11:50:08 0 [Note] InnoDB: Creating shared tablespace for temporary
tables
2021-08-09 11:50:08 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2021-08-09 11:50:08 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-08-09 11:50:08 0 [Note] InnoDB: Waiting for purge to start
2021-08-09 11:50:09 0 [Note] InnoDB: 10.3.22 started; log sequence number
5645089804; transaction id 5804119
2021-08-09 11:50:09 0 [Note] InnoDB: Loading buffer pool(s) from
/u01/mariadb-10.3.22/data/ib_buffer_pool
2021-08-09 11:50:09 0 [Note] Plugin 'FEEDBACK' is disabled.
210809 11:50:09 server_audit: MariaDB Audit Plugin version 1.4.8 STARTED.
210809 11:50:09 server_audit: Query cache is enabled with the TABLE events.
Some table reads can be veiled.2021-08-09 11:50:09 0 [Note] Server socket
created on IP: '172.27.141.21'.
2021-08-09 11:50:09 0 [Warning] 'user' entry '[email protected]'
ignored in --skip-name-resolve mode.
2021-08-09 11:50:09 0 [Warning] 'proxies_priv' entry '@%
[email protected]' ignored in --skip-name-resolve mode.
2021-08-09 11:50:09 0 [Note] Reading of all Master_info entries succeeded
2021-08-09 11:50:09 0 [Note] Added new Master_info '' to hash table
2021-08-09 11:50:09 0 [Note] /u01/mariadb-10.3.22/bin/mysqld: ready for
connections.
Version: '10.3.22-MariaDB-log' socket:
'/u01/mariadb-10.3.22/data/mysql.sock' port: 3306 MariaDB Server
2021-08-09 11:50:10 0 [Note] InnoDB: Buffer pool(s) load completed at 210809
11:50:10
^C
[mysql@st02oamsql01 data]$ cat xtrabackup_info
uuid = f02cd133-f8d1-11eb-81d7-506b8d439ea8
name =
tool_name = mariabackup
tool_command = --compress --backup --target-dir=/u01/backup/fullbkp
tool_version = 10.3.22-MariaDB
ibbackup_version = 10.3.22-MariaDB
server_version = 10.3.22-MariaDB-log
start_time = 2021-08-09 10:53:14
end_time = 2021-08-09 10:53:34
lock_time = 0
binlog_pos = filename 'mariadb-bin.000026', position '716904983', GTID of the
last change '0-10611585-3139667'
innodb_from_lsn = 0
innodb_to_lsn = 5645089361
partial = N
incremental = N
format = file
compressed = compressed
[mysql@st02oamsql01 data]$ mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 10
Server version: 10.3.22-MariaDB-log MariaDB Server
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
MariaDB [(none)]> \q
Bye
[mysql@st02oamsql01 data]$ ls
aria_log.00000001 ib_logfile0 mysql
relay-log.info server2-relay-bin.index
aria_log_control ib_logfile1 mysqld.log
server2-bin.000001 sql_errors.log
dcmsdb ibtmp1 mysql.sock
server2-bin.index st02oamsql01.sarvatra.in.pid
ib_buffer_pool master.info ochdb
server2-relay-bin.000001 walletdb
ibdata1 multi-master.info performance_schema
server2-relay-bin.000002 xtrabackup_info
[mysql@st02oamsql01 data]$ cd /u01/backup/fullbkp/
[mysql@st02oamsql01 fullbkp]$ ls
aria_log.00000001 backup-my.cnf ib_buffer_pool.qp
ib_logfile0.qp walletdb
xtrabackup_info
aria_log.00000001.qp backup-my.cnf.qp ibdata1
mysql xtrabackup_binlog_info
xtrabackup_info.qp
aria_log_control dcmsdb ibdata1.qp
ochdb xtrabackup_binlog_info.qp
aria_log_control.qp ib_buffer_pool ib_logfile0
performance_schema xtrabackup_checkpoints
[mysql@st02oamsql01 fullbkp]$ vi backup-my.cnf
[mysql@st02oamsql01 fullbkp]$ cd -
/u01/mariadb-10.3.22/data
[mysql@st02oamsql01 data]$ ls
aria_log.00000001 ib_logfile0 mysql
relay-log.info server2-relay-bin.index
aria_log_control ib_logfile1 mysqld.log
server2-bin.000001 sql_errors.log
dcmsdb ibtmp1 mysql.sock
server2-bin.index st02oamsql01.sarvatra.in.pid
ib_buffer_pool master.info ochdb
server2-relay-bin.000001 walletdb
ibdata1 multi-master.info performance_schema
server2-relay-bin.000002 xtrabackup_info
[mysql@st02oamsql01 data]$ ls -lhrt
total 186M
drwx------ 2 mysql mysql 4.0K Aug 9 11:49 dcmsdb
drwx------ 2 mysql mysql 4.0K Aug 9 11:49 ochdb
drwx------ 2 mysql mysql 20 Aug 9 11:49 performance_schema
drwx------ 2 mysql mysql 4.0K Aug 9 11:49 walletdb
-rw-rw---- 1 mysql mysql 16K Aug 9 11:49 aria_log.00000001
-rw-rw---- 1 mysql mysql 52 Aug 9 11:49 aria_log_control
-rw-rw---- 1 mysql mysql 549 Aug 9 11:49 xtrabackup_info
-rw-rw---- 1 mysql mysql 449K Aug 9 11:49 ib_buffer_pool
-rw-rw---- 1 mysql mysql 48M Aug 9 11:50 ib_logfile1
-rw-rw---- 1 mysql mysql 0 Aug 9 11:50 sql_errors.log
-rw-rw---- 1 mysql mysql 330 Aug 9 11:50 server2-bin.000001
-rw-rw---- 1 mysql mysql 21 Aug 9 11:50 server2-bin.index
-rw-rw---- 1 mysql mysql 5 Aug 9 11:50 st02oamsql01.sarvatra.in.pid
srwxrwxrwx 1 mysql mysql 0 Aug 9 11:50 mysql.sock
-rw-rw---- 1 mysql mysql 0 Aug 9 11:50 multi-master.info
-rw-rw---- 1 mysql mysql 12M Aug 9 11:50 ibtmp1
drwx------ 2 mysql mysql 4.0K Aug 9 11:53 mysql
-rw-rw---- 1 mysql mysql 144 Aug 9 11:54 master.info
-rw-rw---- 1 mysql mysql 3.6K Aug 9 11:54 mysqld.log
-rw-rw---- 1 mysql mysql 311 Aug 9 11:54 server2-relay-bin.000001
-rw-rw---- 1 mysql mysql 54 Aug 9 11:54 server2-relay-bin.index
-rw-rw---- 1 mysql mysql 56 Aug 9 11:54 relay-log.info
-rw-rw---- 1 mysql mysql 910K Aug 9 12:10 server2-relay-bin.000002
-rw-rw---- 1 mysql mysql 76M Aug 9 12:10 ibdata1
-rw-rw---- 1 mysql mysql 48M Aug 9 12:10 ib_logfile0
[mysql@st02oamsql01 data]$ cd dcmsdb/
[mysql@st02oamsql01 dcmsdb]$ ls
c3p0_test_table.frm dcms_institution.frm
dcms_transaction_log_bkp.ibd rc.frm revision.ibd
c3p0_test_table.ibd dcms_institution.ibd
dcms_transaction_log.frm rc.ibd sysconfig.frm
db.opt dcms_tranlog.frm
dcms_transaction_log.ibd rc_locale.frm sysconfig.ibd
dcms_institution_config.frm dcms_tranlog.ibd
lmk.frm rc_locale.ibd
test.frm
dcms_institution_config.ibd dcms_transaction_log_bkp.frm lmk.ibd
revision.frm test.ibd
[mysql@st02oamsql01 dcmsdb]$ ls -lhrt
total 352M
-rw-rw---- 1 mysql mysql 429 Aug 9 11:49 c3p0_test_table.frm
-rw-rw---- 1 mysql mysql 65 Aug 9 11:49 db.opt
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 c3p0_test_table.ibd
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 dcms_institution.ibd
-rw-rw---- 1 mysql mysql 1.2K Aug 9 11:49 dcms_institution.frm
-rw-rw---- 1 mysql mysql 128K Aug 9 11:49 dcms_institution_config.ibd
-rw-rw---- 1 mysql mysql 1.5K Aug 9 11:49 dcms_institution_config.frm
-rw-rw---- 1 mysql mysql 2.5K Aug 9 11:49 dcms_tranlog.frm
-rw-rw---- 1 mysql mysql 2.5K Aug 9 11:49 dcms_transaction_log.frm
-rw-rw---- 1 mysql mysql 56M Aug 9 11:49 dcms_transaction_log.ibd
-rw-rw---- 1 mysql mysql 2.0K Aug 9 11:49 dcms_transaction_log_bkp.frm
-rw-rw---- 1 mysql mysql 11M Aug 9 11:49 dcms_transaction_log_bkp.ibd
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 lmk.ibd
-rw-rw---- 1 mysql mysql 1.2K Aug 9 11:49 lmk.frm
-rw-rw---- 1 mysql mysql 112K Aug 9 11:49 rc.ibd
-rw-rw---- 1 mysql mysql 2.0K Aug 9 11:49 rc.frm
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 rc_locale.ibd
-rw-rw---- 1 mysql mysql 1.4K Aug 9 11:49 rc_locale.frm
-rw-rw---- 1 mysql mysql 112K Aug 9 11:49 revision.ibd
-rw-rw---- 1 mysql mysql 9.6K Aug 9 11:49 revision.frm
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 sysconfig.ibd
-rw-rw---- 1 mysql mysql 9.2K Aug 9 11:49 sysconfig.frm
-rw-rw---- 1 mysql mysql 96K Aug 9 11:49 test.ibd
-rw-rw---- 1 mysql mysql 433 Aug 9 11:49 test.frm
-rw-rw---- 1 mysql mysql 284M Aug 9 12:10 dcms_tranlog.ibd
[mysql@st02oamsql01 dcmsdb]$ vi /etc/my.cnf
[mysql@st02oamsql01 dcmsdb]$ su -
Password:
Last login: Mon Aug 9 11:50:05 IST 2021 on pts/0
[root@st02oamsql01 ~]# service mysql stop
Stopping mysql (via systemctl):
[ OK ]
[root@st02oamsql01 ~]# cd /u01/mariadb-10.3.22/
[root@st02oamsql01 mariadb-10.3.22]# rm -fr data
[root@st02oamsql01 mariadb-10.3.22]# rm -fr data_old/
[root@st02oamsql01 mariadb-10.3.22]# vi /etc/my.cnf
[root@st02oamsql01 mariadb-10.3.22]# vi /etc/my.cnf
[root@st02oamsql01 mariadb-10.3.22]# exit
logout
[mysql@st02oamsql01 dcmsdb]$ mkdir data
mkdir: cannot create directory ‘data’: No such file or directory
[mysql@st02oamsql01 dcmsdb]$ cd ..
cd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
[mysql@st02oamsql01 ..]$ cd /u01/mariadb-10.3.22/
[mysql@st02oamsql01 mariadb-10.3.22]$ mkdir data
[mysql@st02oamsql01 mariadb-10.3.22]$ ls
bin CREDITS docs include
lib mysql-test README-wsrep share support-files
COPYING data EXCEPTIONS-CLIENT INSTALL-BINARY man
README.md scripts sql-bench THIRDPARTY
[mysql@st02oamsql01 mariadb-10.3.22]$ history
1 mysql -u root
2 mysql -u root -p
3 cd
4 vi .bash_profile
5 . .bash_profile
6 mysql -u root
7 exit
8 mysql
9 mysql -u root
10 df -h
11 exit
12 mysql -u root
13 cd /u01/
14 ls -lhrt
15 mysql -u root
16 mysql -u root -p
17 exit
18 /etc/init.d/mysql status
19 exit
20 mysql -u root
21 cd /u01/
22 ls -lhrt
23 mysql equitas < EQUIT_BKP_20210714.sql
24 mysql equitas < EQUIT_BKP_20210714.sql -u -p
25 mysql equitas < EQUIT_BKP_20210714.sql -u
26 mysql equitas < EQUIT_BKP_20210714.sql -p
27 vi /etc/my.cnf
28 mysql equitas -p < EQUIT_BKP_20210714.sql
29 su -
30 exit
31 mysql -u root
32 cd /u01/
33 ls -lhrt
34 mysql -u root -p localhost equitas < EQUIT_BKP_20210714.sql
35 mysql -u root -p -h localhost equitas < EQUIT_BKP_20210714.sql
36 mysql -u root
37 exit
38 cd /u01/
39 ls -lhrt
40 mysqldump -u root -p equitas > backup16072021.sql
41 mysqldump -u root -p -h equitas > backup16072021.sql
42 mysqldump -u root -p -h localhost equitas > backup16072021.sql
43 mysqldump -u root equitas > /u01/DCMSDB_BKP_$A.sql
44 mysqldump -u root equitas > DCMSDB_BKP_$A.sql
45 exit
46 mysql -u root
47 exit
48 mysql
49 mysql -u root
50 df -h
51 hostname
52 cat /etc/hosts
53 hostname
54 su -
55 mysql
56 mysql -u root
57 hostname
58 su -
59 cd /u01/app
60 cd
61 ls
62 su - oracle
63 mysql -u root
64 /etc/init.d/mysql status
65 /etc/init.d/mysql start
66 su -
67 /etc/init.d/mysql status
68 mysql -u root
69 /etc/init.d/mysql status
70 mysql -u root
71 exit
72 mysql -u root
73 mysql -u root -p
74 cat /etc/my.cnf
75 mysql -u root -p
76 history
77 ps -ef|grep pmon
78 cd /u01/mariadb-10.3.22/bin/
79 ls -lhrt
80 cd mysqld
81 sh mysqld
82 cat mysqld
83 ls -lhrt
84 sudo service mysql start
85 service mysql start
86 /etc/init.d/mysql start
87 mysql
88 /etc/init.d/mysql status
89 su -
90 cd /u01/mariadb-10.3.22/
91 ls
92 cd scripts/
93 ls
94 cd /etc/init.d/
95 ls
96 /etc/init.d/mysql.server status
97 /etc/init.d/mysql.server start
98 /etc/init.d/mysql.server status
99 cd
100 . .bash_profile
101 vi .bash_profile
102 su -
103 history
104 mysql -u root
105 mysql -u root -p
106 mysql
107 su -
108 cd
109 . .bash_profile
110 vi .bash_profile
111 mysql -u root -p
112 exit
113 su -
114 /etc/init.d/mysql status
115 /etc/init.d/mysql.server status
116 cd /u01/mariadb-10.3.22/
117 ls
118 cd bin
119 ls
120 ./mysqld status
121 mysql -u root
122 mysql -u root -p
123 ps -ef | grep mysql
124 mysql
125 mysql -u root -p
126 tail -100f /u01/mariadb-10.3.22/data/st02oamsql01.sarvatra.in.err
127 mysql -u root -p
128 service mysql status
129 su -
130 su -
131 cd /usr/local/
132 ls
133 cd bin
134 ls
135 cd ..
136 cd -
137 cd /u01/mariadb-10.3.22/bin/
138 ./mysqld_safe --default-file=~/.my.cnf &
139 sudo su -
140 su -
141 cd /u01/mariadb-10.3.22/
142 ls
143 mysql
144 mysql -u root
145 mysql -u root -p
146 tail -100f /u01/mariadb-10.3.22/data/mysqld.log
147 cd bin
148 ps -ef | grep mysql
149 ./mysqld_safe --defaults-file=~/.my.cnf --user=mysql
150 su -
151 su -
152 ./mysqld_safe --defaults-file=~/.my.cnf --user=mysql
153 su -
154 ./mysqld_safe --defaults-file=~/.my.cnf --user=mysql
155 tail -10f /u01/mariadb-10.3.22/data/st02oamsql01.sarvatra.in.err
156 ./mysqld_safe --defauta
157 ./mysqld_safe --defaults-file=~/.my.cnf --user=mysql &
158 ./mysqld_safe
159 ls
160 cd ..
161 cd support-files/
162 ls
163 cp mysql.server /etc/init.d/mysql
164 su -
165 mysql -u root
166 cd /u01/mariadb-10.3.22/data/
167 ls -lhrt
168 tail -100f mysqld.log
169 cd /u01/mariadb-10.3.22/
170 ls -lhrt
171 cd data/
172 ls -lhrt
173 tail -100f mysqld.log
174 mysql -u root
175 mysql -u root -p
176 pwd
177 cd ..
178 ls -lhrt
179 cd bin/
180 ls -lhrt
181 ls -lhrt *server*
182 history
183 su -
184 history
185 pwd
186 cd /u01/mariadb-10.3.22/bin/
187 ls -lhrt
188 ./mysqld.sa
189 ./mysqld_safe stop
190 ./mysqld_safe --user=mysql stop
191 history
192 su -
193 mysql -u root
194 mysql -u root -p
195 service mysql status
196 service mysql start
197 su -
198 mysql -u root -p
199 exit
200 mysql
201 mysql -u root -p
202 mysql -u root
203 df -h
204 cd /u01
205 ls
206 du -sh *
207 df -h
208 cat /etc/os-release
209 mysql -u root
210 mysql -u root -p
211 cat /etc/my.cnf
212 q
213 mysql -u root -p
214 /etc/init.d/start mysql
215 /etc/init.d/mysql status
216 /etc/init.d/mysql start
217 /etc/init.d/mysql.server start
218 /etc/init.d/mysql.server status
219 mysql -u root
220 sestatus
221 mysql -u root
222 cat /etc/os-release
223 exit
224 cd /u01
225 ls
226 tail -100f /u01/mariadb-10.3.22/data/mysqld.log
227 pwd
228 tail -100f /u01/mariadb-10.3.22/data/mysqld.log
229 cat /etc/hosts
230 su -
231 ls
232 cd mariadb-10.3.22/
233 cd data/
234 ls
235 cd ..
236 ls
237 cd data/
238 cat xtrabackup_info
239 su -
240 cd ..
241 mysql
242 mysql -u root
243 cd /u01/backup/
244 ls
245 cd 2021-08-01
246 ls
247 cat xtrabackup_info
248 su -
249 mysql -u root
250 cat xtrabackup_info
251 mysql -u root
252 date
253 mysql -u root
254 cat /etc/sysconfig/clock
255 su -
256 mysql -u root
257 cat xtrabackup_info
258 mysql
259 mysql -u root
260 cat xtrabackup_info | grep GTID
261 su - root
262 history
263 cd /u01/mariadb-10.3.22/data/
264 ls
265 cd ..
266 rm -fr data/
267 mkdir data
268 cd /u01/backup/
269 ls
270 cd 2021-08-01/
271 ls
272 cat xtrabackup_checkpoints
273 cat xtrabackup_info
274 cd ..
275 mariabackup --copy-backup --target-dir=/u01/backup/2021-08-01
276 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
277 su - root
278 mysql -u root
279 cd 2021-08-01/
280 cat xtrabackup_info
281 mysql -u root
282 cd /u01/mariadb-10.3.22/data/
283 ls
284 ls -lhrt
285 cat relay-log.info
286 vi sql_errors.log
287 tail -100 sql_errors.log
288 ls -lhrt
289 mysql -u root
290 ls -lhrt
291 tail -10f st02oamsql01-relay-bin.000002
292 ls
293 ls lhrt
294 tail -100f relay-log.info
295 ls -lhrt
296 mysql
297 mysql -u root
298 su -
299 mysql -u root
300 cd ..
301 ll
302 cd data/
303 ls
304 ls -lhrt
305 mysql -u root
306 ls
307 ls -lhrt
308 cat xtrabackup_info
309 cd /u01/backup/2021-08-01
310 ls
311 ls -lhrt
312 cd -
313 ls
314 cat relay-log.info
315 ls -lhrt
316 mysql -u root
317 ls
318 ls -lhrt
319 ls -lhrt a*
320 vi sql_errors.log
321 cd ..
322 ls
323 ls -lhrt
324 mysql
325 mysql -u root
326 su -
327 rm -fr data/
328 mkdir data/
329 cd /u01/backup/2021-08-01/
330 cd ..
331 mariabackup --copy-backup --target-dir=/u01/backup/2021-08-01/
332 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01/
333 su -
334 cd /u01/mariadb-10.3.22/data/
335 ls -lhrt
336 mysql -u root
337 ls -lhrt
338 mysql -u root
339 ls -lhrt
340 tail -100f sql_errors.log
341 mysql -u root
342 cd /u01/backup/2021-08-01/
343 cat xtrabackup_info
344 mysql -u root
345 su -
346 cd /u01/mariadb-10.3.22/
347 rm -fr data/
348 mkdir data
349 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01/
350 su -
351 mysql -u root
352 cd /u01/backup/2021-08-01/
353 cat xtrabackup_info
354 mysql -u root
355 sestatus
356 mysql -u root
357 mariabackup
358 df -h
359 cd /u01/
360 ls
361 mysql -u root
362 cd /u01/
363 ls
364 ll
365 su -
366 cd /u01/backup/
367 ls
368 sls
369 ls
370 cd ..
371 cd /u01/
372 ls
373 cd mariadb-10.3.22/data/
374 ls
375 cd ..
376 ls
377 mv data/ data_old/
378 mkdir data
379 pwd
380 cd /u01/backup/
381 ls
382 ls -lhrt
383 du -sh *
384 mkdir prebackup
385 rm -fr prebackup
386 mkdir prebackup
387 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/prebackup
388 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01
389 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-02
390 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-03
391 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-04
392 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-05
393 mariabackup --prepare --apply-log-only
--target_dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-06
394 ls
395 cd ..
396 cd /u01/
397 ls
398 cd mariadb-10.3.22/
399 cd data
400 pwd
401 cd /u01/backup/
402 ls -lhrt
403 cd 2021-08-01
404 ls
405 vi xtrabackup_info
406 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
407 cd /u01/mariadb-10.3.22/data
408 ls
409 /etc/init.d/mysql.server start
410 mysql -u root -p
411 /etc/init.d/mysql.server status
412 /etc/init.d/mysql.server start
413 /etc/init.d/mysql.server status
414 su -
415 mysql -u root
416 mysql -u root -p
417 cd ..
418 ls
419 mv data data1
420 mv data_old/ data/
421 su -
422 mysql -u root
423 ls
424 cd data
425 ls
426 cd ..
427 ls
428 su -
429 ls
430 mv data/ data_old/
431 mv data1 data
432 ls
433 cd data
434 ls
435 su -
436 mysql
437 mysql -u root
438 mysql -u root -p
439 mv data data1
440 cd ..
441 mv data data1
442 mv data_old/ data/
443 su -
444 rm -fr data
445 rm -fr data1/
446 mkdir data
447 history
448 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
449 su -
450 mysql -u root -p
451 rm -fr data
452 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
453 ls
454 ls data
455 ll
456 ls -lhrt
457 su -
458 mysql
459 mysql -u root -p
460 ls
461 cd data/
462 ls
463 ls -lhrt lb*
464 ls -lhrt ib*
465 rpm -qa | qpres
466 rpm -qa | qpress
467 su -
468 MEMORY=`grep -w innodb_buffer_pool_size /etc/my.cnf | cut -d'=' -
f2`
469 echo $MEMORY
470 `grep -w innodb_buffer_pool_size /etc/my.cnf | cut -d'=' -f2`
471 vi /etc/my.cnf
472 su -
473 mysql
474 mysql -u root -p
475 ps -ef | grep mysql
476 su -
477 cd /u01/backup/2021-08-01/
478 cat xtrabackup_info
479 mysql -u root -p
480 cat xtrabackup_info | grep GTID
481 su -
482 cat xtrabackup_info | grep GTID
483 cat xtrabackup_info
484 mysql -u root -p
485 mysql -u root
486 su -
487 mysql -u root
488 *pwd
489 pwd
490 cd /u01/mariadb-10.3.22/data/
491 tail -10f mysqld.log
492 cd ..
493 cd data/
494 tail -10f mysqld.log
495 hostname
496 su -
497 tail -10f mysqld.log
498 cd ..
499 cd data/
500 ls
501 ls -lhrt
502 ls
503 pwd
504 ls -lhrt
505 tail -100f mysqld.log
506 cd
507 ls
508 cd -
509 tail -100f mysqld.log
510 mysql -u root
511 exit
512 mysql -u root
513 su -
514 mariabackup --apply-log-only --target-dir=/u01/backup/2021-08-01
--incremental-dir=/u01/backup/2021-08-07
515 mariabackup prepare --apply-log-only
--target-dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-07
516 mariabackup --prepare --apply-log-only
--target-dir=/u01/backup/2021-08-01 --incremental-dir=/u01/backup/2021-08-07
517 cd /u01/backup/2020-08-01
518 cd /u01/backup/2021-08-01
519 ls
520 ls -lhrt
521 cat xtrabackup_info
522 cd /u01/mariadb-10.3.22/
523 rm -fr data
524 mkdir data
525 mariabackup --copy-backup --target-dir=/u01/backup/2021-08-01
526 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
527 cd data/
528 ls
529 ls -lhrt
530 cat xtrabackup_info
531 su -
532 mysql
533 su -
534 mysql
535 cat xtrabackup_info
536 mysql
537 su -
538 mysql
539 su -
540 pwd
541 cd ..
542 rm -fr data
543 mkdir data
544 history
545 mariabackup --copy-back --target-dir=/u01/backup/2021-08-01
546 su -
547 cd data/
548 cat xtrabackup_info
549 mysql
550 cat /etc/my.cnf
551 cd /u01/mariadb-10.3.22/data/
552 tail -100f mysqld.log
553 ls -lhrt
554 vi sql_errors.log
555 tail -100f mysqld.log
556 cd ..
557 cd data/
558 ls
559 ls -lhrt
560 tail -100 sql_errors.log
561 tail -100f mysqld.log
562 cd ..
563 cd data/
564 tail -100f mysqld.log
565 mysql
566 cd /u01/mariadb-10.3.22/data/
567 tail -100f mysqld.log
568 mysql
569 cd /u01/backup/
570 ls
571 pwd
572 ls
573 cd fullbkp/
574 mariabackup -decompress --parallel=2
--target-dir=/u01/backup/fullbkp
575 mariabackup --decompress --parallel=2
--target-dir=/u01/backup/fullbkp
576 su -
577 mariabackup --decompress --parallel=2
--target-dir=/u01/backup/fullbkp
578 su - root
579 mariabackup --decompress --parallel=2
--target-dir=/u01/backup/fullbkp
580 ls
581 pwd
582 ls -lhrt
583 pwd
584 cd ..
585 ls
586 mariabackup --decompress --parallel=2 --remove-orginal --target-
dir=/u01/backup/fullbkp
587 cd fullbkp/
588 ls
589 ls -lhrt
590 cd ..
591 cd fullbkp/
592 ls
593 ls -lhrt
594 cd ..
595 mariabackup --decompress --parallel=2 --remove-orginal --target-
dir=/u01/backup/fullbkp
596 cd fullbkp/
597 ls
598 ls -lhrt
599 cd dcmsdb/
600 ls
601 ls -lhrt
602 ls -lhrt *.qp
603 cd ..
604 mariabackup -prepare --target-dir=fullbkp
605 mariabackup -prepare-only --target-dir=fullbkp
606 mariabackup -prepare --target-dir=/u01/backupfullbkp
607 mariabackup --prepare --target-dir=/u01/backupfullbkp
608 mariabackup --prepare --target-dir=/u01/backup/fullbkp
609 cd fullbkp/
610 ls
611 ls -lhrt
612 vi backup-my.cnf
613 cat xtrabackup_info
614 su - root
615 cd /u01/mariadb-10.3.22/
616 mv data/ data_old/
617 mkdir data
618 mariabackup --copy-back --target-dir=/u01/backup/fullbkp
619 su -
620 cd data
621 tail -100f mysqld.log
622 cat xtrabackup_info
623 mysql
624 ls
625 cd /u01/backup/fullbkp/
626 ls
627 vi backup-my.cnf
628 cd -
629 ls
630 ls -lhrt
631 cd dcmsdb/
632 ls
633 ls -lhrt
634 vi /etc/my.cnf
635 su -
636 mkdir data
637 cd ..
638 cd /u01/mariadb-10.3.22/
639 mkdir data
640 ls
641 history
[mysql@st02oamsql01 mariadb-10.3.22]$ mariabackup --copy-back
--target-dir=/u01/backup/fullbkp
mariabackup based on MariaDB server 10.3.22-MariaDB Linux (x86_64)
[01] 2021-08-09 12:24:01 Copying ibdata1 to /u01/mariadb-10.3.22/data/ibdata1
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/c3p0_test_table.frm to
/u01/mariadb-10.3.22/data/dcmsdb/c3p0_test_table.frm
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/c3p0_test_table.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/c3p0_test_table.ibd
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/db.opt to
/u01/mariadb-10.3.22/data/dcmsdb/db.opt
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_institution.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution.frm
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_institution.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution.ibd
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_institution_config.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution_config.frm
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_institution_config.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_institution_config.ibd
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_tranlog.frm to /u01/mariadb-
10.3.22/data/dcmsdb/dcms_tranlog.frm
[01] 2021-08-09 12:24:01 ...done
[01] 2021-08-09 12:24:01 Copying ./dcmsdb/dcms_tranlog.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/dcms_tranlog.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/dcms_transaction_log.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/dcms_transaction_log.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/dcms_transaction_log_bkp.frm to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log_bkp.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/dcms_transaction_log_bkp.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/dcms_transaction_log_bkp.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/lmk.frm to
/u01/mariadb-10.3.22/data/dcmsdb/lmk.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/lmk.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/lmk.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/rc.frm to
/u01/mariadb-10.3.22/data/dcmsdb/rc.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/rc.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/rc.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/dcmsdb/rc_locale.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/rc_locale.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/revision.frm to /u01/mariadb-
10.3.22/data/dcmsdb/revision.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/revision.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/revision.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/dcmsdb/sysconfig.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/dcmsdb/sysconfig.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/test.frm to
/u01/mariadb-10.3.22/data/dcmsdb/test.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./dcmsdb/test.ibd to
/u01/mariadb-10.3.22/data/dcmsdb/test.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/event.MYD to
/u01/mariadb-10.3.22/data/mysql/event.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/columns_priv.frm to /u01/mariadb-
10.3.22/data/mysql/columns_priv.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/columns_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/columns_priv.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/columns_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/columns_priv.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/column_stats.frm to /u01/mariadb-
10.3.22/data/mysql/column_stats.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/column_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/column_stats.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/column_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/column_stats.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/db.frm to
/u01/mariadb-10.3.22/data/mysql/db.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/db.MYD to
/u01/mariadb-10.3.22/data/mysql/db.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/db.MYI to
/u01/mariadb-10.3.22/data/mysql/db.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/event.frm to
/u01/mariadb-10.3.22/data/mysql/event.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/event.MYI to
/u01/mariadb-10.3.22/data/mysql/event.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/func.frm to
/u01/mariadb-10.3.22/data/mysql/func.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/func.MYD to
/u01/mariadb-10.3.22/data/mysql/func.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/func.MYI to
/u01/mariadb-10.3.22/data/mysql/func.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/general_log.CSM to /u01/mariadb-
10.3.22/data/mysql/general_log.CSM
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/general_log.CSV to /u01/mariadb-
10.3.22/data/mysql/general_log.CSV
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/general_log.frm to /u01/mariadb-
10.3.22/data/mysql/general_log.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/gtid_slave_pos.frm to /u01/mariadb-
10.3.22/data/mysql/gtid_slave_pos.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/gtid_slave_pos.ibd to /u01/mariadb-
10.3.22/data/mysql/gtid_slave_pos.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_category.frm to /u01/mariadb-
10.3.22/data/mysql/help_category.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_category.MYD to /u01/mariadb-
10.3.22/data/mysql/help_category.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_category.MYI to /u01/mariadb-
10.3.22/data/mysql/help_category.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_keyword.frm to /u01/mariadb-
10.3.22/data/mysql/help_keyword.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_keyword.MYD to /u01/mariadb-
10.3.22/data/mysql/help_keyword.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_keyword.MYI to /u01/mariadb-
10.3.22/data/mysql/help_keyword.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_relation.frm to /u01/mariadb-
10.3.22/data/mysql/help_relation.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_relation.MYD to /u01/mariadb-
10.3.22/data/mysql/help_relation.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_relation.MYI to /u01/mariadb-
10.3.22/data/mysql/help_relation.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_topic.frm to /u01/mariadb-
10.3.22/data/mysql/help_topic.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_topic.MYD to /u01/mariadb-
10.3.22/data/mysql/help_topic.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/help_topic.MYI to /u01/mariadb-
10.3.22/data/mysql/help_topic.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/host.frm to
/u01/mariadb-10.3.22/data/mysql/host.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/host.MYD to
/u01/mariadb-10.3.22/data/mysql/host.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/host.MYI to
/u01/mariadb-10.3.22/data/mysql/host.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/index_stats.frm to /u01/mariadb-
10.3.22/data/mysql/index_stats.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/index_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/index_stats.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/index_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/index_stats.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/plugin.frm to
/u01/mariadb-10.3.22/data/mysql/plugin.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/innodb_index_stats.frm to
/u01/mariadb-10.3.22/data/mysql/innodb_index_stats.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/innodb_index_stats.ibd to
/u01/mariadb-10.3.22/data/mysql/innodb_index_stats.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/innodb_table_stats.frm to
/u01/mariadb-10.3.22/data/mysql/innodb_table_stats.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/innodb_table_stats.ibd to
/u01/mariadb-10.3.22/data/mysql/innodb_table_stats.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/plugin.MYD to
/u01/mariadb-10.3.22/data/mysql/plugin.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/plugin.MYI to
/u01/mariadb-10.3.22/data/mysql/plugin.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proc.frm to
/u01/mariadb-10.3.22/data/mysql/proc.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proc.MYD to
/u01/mariadb-10.3.22/data/mysql/proc.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proc.MYI to
/u01/mariadb-10.3.22/data/mysql/proc.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/procs_priv.frm to /u01/mariadb-
10.3.22/data/mysql/procs_priv.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/procs_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/procs_priv.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/procs_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/procs_priv.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proxies_priv.frm to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proxies_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/proxies_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/proxies_priv.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/roles_mapping.frm to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/roles_mapping.MYD to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/roles_mapping.MYI to /u01/mariadb-
10.3.22/data/mysql/roles_mapping.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/servers.frm to /u01/mariadb-
10.3.22/data/mysql/servers.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/servers.MYD to /u01/mariadb-
10.3.22/data/mysql/servers.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/servers.MYI to /u01/mariadb-
10.3.22/data/mysql/servers.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/slow_log.CSM to /u01/mariadb-
10.3.22/data/mysql/slow_log.CSM
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/slow_log.CSV to /u01/mariadb-
10.3.22/data/mysql/slow_log.CSV
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/slow_log.frm to /u01/mariadb-
10.3.22/data/mysql/slow_log.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/tables_priv.frm to /u01/mariadb-
10.3.22/data/mysql/tables_priv.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/tables_priv.MYD to /u01/mariadb-
10.3.22/data/mysql/tables_priv.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/tables_priv.MYI to /u01/mariadb-
10.3.22/data/mysql/tables_priv.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/table_stats.frm to /u01/mariadb-
10.3.22/data/mysql/table_stats.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/table_stats.MYD to /u01/mariadb-
10.3.22/data/mysql/table_stats.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/table_stats.MYI to /u01/mariadb-
10.3.22/data/mysql/table_stats.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone.frm to /u01/mariadb-
10.3.22/data/mysql/time_zone.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone.MYD to /u01/mariadb-
10.3.22/data/mysql/time_zone.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone.MYI to /u01/mariadb-
10.3.22/data/mysql/time_zone.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_leap_second.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_leap_second.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_leap_second.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_leap_second.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_name.frm to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_name.MYD to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_name.MYI to /u01/mariadb-
10.3.22/data/mysql/time_zone_name.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition_type.frm to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition_type.MYD to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/time_zone_transition_type.MYI to
/u01/mariadb-10.3.22/data/mysql/time_zone_transition_type.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/transaction_registry.frm to
/u01/mariadb-10.3.22/data/mysql/transaction_registry.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/transaction_registry.ibd to
/u01/mariadb-10.3.22/data/mysql/transaction_registry.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/user.frm to
/u01/mariadb-10.3.22/data/mysql/user.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/user.MYD to
/u01/mariadb-10.3.22/data/mysql/user.MYD
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./mysql/user.MYI to
/u01/mariadb-10.3.22/data/mysql/user.MYI
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/visitor.ibd to /u01/mariadb-
10.3.22/data/ochdb/visitor.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/visitor_props.frm to /u01/mariadb-
10.3.22/data/ochdb/visitor_props.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/c3p0_test_table.frm to /u01/mariadb-
10.3.22/data/ochdb/c3p0_test_table.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/c3p0_test_table.ibd to /u01/mariadb-
10.3.22/data/ochdb/c3p0_test_table.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer_props.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer_props.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer_props.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer_roles.frm to /u01/mariadb-
10.3.22/data/ochdb/consumer_roles.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/consumer_roles.ibd to /u01/mariadb-
10.3.22/data/ochdb/consumer_roles.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/db.opt to
/u01/mariadb-10.3.22/data/ochdb/db.opt
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser.frm to
/u01/mariadb-10.3.22/data/ochdb/eeuser.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser.ibd to
/u01/mariadb-10.3.22/data/ochdb/eeuser.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_passwordhistory.frm to
/u01/mariadb-10.3.22/data/ochdb/eeuser_passwordhistory.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_passwordhistory.ibd to
/u01/mariadb-10.3.22/data/ochdb/eeuser_passwordhistory.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_props.frm to /u01/mariadb-
10.3.22/data/ochdb/eeuser_props.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/eeuser_props.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_roles.frm to /u01/mariadb-
10.3.22/data/ochdb/eeuser_roles.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/lmk.frm to
/u01/mariadb-10.3.22/data/ochdb/lmk.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/eeuser_roles.ibd to /u01/mariadb-
10.3.22/data/ochdb/eeuser_roles.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/lmk.ibd to
/u01/mariadb-10.3.22/data/ochdb/lmk.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_accounts.frm to /u01/mariadb-
10.3.22/data/ochdb/och_accounts.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_accounts.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_accounts.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_accounts_limit.frm to
/u01/mariadb-10.3.22/data/ochdb/och_accounts_limit.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_accounts_limit.ibd to
/u01/mariadb-10.3.22/data/ochdb/och_accounts_limit.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_batch.frm to /u01/mariadb-
10.3.22/data/ochdb/och_batch.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_batch.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_batch.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_batch_log.frm to /u01/mariadb-
10.3.22/data/ochdb/och_batch_log.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_batch_log.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_batch_log.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_meta_tranlog.frm to
/u01/mariadb-10.3.22/data/ochdb/och_meta_tranlog.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_meta_tranlog.ibd to
/u01/mariadb-10.3.22/data/ochdb/och_meta_tranlog.ibd
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_tranlog.frm to /u01/mariadb-
10.3.22/data/ochdb/och_tranlog.frm
[01] 2021-08-09 12:24:04 ...done
[01] 2021-08-09 12:24:04 Copying ./ochdb/och_tranlog.ibd to /u01/mariadb-
10.3.22/data/ochdb/och_tranlog.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/rc.frm to
/u01/mariadb-10.3.22/data/ochdb/rc.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/rc.ibd to
/u01/mariadb-10.3.22/data/ochdb/rc.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/ochdb/rc_locale.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/ochdb/rc_locale.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/revision.frm to /u01/mariadb-
10.3.22/data/ochdb/revision.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/revision.ibd to /u01/mariadb-
10.3.22/data/ochdb/revision.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/role.frm to
/u01/mariadb-10.3.22/data/ochdb/role.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/role.ibd to
/u01/mariadb-10.3.22/data/ochdb/role.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/role_perms.frm to /u01/mariadb-
10.3.22/data/ochdb/role_perms.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/role_perms.ibd to /u01/mariadb-
10.3.22/data/ochdb/role_perms.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/sms_log.frm to /u01/mariadb-
10.3.22/data/ochdb/sms_log.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/sms_log.ibd to /u01/mariadb-
10.3.22/data/ochdb/sms_log.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/ochdb/sysconfig.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/ochdb/sysconfig.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/syslog.frm to
/u01/mariadb-10.3.22/data/ochdb/syslog.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/syslog.ibd to
/u01/mariadb-10.3.22/data/ochdb/syslog.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/visitor.frm to /u01/mariadb-
10.3.22/data/ochdb/visitor.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ochdb/visitor_props.ibd to /u01/mariadb-
10.3.22/data/ochdb/visitor_props.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./performance_schema/db.opt to /u01/mariadb-
10.3.22/data/performance_schema/db.opt
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acct.frm to /u01/mariadb-
10.3.22/data/walletdb/acct.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acct.ibd to /u01/mariadb-
10.3.22/data/walletdb/acct.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acctlock.frm to /u01/mariadb-
10.3.22/data/walletdb/acctlock.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acctlock.ibd to /u01/mariadb-
10.3.22/data/walletdb/acctlock.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acquirers.frm to /u01/mariadb-
10.3.22/data/walletdb/acquirers.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/acquirers.ibd to /u01/mariadb-
10.3.22/data/walletdb/acquirers.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/agents.frm to /u01/mariadb-
10.3.22/data/walletdb/agents.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/agents.ibd to /u01/mariadb-
10.3.22/data/walletdb/agents.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/balance_cache.frm to
/u01/mariadb-10.3.22/data/walletdb/balance_cache.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/balance_cache.ibd to
/u01/mariadb-10.3.22/data/walletdb/balance_cache.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/c3p0_test_table.frm to
/u01/mariadb-10.3.22/data/walletdb/c3p0_test_table.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/c3p0_test_table.ibd to
/u01/mariadb-10.3.22/data/walletdb/c3p0_test_table.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card.frm to /u01/mariadb-
10.3.22/data/walletdb/card.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card.ibd to /u01/mariadb-
10.3.22/data/walletdb/card.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/cardholder.frm to /u01/mariadb-
10.3.22/data/walletdb/cardholder.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/cardholder.ibd to /u01/mariadb-
10.3.22/data/walletdb/cardholder.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/cardholder_accounts.frm to
/u01/mariadb-10.3.22/data/walletdb/cardholder_accounts.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/cardholder_accounts.ibd to
/u01/mariadb-10.3.22/data/walletdb/cardholder_accounts.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card_accounts.frm to
/u01/mariadb-10.3.22/data/walletdb/card_accounts.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card_accounts.ibd to
/u01/mariadb-10.3.22/data/walletdb/card_accounts.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card_products.frm to
/u01/mariadb-10.3.22/data/walletdb/card_products.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/card_products.ibd to
/u01/mariadb-10.3.22/data/walletdb/card_products.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/checkpoint.frm to /u01/mariadb-
10.3.22/data/walletdb/checkpoint.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/checkpoint.ibd to /u01/mariadb-
10.3.22/data/walletdb/checkpoint.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer.frm to /u01/mariadb-
10.3.22/data/walletdb/consumer.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer.ibd to /u01/mariadb-
10.3.22/data/walletdb/consumer.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer_props.frm to
/u01/mariadb-10.3.22/data/walletdb/consumer_props.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer_props.ibd to
/u01/mariadb-10.3.22/data/walletdb/consumer_props.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer_roles.frm to
/u01/mariadb-10.3.22/data/walletdb/consumer_roles.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/consumer_roles.ibd to
/u01/mariadb-10.3.22/data/walletdb/consumer_roles.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/currency.frm to /u01/mariadb-
10.3.22/data/walletdb/currency.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/currency.ibd to /u01/mariadb-
10.3.22/data/walletdb/currency.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/db.opt to
/u01/mariadb-10.3.22/data/walletdb/db.opt
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_passwordhistory.frm to
/u01/mariadb-10.3.22/data/walletdb/eeuser_passwordhistory.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_passwordhistory.ibd to
/u01/mariadb-10.3.22/data/walletdb/eeuser_passwordhistory.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_props.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser_props.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_props.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser_props.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_roles.frm to /u01/mariadb-
10.3.22/data/walletdb/eeuser_roles.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/eeuser_roles.ibd to /u01/mariadb-
10.3.22/data/walletdb/eeuser_roles.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/fees.frm to /u01/mariadb-
10.3.22/data/walletdb/fees.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/fees.ibd to /u01/mariadb-
10.3.22/data/walletdb/fees.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/financial_institutions.frm to
/u01/mariadb-10.3.22/data/walletdb/financial_institutions.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/financial_institutions.ibd to
/u01/mariadb-10.3.22/data/walletdb/financial_institutions.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/glperm.frm to /u01/mariadb-
10.3.22/data/walletdb/glperm.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/glperm.ibd to /u01/mariadb-
10.3.22/data/walletdb/glperm.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/gluser.frm to /u01/mariadb-
10.3.22/data/walletdb/gluser.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/gluser.ibd to /u01/mariadb-
10.3.22/data/walletdb/gluser.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/issuers.frm to /u01/mariadb-
10.3.22/data/walletdb/issuers.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/issuers.ibd to /u01/mariadb-
10.3.22/data/walletdb/issuers.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/journal.frm to /u01/mariadb-
10.3.22/data/walletdb/journal.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/journal.ibd to /u01/mariadb-
10.3.22/data/walletdb/journal.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/layer.frm to /u01/mariadb-
10.3.22/data/walletdb/layer.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/layer.ibd to /u01/mariadb-
10.3.22/data/walletdb/layer.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/merchant.frm to /u01/mariadb-
10.3.22/data/walletdb/merchant.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/merchant.ibd to /u01/mariadb-
10.3.22/data/walletdb/merchant.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/merchant_external_info.frm to
/u01/mariadb-10.3.22/data/walletdb/merchant_external_info.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/merchant_external_info.ibd to
/u01/mariadb-10.3.22/data/walletdb/merchant_external_info.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/rc.frm to
/u01/mariadb-10.3.22/data/walletdb/rc.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/rc.ibd to
/u01/mariadb-10.3.22/data/walletdb/rc.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/rc_locale.frm to /u01/mariadb-
10.3.22/data/walletdb/rc_locale.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/rc_locale.ibd to /u01/mariadb-
10.3.22/data/walletdb/rc_locale.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/revision.frm to /u01/mariadb-
10.3.22/data/walletdb/revision.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/revision.ibd to /u01/mariadb-
10.3.22/data/walletdb/revision.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/role.frm to /u01/mariadb-
10.3.22/data/walletdb/role.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/role.ibd to /u01/mariadb-
10.3.22/data/walletdb/role.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/role_perms.frm to /u01/mariadb-
10.3.22/data/walletdb/role_perms.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/role_perms.ibd to /u01/mariadb-
10.3.22/data/walletdb/role_perms.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/ruleinfo.frm to /u01/mariadb-
10.3.22/data/walletdb/ruleinfo.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/ruleinfo.ibd to /u01/mariadb-
10.3.22/data/walletdb/ruleinfo.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/sysconfig.frm to /u01/mariadb-
10.3.22/data/walletdb/sysconfig.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/sysconfig.ibd to /u01/mariadb-
10.3.22/data/walletdb/sysconfig.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/syslog.frm to /u01/mariadb-
10.3.22/data/walletdb/syslog.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/syslog.ibd to /u01/mariadb-
10.3.22/data/walletdb/syslog.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal.frm to /u01/mariadb-
10.3.22/data/walletdb/terminal.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal.ibd to /u01/mariadb-
10.3.22/data/walletdb/terminal.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal_external_info.frm to
/u01/mariadb-10.3.22/data/walletdb/terminal_external_info.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal_external_info.ibd to
/u01/mariadb-10.3.22/data/walletdb/terminal_external_info.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal_profile.frm to
/u01/mariadb-10.3.22/data/walletdb/terminal_profile.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/terminal_profile.ibd to
/u01/mariadb-10.3.22/data/walletdb/terminal_profile.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/tranlog.frm to /u01/mariadb-
10.3.22/data/walletdb/tranlog.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/velocity_profiles.frm to
/u01/mariadb-10.3.22/data/walletdb/velocity_profiles.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/tranlog.ibd to /u01/mariadb-
10.3.22/data/walletdb/tranlog.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/tranlog_followups.frm to
/u01/mariadb-10.3.22/data/walletdb/tranlog_followups.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/tranlog_followups.ibd to
/u01/mariadb-10.3.22/data/walletdb/tranlog_followups.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transacc.frm to /u01/mariadb-
10.3.22/data/walletdb/transacc.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/velocity_profiles.ibd to
/u01/mariadb-10.3.22/data/walletdb/velocity_profiles.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transacc.ibd to /u01/mariadb-
10.3.22/data/walletdb/transacc.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transentry.frm to /u01/mariadb-
10.3.22/data/walletdb/transentry.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/visitor.frm to /u01/mariadb-
10.3.22/data/walletdb/visitor.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transentry.ibd to /u01/mariadb-
10.3.22/data/walletdb/transentry.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transgroup.frm to /u01/mariadb-
10.3.22/data/walletdb/transgroup.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transgroup.ibd to /u01/mariadb-
10.3.22/data/walletdb/transgroup.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transgroup_transactions.frm to
/u01/mariadb-10.3.22/data/walletdb/transgroup_transactions.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/transgroup_transactions.ibd to
/u01/mariadb-10.3.22/data/walletdb/transgroup_transactions.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/visitor.ibd to /u01/mariadb-
10.3.22/data/walletdb/visitor.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/visitor_props.frm to
/u01/mariadb-10.3.22/data/walletdb/visitor_props.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/visitor_props.ibd to
/u01/mariadb-10.3.22/data/walletdb/visitor_props.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/wallet.frm to /u01/mariadb-
10.3.22/data/walletdb/wallet.frm
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./walletdb/wallet.ibd to /u01/mariadb-
10.3.22/data/walletdb/wallet.ibd
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./aria_log.00000001 to /u01/mariadb-
10.3.22/data/aria_log.00000001
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./aria_log_control to
/u01/mariadb-10.3.22/data/aria_log_control
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./ib_buffer_pool to
/u01/mariadb-10.3.22/data/ib_buffer_pool
[01] 2021-08-09 12:24:10 ...done
[01] 2021-08-09 12:24:10 Copying ./xtrabackup_info to
/u01/mariadb-10.3.22/data/xtrabackup_info
[01] 2021-08-09 12:24:10 ...done
[00] 2021-08-09 12:24:10 completed OK!
[mysql@st02oamsql01 mariadb-10.3.22]$ su -
Password:
Last login: Mon Aug 9 12:19:38 IST 2021 on pts/0
[root@st02oamsql01 ~]# service mysql start
Starting mysql (via systemctl):
[ OK ]
[root@st02oamsql01 ~]# exit
logout
[mysql@st02oamsql01 mariadb-10.3.22]$ cd data/
[mysql@st02oamsql01 data]$ tail -199f mysqld.log
2021-08-09 12:24:23 0 [Note] InnoDB: Using Linux native AIO
2021-08-09 12:24:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
builtins
2021-08-09 12:24:23 0 [Note] InnoDB: Uses event mutexes
2021-08-09 12:24:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-09 12:24:23 0 [Note] InnoDB: Number of pools: 1
2021-08-09 12:24:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-08-09 12:24:23 0 [Note] InnoDB: Initializing buffer pool, total size =
3G, instances = 3, chunk size = 128M
2021-08-09 12:24:23 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-09 12:24:23 0 [Note] InnoDB: If the mysqld execution user is
authorized, page cleaner thread priority can be changed. See the man page of
setpriority().
2021-08-09 12:24:23 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to
50331648 bytes
2021-08-09 12:24:23 0 [Note] InnoDB: Setting log file ./ib_logfile1 size to
50331648 bytes
2021-08-09 12:24:23 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to
./ib_logfile0
2021-08-09 12:24:23 0 [Note] InnoDB: New log files created, LSN=5645089370
2021-08-09 12:24:24 0 [Note] InnoDB: 128 out of 128 rollback segments are
active.
2021-08-09 12:24:24 0 [Note] InnoDB: Creating shared tablespace for temporary
tables
2021-08-09 12:24:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2021-08-09 12:24:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-08-09 12:24:24 0 [Note] InnoDB: Waiting for purge to start
2021-08-09 12:24:24 0 [Note] InnoDB: 10.3.22 started; log sequence number
5645089804; transaction id 5804119
2021-08-09 12:24:24 0 [Note] InnoDB: Loading buffer pool(s) from
/u01/mariadb-10.3.22/data/ib_buffer_pool
2021-08-09 12:24:24 0 [Note] Plugin 'FEEDBACK' is disabled.
210809 12:24:24 server_audit: MariaDB Audit Plugin version 1.4.8 STARTED.
210809 12:24:24 server_audit: Query cache is enabled with the TABLE events.
Some table reads can be veiled.2021-08-09 12:24:24 0 [Note] Server socket
created on IP: '172.27.141.21'.
2021-08-09 12:24:24 0 [Warning] 'user' entry '[email protected]'
ignored in --skip-name-resolve mode.
2021-08-09 12:24:24 0 [Warning] 'proxies_priv' entry '@%
[email protected]' ignored in --skip-name-resolve mode.
2021-08-09 12:24:24 0 [Note] Reading of all Master_info entries succeeded
2021-08-09 12:24:24 0 [Note] Added new Master_info '' to hash table
2021-08-09 12:24:24 0 [Note] /u01/mariadb-10.3.22/bin/mysqld: ready for
connections.
Version: '10.3.22-MariaDB-log' socket:
'/u01/mariadb-10.3.22/data/mysql.sock' port: 3306 MariaDB Server
2021-08-09 12:24:25 0 [Note] InnoDB: Buffer pool(s) load completed at 210809
12:24:25
^C
[mysql@st02oamsql01 data]$ cat xtrabackup_info
uuid = f02cd133-f8d1-11eb-81d7-506b8d439ea8
name =
tool_name = mariabackup
tool_command = --compress --backup --target-dir=/u01/backup/fullbkp
tool_version = 10.3.22-MariaDB
ibbackup_version = 10.3.22-MariaDB
server_version = 10.3.22-MariaDB-log
start_time = 2021-08-09 10:53:14
end_time = 2021-08-09 10:53:34
lock_time = 0
binlog_pos = filename 'mariadb-bin.000026', position '716904983', GTID of the
last change '0-10611585-3139667'
innodb_from_lsn = 0
innodb_to_lsn = 5645089361
partial = N
incremental = N
format = file
compressed = compressed
[mysql@st02oamsql01 data]$ mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 10
Server version: 10.3.22-MariaDB-log MariaDB Server
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
MariaDB [(none)]> \q
Bye
[mysql@st02oamsql01 data]$ ls -lhrt
total 186M
drwx------ 2 mysql mysql 4.0K Aug 9 12:24 dcmsdb
drwx------ 2 mysql mysql 4.0K Aug 9 12:24 ochdb
drwx------ 2 mysql mysql 20 Aug 9 12:24 performance_schema
drwx------ 2 mysql mysql 4.0K Aug 9 12:24 walletdb
-rw-rw---- 1 mysql mysql 16K Aug 9 12:24 aria_log.00000001
-rw-rw---- 1 mysql mysql 52 Aug 9 12:24 aria_log_control
-rw-rw---- 1 mysql mysql 549 Aug 9 12:24 xtrabackup_info
-rw-rw---- 1 mysql mysql 449K Aug 9 12:24 ib_buffer_pool
-rw-rw---- 1 mysql mysql 48M Aug 9 12:24 ib_logfile1
-rw-rw---- 1 mysql mysql 330 Aug 9 12:24 server1-bin.000001
-rw-rw---- 1 mysql mysql 21 Aug 9 12:24 server1-bin.index
-rw-rw---- 1 mysql mysql 6 Aug 9 12:24 st02oamsql01.sarvatra.in.pid
srwxrwxrwx 1 mysql mysql 0 Aug 9 12:24 mysql.sock
-rw-rw---- 1 mysql mysql 0 Aug 9 12:24 multi-master.info
-rw-rw---- 1 mysql mysql 12M Aug 9 12:24 ibtmp1
-rw-rw---- 1 mysql mysql 337 Aug 9 12:26 sql_errors.log
drwx------ 2 mysql mysql 4.0K Aug 9 12:26 mysql
-rw-rw---- 1 mysql mysql 144 Aug 9 12:26 master.info
-rw-rw---- 1 mysql mysql 3.6K Aug 9 12:26 mysqld.log
-rw-rw---- 1 mysql mysql 311 Aug 9 12:26 server1-relay-bin.000001
-rw-rw---- 1 mysql mysql 54 Aug 9 12:26 server1-relay-bin.index
-rw-rw---- 1 mysql mysql 56 Aug 9 12:26 relay-log.info
-rw-rw---- 1 mysql mysql 1.2M Aug 9 12:29 server1-relay-bin.000002
-rw-rw---- 1 mysql mysql 76M Aug 9 12:29 ibdata1
-rw-rw---- 1 mysql mysql 48M Aug 9 12:29 ib_logfile0
[mysql@st02oamsql01 data]$ tail sql_errors.log l
==> sql_errors.log <==
2021-08-09 12:25:59 root[root] @ localhost [] ERROR 1229: Variable
'gtid_slave_pos' is a GLOBAL variable and should be set with SET GLOBAL : set
gtid_slave_pos=0-10611585-3139667
2021-08-09 12:26:08 root[root] @ localhost [] ERROR 1232: Incorrect argument
type to variable 'gtid_slave_pos' : set global gtid_slave_pos=0-10611585-
3139667
tail: cannot open ‘l’ for reading: No such file or directory
[mysql@st02oamsql01 data]$ tail-100f sql_errors.log
bash: tail-100f: command not found...
[mysql@st02oamsql01 data]$ tail -100f sql_errors.log
2021-08-09 12:25:59 root[root] @ localhost [] ERROR 1229: Variable
'gtid_slave_pos' is a GLOBAL variable and should be set with SET GLOBAL : set
gtid_slave_pos=0-10611585-3139667
2021-08-09 12:26:08 root[root] @ localhost [] ERROR 1232: Incorrect argument
type to variable 'gtid_slave_pos' : set global gtid_slave_pos=0-10611585-
3139667
^C
[mysql@st02oamsql01 data]$ tail -100f mysqld.log
2021-08-09 12:24:23 0 [Note] InnoDB: Using Linux native AIO
2021-08-09 12:24:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic
builtins
2021-08-09 12:24:23 0 [Note] InnoDB: Uses event mutexes
2021-08-09 12:24:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-08-09 12:24:23 0 [Note] InnoDB: Number of pools: 1
2021-08-09 12:24:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-08-09 12:24:23 0 [Note] InnoDB: Initializing buffer pool, total size =
3G, instances = 3, chunk size = 128M
2021-08-09 12:24:23 0 [Note] InnoDB: Completed initialization of buffer pool
2021-08-09 12:24:23 0 [Note] InnoDB: If the mysqld execution user is
authorized, page cleaner thread priority can be changed. See the man page of
setpriority().
2021-08-09 12:24:23 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to
50331648 bytes
2021-08-09 12:24:23 0 [Note] InnoDB: Setting log file ./ib_logfile1 size to
50331648 bytes
2021-08-09 12:24:23 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to
./ib_logfile0
2021-08-09 12:24:23 0 [Note] InnoDB: New log files created, LSN=5645089370
2021-08-09 12:24:24 0 [Note] InnoDB: 128 out of 128 rollback segments are
active.
2021-08-09 12:24:24 0 [Note] InnoDB: Creating shared tablespace for temporary
tables
2021-08-09 12:24:24 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB.
Physically writing the file full; Please wait ...
2021-08-09 12:24:24 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-08-09 12:24:24 0 [Note] InnoDB: Waiting for purge to start
2021-08-09 12:24:24 0 [Note] InnoDB: 10.3.22 started; log sequence number
5645089804; transaction id 5804119
2021-08-09 12:24:24 0 [Note] InnoDB: Loading buffer pool(s) from
/u01/mariadb-10.3.22/data/ib_buffer_pool
2021-08-09 12:24:24 0 [Note] Plugin 'FEEDBACK' is disabled.
210809 12:24:24 server_audit: MariaDB Audit Plugin version 1.4.8 STARTED.
210809 12:24:24 server_audit: Query cache is enabled with the TABLE events.
Some table reads can be veiled.2021-08-09 12:24:24 0 [Note] Server socket
created on IP: '172.27.141.21'.
2021-08-09 12:24:24 0 [Warning] 'user' entry '[email protected]'
ignored in --skip-name-resolve mode.
2021-08-09 12:24:24 0 [Warning] 'proxies_priv' entry '@%
[email protected]' ignored in --skip-name-resolve mode.
2021-08-09 12:24:24 0 [Note] Reading of all Master_info entries succeeded
2021-08-09 12:24:24 0 [Note] Added new Master_info '' to hash table
2021-08-09 12:24:24 0 [Note] /u01/mariadb-10.3.22/bin/mysqld: ready for
connections.
Version: '10.3.22-MariaDB-log' socket:
'/u01/mariadb-10.3.22/data/mysql.sock' port: 3306 MariaDB Server
2021-08-09 12:24:25 0 [Note] InnoDB: Buffer pool(s) load completed at 210809
12:24:25
2021-08-09 12:26:27 10 [Note] Master connection name: '' Master_info_file:
'master.info' Relay_info_file: 'relay-log.info'
2021-08-09 12:26:27 10 [Note] 'CHANGE MASTER TO executed'. Previous state
master_host='', master_port='3306', master_log_file='', master_log_pos='4'.
New state master_host='10.61.158.5', master_port='3306', master_log_file='',
master_log_pos='4'.
2021-08-09 12:26:27 10 [Note] Previous Using_Gtid=No. New
Using_Gtid=Slave_Pos
2021-08-09 12:26:31 11 [Note] Slave I/O thread: Start asynchronous
replication to master '[email protected]:3306' in log '' at position 4
2021-08-09 12:26:31 12 [Note] Slave SQL thread initialized, starting
replication in log 'FIRST' at position 4, relay log './server1-relay-
bin.000001' position: 4; GTID position '0-10611585-3139667'
2021-08-09 12:26:31 11 [Note] Slave I/O thread: connected to master
'[email protected]:3306',replication starts at GTID position '0-10611585-
3139667'
^C
[mysql@st02oamsql01 data]$ mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 13
Server version: 10.3.22-MariaDB-log MariaDB Server
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
MariaDB [(none)]> \q
Bye
[mysql@st02oamsql01 data]$ MEMORY=`grep -w innodb_buffer_pool_size
/etc/my.cnf | cut -d '=' -f2`
[mysql@st02oamsql01 data]$ echo $MEMORY
3072M
[mysql@st02oamsql01 data]$ cd /u01/backup
[mysql@st02oamsql01 backup]$ top
top - 15:17:31 up 3 days, 19:38, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 245 total, 2 running, 121 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.0 sy, 0.0 ni, 99.4 id, 0.0 wa, 0.0 hi,
0.0 si, 0.3 st
KiB Mem : 3764672 total, 369744 free, 2537008 used, 857920
buff/cache
KiB Swap: 8388604 total, 8387836 free, 768 used. 961740
avail Mem
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
MariaDB [(none)]> \q
Bye
[mysql@st02oamsql01 fullbkp]$ vi /etc/my.cnf
[mysql@st02oamsql01 fullbkp]$