欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

xTuple中数据库的备份语句

程序员文章站 2022-06-16 19:06:31
...

//备份语句 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