Files
nexus/wiki/concepts/逻辑备份.md
2026-04-14 16:02:50 +08:00

610 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
逻辑备份 concept
backup
database
postgres
minio-zipline-zi-cheng-guan-tu-chuang-ying-yong-an-zhuang-jiao-cheng.md
2026-04-14

Definition

逻辑备份是通过数据库工具导出数据为SQL语句或纯文本格式区别于直接复制数据文件的物理备份。

Key Attributes

  • 工具pg_dumpPostgreSQL
  • 格式SQL文件或压缩格式
  • 优点:跨版本兼容,迁移能力强
  • Zipline其PostgreSQL数据库需要逻辑备份

Connections