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.
我可以从以前版本的 Odoo(我有 Odoo 8)克隆数据库吗?如果“是”,通过什么方法?
我尝试导出和重新导入数据,但出现错误。
pg_dump dbname > db_filename.sql尽管您不能在其他 odoo 版本中使用相同的数据库,但您可以使用数据库,因为您的数据库中有很多示意图更改在不同版本的 odoo 中是不同的。为此,您需要将数据库从一个版本迁移到另一个版本。OpenUpgrade允许从 odoo 8 迁移到 9 。
pg_dump dbname > db_filename.sql