HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
16.94k stars 2.1k forks source link

Easily move databases #5872

Open yanwenjie1 opened 3 weeks ago

yanwenjie1 commented 3 weeks ago

I used to use the local SQLite3 database (start command label studio start - p 8081) before, but now I want to switch to the local PGSQL database (start command label studio - db postgreSQL - p 8081), or switch from PGSQL to SQLite3. But I found that the data is not interconnected. Is there a convenient command to synchronize user information and annotation data with each other.Thanks.