[PR #587] [MERGED] Add data directory excluding sessions to dump (#586) #15471

Closed
opened 2025-11-02 11:47:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/587
Author: @mkuhlmann
Created: 1/5/2017
Status: Merged
Merged: 1/12/2017
Merged by: @lunny

Base: masterHead: dump-with-data


📝 Commits (1)

  • b436c0f Add data directory excluding sessions to dump

📊 Changes

1 file changed (+53 additions, -0 deletions)

View changed files

📝 cmd/dump.go (+53 -0)

📄 Description

This includes the data directory inside a gitea dump. Sessions are excluded if the session provider is set to file and the session directory is a child of the data directory.

Closes #586


🔄 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/go-gitea/gitea/pull/587 **Author:** [@mkuhlmann](https://github.com/mkuhlmann) **Created:** 1/5/2017 **Status:** ✅ Merged **Merged:** 1/12/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `dump-with-data` --- ### 📝 Commits (1) - [`b436c0f`](https://github.com/go-gitea/gitea/commit/b436c0f3407aa7056d4858be1ad01dc3753bf37b) Add data directory excluding sessions to dump ### 📊 Changes **1 file changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/dump.go` (+53 -0) </details> ### 📄 Description This includes the data directory inside a gitea dump. Sessions are excluded if the session provider is set to file and the session directory is a child of the data directory. Closes #586 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:47:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15471