[PR #146] [MERGED] Enabled importing and exporting of entire AnythingLLM instance data #3211

Closed
opened 2026-02-22 18:33:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/146
Author: @timothycarambat
Created: 7/14/2023
Status: Merged
Merged: 7/14/2023
Merged by: @timothycarambat

Base: masterHead: 145-data-import-export


📝 Commits (4)

  • 4d80d2a WIP on imports
  • 89d206d undo nodismiss for testing
  • c0e85c2 remove old keys modal screen
  • 41667a8 return default setting modal to keys

📊 Changes

13 files changed (+803 additions, -304 deletions)

View changed files

frontend/src/components/Modals/Keys.jsx (+0 -289)
frontend/src/components/Modals/Settings/ExportImport/index.jsx (+214 -0)
📝 frontend/src/components/Modals/Settings/index.jsx (+10 -1)
📝 frontend/src/components/Sidebar/index.jsx (+2 -3)
📝 frontend/src/models/system.js (+25 -0)
📝 frontend/src/utils/paths.js (+5 -0)
📝 server/.gitignore (+2 -0)
📝 server/endpoints/system.js (+36 -0)
📝 server/index.js (+6 -0)
📝 server/package.json (+4 -1)
server/utils/files/data.js (+197 -0)
📝 server/utils/files/multer.js (+22 -0)
📝 server/yarn.lock (+280 -10)

📄 Description

resolves #145
resolves #143


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/146 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/14/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `145-data-import-export` --- ### 📝 Commits (4) - [`4d80d2a`](https://github.com/Mintplex-Labs/anything-llm/commit/4d80d2a900f0c1033aa7374c3fa184d4558cd97f) WIP on imports - [`89d206d`](https://github.com/Mintplex-Labs/anything-llm/commit/89d206db98eda4409527548d23d3b2d5df80e435) undo nodismiss for testing - [`c0e85c2`](https://github.com/Mintplex-Labs/anything-llm/commit/c0e85c2bce7a8db1399b5693ce5701ba2a708cc4) remove old keys modal screen - [`41667a8`](https://github.com/Mintplex-Labs/anything-llm/commit/41667a8e9436de04e7ee2107d0ceb16edd3bc335) return default setting modal to keys ### 📊 Changes **13 files changed** (+803 additions, -304 deletions) <details> <summary>View changed files</summary> ➖ `frontend/src/components/Modals/Keys.jsx` (+0 -289) ➕ `frontend/src/components/Modals/Settings/ExportImport/index.jsx` (+214 -0) 📝 `frontend/src/components/Modals/Settings/index.jsx` (+10 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+2 -3) 📝 `frontend/src/models/system.js` (+25 -0) 📝 `frontend/src/utils/paths.js` (+5 -0) 📝 `server/.gitignore` (+2 -0) 📝 `server/endpoints/system.js` (+36 -0) 📝 `server/index.js` (+6 -0) 📝 `server/package.json` (+4 -1) ➕ `server/utils/files/data.js` (+197 -0) 📝 `server/utils/files/multer.js` (+22 -0) 📝 `server/yarn.lock` (+280 -10) </details> ### 📄 Description resolves #145 resolves #143 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:17 -05:00
yindo closed this issue 2026-02-22 18:33:17 -05: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#3211