備份命令(英文版)
[pgsql@ 192.168.0.12 /opt/pgsql/pgsql/bin]$./pg_dumpall --help
pg_dumpall extracts a PostgreSQL database cluster into an SQL script file.
Usage:
pg_dumpall [OPTION]...
General options:
-f, --file=FILENAME output file name
-v, --verbose verbose mode
-V, --version output version information, then exit
--lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock
-?, --help show this help, then exit
Options controlling the output content:
-a, --data-only dump only the data, not the schema
-c, --clean clean (drop) databases before recreating
-g, --globals-only dump only global objects, no databases
-o, --oids include OIDs in dump
-O, --no-owner skip restoration of object ownership
-r, --roles-only dump only roles, no databases or tablespaces
-s, --schema-only dump only the schema, no data
-S, --superuser=NAME superuser user name to use in the dump
-t, --tablespaces-only dump only tablespaces, no databases or roles
-x, --no-privileges do not dump privileges (grant/revoke)
--binary-upgrade for use by upgrade utilities only
--column-inserts dump data as INSERT commands with column names
--disable-dollar-quoting disable dollar quoting, use SQL standard quoting
--disable-triggers disable triggers during data-only restore
--if-exists use IF EXISTS when dropping objects
--inserts dump data as INSERT commands, rather than COPY
--no-publications do not dump publications
--no-role-passwords do not dump passwords for roles
--no-security-labels do not dump security label assignments
--no-subscriptions do not dump subscriptions
--no-sync do not wait for changes to be written safely to disk
--no-tablespaces do not dump tablespace assignments
--no-unlogged-table-data do not dump unlogged table data
--quote-all-identifiers quote all identifiers, even if not key words
--use-set-session-authorization
use SET SESSION AUTHORIZATION commands instead of
ALTER OWNER commands to set ownership
Connection options:
-d, --dbname=CONNSTR connect using connection string
-h, --host=HOSTNAME database server host or socket directory
-l, --database=DBNAME alternative default database
-p, --port=PORT database server port number
-U, --username=NAME connect as specified database user
-w, --no-password never prompt for password
-W, --password force password prompt (should happen automatically)
--role=ROLENAME do SET ROLE before dump
If -f/--file is not used, then the SQL script will be written to the standard
output.
Report bugs to pgsql-bugs@postgresql.org.
備份命令(中文版)
pg_dump 把一個數(shù)據(jù)庫轉(zhuǎn)儲為純文本文件或者是其它格式.
用法:
pg_dump [選項]... [數(shù)據(jù)庫名字]
一般選項:
-f, --file=FILENAME 輸出文件或目錄名
-F, --format=c|d|t|p 輸出文件格式 (定制, 目錄, tar)
明文 (默認(rèn)值))
-j, --jobs=NUM 執(zhí)行多個并行任務(wù)進行備份轉(zhuǎn)儲工作
-v, --verbose 詳細模式
-V, --version 輸出版本信息,然后退出
-Z, --compress=0-9 被壓縮格式的壓縮級別
--lock-wait-timeout=TIMEOUT 在等待表鎖超時后操作失敗
-?, --help 顯示此幫助, 然后退出
控制輸出內(nèi)容選項:
-a, --data-only 只轉(zhuǎn)儲數(shù)據(jù),不包括模式
-b, --blobs 在轉(zhuǎn)儲中包括大對象
-c, --clean 在重新創(chuàng)建之前腔长,先清除(刪除)數(shù)據(jù)庫對象
-C, --create 在轉(zhuǎn)儲中包括命令,以便創(chuàng)建數(shù)據(jù)庫
-E, --encoding=ENCODING 轉(zhuǎn)儲以ENCODING形式編碼的數(shù)據(jù)
-n, --schema=SCHEMA 只轉(zhuǎn)儲指定名稱的模式
-N, --exclude-schema=SCHEMA 不轉(zhuǎn)儲已命名的模式
-o, --oids 在轉(zhuǎn)儲中包括 OID
-O, --no-owner 在明文格式中, 忽略恢復(fù)對象所屬者
-s, --schema-only 只轉(zhuǎn)儲模式, 不包括數(shù)據(jù)
-S, --superuser=NAME 在明文格式中使用指定的超級用戶名
-t, --table=TABLE 只轉(zhuǎn)儲指定名稱的表
-T, --exclude-table=TABLE 不轉(zhuǎn)儲指定名稱的表
-x, --no-privileges 不要轉(zhuǎn)儲權(quán)限 (grant/revoke)
--binary-upgrade 只能由升級工具使用
--column-inserts 以帶有列名的INSERT命令形式轉(zhuǎn)儲數(shù)據(jù)
--disable-dollar-quoting 取消美元 (符號) 引號, 使用 SQL 標(biāo)準(zhǔn)引號
--disable-triggers 在只恢復(fù)數(shù)據(jù)的過程中禁用觸發(fā)器
--enable-row-security 啟用行安全性(只轉(zhuǎn)儲用戶能夠訪問的內(nèi)容)
--exclude-table-data=TABLE 不轉(zhuǎn)儲指定名稱的表中的數(shù)據(jù)
--if-exists 當(dāng)刪除對象時使用IF EXISTS
--inserts 以INSERT命令悉抵,而不是COPY命令的形式轉(zhuǎn)儲數(shù)據(jù)
--no-security-labels 不轉(zhuǎn)儲安全標(biāo)簽的分配
--no-synchronized-snapshots 在并行工作集中不使用同步快照
--no-tablespaces 不轉(zhuǎn)儲表空間分配信息
--no-unlogged-table-data 不轉(zhuǎn)儲沒有日志的表數(shù)據(jù)
--quote-all-identifiers 所有標(biāo)識符加引號盏筐,即使不是關(guān)鍵字
--section=SECTION 備份命名的節(jié) (數(shù)據(jù)前, 數(shù)據(jù), 及 數(shù)據(jù)后)
--serializable-deferrable 等到備份可以無異常運行
--snapshot=SNAPSHOT 為轉(zhuǎn)儲使用給定的快照
--strict-names 要求每個表和/或schema包括模式以匹配至少一個實體
--use-set-session-authorization
使用 SESSION AUTHORIZATION 命令代替
ALTER OWNER 命令來設(shè)置所有權(quán)
聯(lián)接選項:
-d, --dbname=DBNAME 對數(shù)據(jù)庫 DBNAME備份
-h, --host=主機名 數(shù)據(jù)庫服務(wù)器的主機名或套接字目錄
-p, --port=端口號 數(shù)據(jù)庫服務(wù)器的端口號
-U, --username=名字 以指定的數(shù)據(jù)庫用戶聯(lián)接
-w, --no-password 永遠不提示輸入口令
-W, --password 強制口令提示 (自動)
--role=ROLENAME 在轉(zhuǎn)儲前運行SET ROLE
如果沒有提供數(shù)據(jù)庫名字, 那么使用 PGDATABASE 環(huán)境變量
的數(shù)值.
報告錯誤至 pgsql-bugs@postgresql.org.
su - pgsql
# 備份單個庫
pg_dump -U postgres -d myDBname -f dump.sql
# 備份所有的庫
pg_dumpall –h 127.0.0.1 –p 5432 -U postgres –c -C –f db_bak.sql
還原數(shù)據(jù)庫
createdb newDBname
psql -d newDBname -U postgres -f dump.sql