摘要:
场景描述: 异常1: postgres@f644d67d23c6:~$ psql psql: FATAL: database "postgres" does not exist 解决方式:Navicat连接数据库,执行: CREATE USER postgres SUPERUSER; 异常2: 执行 阅读全文
摘要:
场景描述: odoo安装模块异常,提示数据库违反唯一约束: psycopg2.IntegrityError:duplicate key value violates unique constraint "product_category_pkey" DETAIL Key(id)=(19) alrea 阅读全文