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.
更新我的 dgraph 安装后,我在日志中看到“Manifest has unsupported version: 4 (we support 7)”。我应该怎么办?谢谢。
最有可能的是,您尝试运行的Dgraph版本使用比您当前尝试初始化的版本更新的Badger(底层键值存储)版本。
从 1.1 版开始,Dgraph 缺少自我升级数据存储机制,因此您需要按照此处记录的方式导出和导入所有数据。