[GH-ISSUE #643] [ISSUE]: Migration and Backup Issue #364

Closed
opened 2026-02-22 18:19:08 -05:00 by yindo · 1 comment
Owner

Originally created by @sumitsodhi88 on GitHub (Jan 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/643

What would you like to see?

I am running Anything LLM in one of the systems in my organisation. Now I want to scale it up and shift to another system. Is there any migration script for taking all the user data and settings to the newer system. Also if the system crashes with much of the data get corrupted, what happens in that case? Is there any provision for backup?

Originally created by @sumitsodhi88 on GitHub (Jan 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/643 ### What would you like to see? I am running Anything LLM in one of the systems in my organisation. Now I want to scale it up and shift to another system. Is there any migration script for taking all the user data and settings to the newer system. Also if the system crashes with much of the data get corrupted, what happens in that case? Is there any provision for backup?
yindo added the question label 2026-02-22 18:19:08 -05:00
yindo closed this issue 2026-02-22 18:19:08 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jan 23, 2024):

If you are running AnythingLLM in docker, you should be binding storage to a folder on the host machine as described in the Recommend way to run dockerized AnythingLLM

If that is the case, you can make a cron script to just zip that file and store it however you would like. It does not automatically back itself up.

If you ever were to delete and unzip an old backup to the same storage location AnythingLLM would basically be "rolled" back to the state at which the snapshot was taken since everything is in the external storage.

@timothycarambat commented on GitHub (Jan 23, 2024): If you are running AnythingLLM in docker, you should be binding storage to a folder on the host machine as described in the [Recommend way to run dockerized AnythingLLM](https://github.com/Mintplex-Labs/anything-llm/blob/master/docker/HOW_TO_USE_DOCKER.md#recommend-way-to-run-dockerized-anythingllm) If that is the case, you can make a cron script to just zip that file and store it however you would like. It does not automatically back itself up. If you ever were to delete and unzip an old backup to the same storage location AnythingLLM would basically be "rolled" back to the state at which the snapshot was taken since everything is in the external storage.
yindo changed title from [ISSUE]: Migration and Backup Issue to [GH-ISSUE #643] [ISSUE]: Migration and Backup Issue 2026-06-05 14:34:55 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#364