作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
帮助!突然间,我在尝试从转储中恢复本地数据库时遇到此错误:
$ pg_restore --no-acl --no-owner --dbname my_db tmp/latest.dump
pg_restore: [archiver (db)] Error while INITIALIZING:
pg_restore: [archiver (db)] could not execute query: ERROR: unrecognized configuration parameter "idle_in_transaction_session_timeout"
Command was: SET idle_in_transaction_session_timeout = 0;
在本地,我正在运行 postgresql 9.6.3。转储来自运行 9.4 的服务器。自此命令停止工作以来,我的机器没有已知的配置更改。
我知道 idle_in_transaction_session_timeout
是在 9.6 中引入的,但我应该仍然能够加载 9.4 生成的转储。那么是什么给了?
最佳答案
问题是您使用了 PostgreSQL 9.6 中的 pg_dump
来创建 9.4 数据库的转储。
如果要创建可以加载到 9.4 数据库中的转储,请使用 PostgreSQL 9.4 中的 pg_dump
。
关于postgresql - pg_restore 加载转储失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44770798/
我正在为我的应用程序使用 Tank-Auth。我唯一的问题是激活和重置帐户密码。 用于登录、注册、注销;我对这些代码没有问题; $route['login'] = "/auth/login"; $ro
我是一名优秀的程序员,十分优秀!