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
A management command (python manage.py backup) that exports all PostgreSQL data and Qdrant vectors to a tar archive, and a corresponding restore command.
We could also add this later on in the admin panel on the general 'System information' page.
A management command (
python manage.py backup) that exports all PostgreSQL data and Qdrant vectors to a tar archive, and a correspondingrestorecommand.We could also add this later on in the admin panel on the general 'System information' page.