【发布时间】:2019-01-01 07:03:18
【问题描述】:
我正在使用 Postgresql 9.5.10 开发车辆跟踪应用程序并将每日备份作为 pg_dump 自定义格式。但是在恢复时它会显示。
$ pg_restore -h localhost -d dbname -U user -a tracking_data.sql
pg_restore: [compress_io] could not uncompress data: (null)
【问题讨论】:
-
在我看来,这个错误听起来像是在等待更多数据时到达文件末尾。
标签: postgresql gis