LL

导航

postgresql 备份与恢复

备份

C:\PostgreSQL\11\bin>pg_dump -h localhost -p 5432 -U postgres Mes > d:/1.bak

恢复

C:\PostgreSQL\11\bin>psql -h localhost -p 5433 -U postgres -d Mes < d:/1.bak

posted on 2020-10-21 10:47  LLeon  阅读(127)  评论(0)    收藏  举报