Heim  >  Artikel  >  Datenbank  >  xTuple中数据库的备份语句

xTuple中数据库的备份语句

WBOY
WBOYOriginal
2016-06-07 15:22:361112Durchsuche

//备份语句 C:\Documents and Settings\Administratorpg_dump -U admin -h 192.168.1.3 -p 5432 demoxtuple_demo_backup //恢复语句 C:\Documents and Settings\Administratorpsql -U admin -h localhost -p 5433 demoxtuple_demo_backup

//备份语句
C:\Documents and Settings\Administrator>pg_dump -U admin -h 192.168.1.3 -p 5432 demo>xtuple_demo_backup
//恢复语句
C:\Documents and Settings\Administrator>psql -U admin -h localhost -p 5433 demo<xtuple_demo_backup

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:批量rebuild索引Nächster Artikel:3.启停redis服务