Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
This article describes how to prepare a Linux operating system for backing up an Oracle database environment.
This article describes how to change the Oracle database mode.
This article describes how to change the temporary folder used for database backup dumps.











export ORACLE_SID=<database_ID>export ORACLE_HOME=database_directoryexport PATH=$ORACLE_HOME/bin:$PATHecho 'connect target /; quit' | rmanecho 'SELECT INSTANCE_NAME FROM V$INSTANCE;' | sqlplus / as sysdbasqlplus / as sysdbaSELECT LOG_MODE FROM v$database;SHUTDOWN IMMEDIATE;
STARTUP MOUNT;
ALTER DATABASE ARCHIVELOG;
ALTER DATABASE OPEN;
QUIT;SELECT LOG_MODE FROM v$database;In this article you will learn how to configure image-level backup using Xopero ONE Management Service.
This article explains how to restore an Oracle database from a backup.
This article provides information about file-level backup in Xopero ONE.
This article explains how to restore a Microsoft SQL database from a backup.

/opt/XoperoONEBackupAgent/Xopero.Device.App --oracle-restore database_ID backupuser /home/backupuser/oracle/oracle_database_dump truepsql dbname < dumpfile.sql

















This article explains how to use backup scripts to create a MySQL database dump and include it in a backup plan.
This article describes how to configure the Oracle database environment in Xopero ONE.
This article explains how to configure the PostgreSQL database environment in Xopero ONE.











copy_type server_name "output_dir" database1 database2 ... databaseN
sudo useradd dbusersudo usermod -a -G dba dbuserdatabase output_dir "pg_dump_dir" port_number
Restore the entire system from an image-level backup copy.









database2







database_user






full_diff WINSRV-2019\SQLEXPRESS "C:\MsSQLDumps" database1 database2ORACLE_SID;dbuser;temp_directorydatabase output_dir mysqldump_dir portdatabase output_dir port









--all C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"database1 database2 C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"













mysql -h SERVER_ADDRESS -u USER -pUSE DATABASE_NAMECREATE DATABASE DATABASE_NAMESOURCE PATH_TO_FILE






















