Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 pg_restore 从自定义格式恢复数据库时访问,特别是插入数据库。如果是,那么我是否应该关心在 pg_restore 运行时防止客户端访问数据库,或者恢复操作是“事务性的”,以便在它结束后客户端自启动以来所做的所有更改都将丢失?
如果您想在 期间将并发会话保持在数据库之外pg_restore,则必须使用pg_hba.conf条目来阻止它们。
pg_restore
pg_hba.conf
无法防止并发会话在pg_restore运行时插入或以其他方式修改数据。