gs_restore -h host_name -p port_number -d postgres -n sch1 -n sch2 backup/MPPDB_backup.tar 在上面这个例子中,sch1和sch2会被导入。 -O, --no-owner 不输出设置对象的归属这样的命令,以匹配原始数据库。默认情况下,gs_restore会发出ALTER OWNER或SET SESSION AUTHORIZATION语句设置所创建的模式元素的...
gs_restore用来导入由gs_dump生成的导出文件。 示例1:执行gs_restore,将导出的MPPDB_backup.dmp文件(自定义归档格式)导入到postgres数据库。 gs_restore-WBigdata@123backup/MPPDB_backup.dmp-p15400-dpostgresrestoreoperationsuccessfultotaltime:13053ms 示例2:执行gs_restore,将导出的MPPDB_backup.tar文件(tar格式...
gs_restore backup/MPPDB_backup.dmp -p8000-d backupdb -e -c -nPUBLICgs_restore:[archiver (db)]ErrorwhilePROCESSING TOC:gs_restore:[archiver (db)]ErrorfromTOC entry313;1259337399TABLE table1 gaussdbags_restore:[archiver (db)] couldnotexecute query:ERROR: cannot drop table table1 because othe...
gs_restore backup/MPPDB_backup.dmp -p 8000 -d backupdbPassword:gs_restore[2017-07-21 19:16:26]:restore operation successfulgs_restore: total time:13053ms 示例二:执行gs_restore,导入指定MPPDB_backup.tar文件(tar归档格式)中postgres数据库的数据和对象定义。 gs_restore backup/MPPDB_backup.tar -p...
gs_restore是openGauss提供的针对gs_dump导出数据的导入工具。通过此工具可由gs_dump生成的导出文件进行导入。 二、工具 1、特点 gs_restore是openGauss提供的针对gs_dump导出数据的导入工具。通过此工具可将由gs_dump生成的导出文件进行导入。 gs_restore工具由操作系统用户omm执行。
gs_restore是openGauss提供的针对gs_dump导出数据的导入工具。通过此工具可由gs_dump生成的导出文件进行导入。 gs_restore工具由操作系统用户omm执行。 主要功能包含: 导入到数据库 如果连接参数中指定了数据库,则数据将被导入到指定的数据库中。其中,并行导入必须指定连接的密码。导入时生成列会自动更新,并像普通列一...
示例一:执行gs_restore,导入指定MPPDB_backup.dmp文件(自定义归档格式)中postgres数据库的数据和对象定义。 gs_restore backup/MPPDB_backup.dmp-p8000-d backupdb Password:gs_restore[2017-07-2119:16:26]:restore operation successful gs_restore:total time:13053ms ...
导入备份数据:使用gs_restore将备份数据导入到空数据库中。 bash gs_restore -U username -d new_dbname -1 /path/to/backup.sql 其中,-U指定用户名,-d指定目标数据库名,-1表示从SQL文件中恢复。 3. 注意事项和常见问题解决方案 备份前检查:在进行备份操作前,确保数据库状态正常,无异常锁或长时间运行的事...
gs_restore是openGauss提供的用于导入由gs_dump导出的数据的工具。 2.2.1 恢复数据库 将归档文件导入到指定数据库: 将tar归档文件导入到指定数据库: 2.2.2 只恢复表定义或表数据 只恢复表定义: 只恢复表数据: 三、物理备份与恢复 openGauss的物理备份工具主要包括gs_basebackup和gs_probackup。
示例一:执行gs_restore,导入指定MPPDB_backup.dmp文件(自定义归档格式)中postgres数据库的数据和对象定义。 gs_restore backup/MPPDB_backup.dmp-p 8000-d backupdbPassword:gs_restore[2017-07-21 19:16:26]:restore operation successfulgs_restore:total time:13053 ms ...