如何复现行为
首先,我在没有配置DATABASE_URL的情况下运行doccano init
。当我像这样在postgres上创建一个数据库时:
echo $DATABASE_URL
postgres://postgres:postgres@192.168.1.89:5432/Doccano?sslmode=disable
pgcli 'postgres://postgres:postgres@192.168.1.89:5432/Doccano?sslmode=disable'
Server: PostgreSQL 14.6 (Ubuntu 14.6-1.pgdg20.04+1)
Version: 3.5.0
Home: http://pgcli.com
postgres@192:Doccano>
我应该如何从sqlite迁移到postgres?
我删除了~/doccano/db.sqlite3并重新运行doccano init
,但它不起作用。
你的环境
- 操作系统:ubuntu
- 使用的Python版本:3.11.0
- 安装doccano的日期:20230213
- 如何安装doccano(Heroku按钮等):pip
1条答案
按热度按时间qqrboqgw1#
env: