You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been running an argilla server on v1.26.0 with a bunch of FeedbackDatasets, and are now upgrading to 2.x. Based on the migration guide, as our datasets are compatible with v2, this is a version bump on the docker-compose, and we can carry on working with them.
The issue is, that for running our existing server we're using an older version of the argilla suggested docker-compose (see below), which didn't include postgres and redis. If I'm bumping the image version in this docker-compose, it does indeed migrate seemlessly up until 2.2.0, but anything above that causes the argilla container to exit.
If, however I use the new docker-compose from here, it corrupts the volume that contains the data. After attempting to bring up the stack, it's not even possible to roll back to the previous version.
The question is: how can I migrate the persisted datasets from the legacy version (probably using sqlite) to the new version (using postgres)?
For reference, here's the "old" docker-compose we're using:
Describe the bug
We've been running an argilla server on
v1.26.0
with a bunch ofFeedbackDataset
s, and are now upgrading to2.x
. Based on the migration guide, as our datasets are compatible with v2, this is a version bump on the docker-compose, and we can carry on working with them.The issue is, that for running our existing server we're using an older version of the argilla suggested docker-compose (see below), which didn't include postgres and redis. If I'm bumping the image version in this docker-compose, it does indeed migrate seemlessly up until 2.2.0, but anything above that causes the argilla container to exit.
If, however I use the new docker-compose from here, it corrupts the volume that contains the data. After attempting to bring up the stack, it's not even possible to roll back to the previous version.
The question is: how can I migrate the persisted datasets from the legacy version (probably using sqlite) to the new version (using postgres)?
For reference, here's the "old" docker-compose we're using:
and here's the new one:
Stacktrace and code to create the bug
It's running subsequent
docker compose up
on the different configs.Expected behavior
Our data to migrate to the new postgres storage and be able to upgrade to latest version.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: