[PR #427] [CLOSED] Backups tutorial #502

Closed
opened 2026-02-15 17:17:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/427
Author: @danielrosehill
Created: 3/2/2025
Status: Closed

Base: mainHead: backups-tutorial


📝 Commits (10+)

  • d03f9a8 Merge pull request #330 from xiaowuap/patch-1
  • 1a84ba5 New "Redis Websockets" Docs Page
  • ba94bc2 Merge pull request #335 from silentoplayz/main
  • 87632c8 New Apache Tika & Artifacts Docs Pages
  • 6bddd8f Merge pull request #336 from silentoplayz/main
  • d8daf71 Updated DockerUpdating.md page
  • fbb1cbb Update roadmap.mdx
  • 9c7b0aa Merge pull request #337 from silentoplayz/main
  • 8291a6b Fixes to SearXNG tutorial
  • 2a98527 Update web_search.md

📊 Changes

223 files changed (+34524 additions, -15788 deletions)

View changed files

.github/workflows/ci.yml (+34 -0)
📝 .github/workflows/gh-pages.yml (+2 -1)
📝 .gitignore (+3 -0)
.node-version (+1 -0)
.prettierignore (+2 -0)
.prettierrc.mjs (+15 -0)
.stylelintrc.json (+11 -0)
📝 README.md (+14 -14)
babel.config.js (+0 -3)
babel.config.mjs (+3 -0)
blog/2019-05-28-first-blog-post.md (+0 -12)
blog/2019-05-29-long-blog-post.md (+0 -44)
blog/2021-08-01-mdx-blog-post.mdx (+0 -20)
blog/2021-08-26-welcome/index.md (+0 -25)
📝 blog/2024-06-11-UI-Should-Not-Be-The-Bottleneck/docusaurus-plushie-banner.jpeg (+0 -0)
blog/2024-06-11-UI-Should-Not-Be-The-Bottleneck/index.md (+10 -0)
📝 blog/authors.yml (+5 -17)
docs/contributing.mdx (+80 -0)
docs/enterprise.mdx (+108 -0)
docs/faq.mdx (+114 -0)

...and 80 more files

📄 Description

Tutorial on a (hopefully) reasonably thorough backup plan for protecting the data on an instance


🔄 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/open-webui/docs/pull/427 **Author:** [@danielrosehill](https://github.com/danielrosehill) **Created:** 3/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `backups-tutorial` --- ### 📝 Commits (10+) - [`d03f9a8`](https://github.com/open-webui/docs/commit/d03f9a810b83d04530c787616617a6caf40116b3) Merge pull request #330 from xiaowuap/patch-1 - [`1a84ba5`](https://github.com/open-webui/docs/commit/1a84ba5b46c8d00b42846f018375c691632824cc) New "Redis Websockets" Docs Page - [`ba94bc2`](https://github.com/open-webui/docs/commit/ba94bc2de5a013619e92810c202b442fe780d65b) Merge pull request #335 from silentoplayz/main - [`87632c8`](https://github.com/open-webui/docs/commit/87632c8e59752c8a259990e74315e7ce3ab5abf5) New Apache Tika & Artifacts Docs Pages - [`6bddd8f`](https://github.com/open-webui/docs/commit/6bddd8f8fd43ce972234d8fb8e9db969b5c3a9ed) Merge pull request #336 from silentoplayz/main - [`d8daf71`](https://github.com/open-webui/docs/commit/d8daf71c9d19e55b85907f898c1fcd6392b8f6e5) Updated DockerUpdating.md page - [`fbb1cbb`](https://github.com/open-webui/docs/commit/fbb1cbb584a5668827a014f322047d99c243ba4c) Update roadmap.mdx - [`9c7b0aa`](https://github.com/open-webui/docs/commit/9c7b0aa1d5cc1dce12c73c59ff6d38b68903645d) Merge pull request #337 from silentoplayz/main - [`8291a6b`](https://github.com/open-webui/docs/commit/8291a6bca8a89e85dfa8565213bede13d27ba9ce) Fixes to SearXNG tutorial - [`2a98527`](https://github.com/open-webui/docs/commit/2a9852710e3281dd7607035a10c31c92a88def03) Update web_search.md ### 📊 Changes **223 files changed** (+34524 additions, -15788 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+34 -0) 📝 `.github/workflows/gh-pages.yml` (+2 -1) 📝 `.gitignore` (+3 -0) ➕ `.node-version` (+1 -0) ➕ `.prettierignore` (+2 -0) ➕ `.prettierrc.mjs` (+15 -0) ➕ `.stylelintrc.json` (+11 -0) 📝 `README.md` (+14 -14) ➖ `babel.config.js` (+0 -3) ➕ `babel.config.mjs` (+3 -0) ➖ `blog/2019-05-28-first-blog-post.md` (+0 -12) ➖ `blog/2019-05-29-long-blog-post.md` (+0 -44) ➖ `blog/2021-08-01-mdx-blog-post.mdx` (+0 -20) ➖ `blog/2021-08-26-welcome/index.md` (+0 -25) 📝 `blog/2024-06-11-UI-Should-Not-Be-The-Bottleneck/docusaurus-plushie-banner.jpeg` (+0 -0) ➕ `blog/2024-06-11-UI-Should-Not-Be-The-Bottleneck/index.md` (+10 -0) 📝 `blog/authors.yml` (+5 -17) ➕ `docs/contributing.mdx` (+80 -0) ➕ `docs/enterprise.mdx` (+108 -0) ➕ `docs/faq.mdx` (+114 -0) _...and 80 more files_ </details> ### 📄 Description Tutorial on a (hopefully) reasonably thorough backup plan for protecting the data on an instance --- <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-15 17:17:20 -05:00
yindo closed this issue 2026-02-15 17:17:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#502