[PR #532] [MERGED] Added gogs migration script #15436

Closed
opened 2025-11-02 11:46:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/532
Author: @Bwko
Created: 12/29/2016
Status: Merged
Merged: 1/25/2017
Merged by: @lunny

Base: masterHead: migration_script


📝 Commits (1)

  • ea3ee63 Added gogs migration script

📊 Changes

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

View changed files

scripts/migrate/gogs_migrate.sh (+206 -0)

📄 Description

This script needs testing on multiple platforms

Usage:

  • Copy gogs_migrate.sh to your gogs directory
  • Run as your gogs user
  • Answer the questions
  • Done!

Optional parameters:

gogs_migrate.sh [-b Gitea binary] [-i Gitea install dir] [-o gogs binary] [-h help]

Tested on:

  • arch linux 64bit

Needs testing on

  • MacOS
  • arm Vx
  • mips
  • bsd with arm

🔄 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/532 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 12/29/2016 **Status:** ✅ Merged **Merged:** 1/25/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `migration_script` --- ### 📝 Commits (1) - [`ea3ee63`](https://github.com/go-gitea/gitea/commit/ea3ee63b99f6d29493e32bf0e00b8bb914393630) Added gogs migration script ### 📊 Changes **1 file changed** (+206 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/migrate/gogs_migrate.sh` (+206 -0) </details> ### 📄 Description ## This script needs testing on multiple platforms Usage: - Copy gogs_migrate.sh to your gogs directory - Run as your gogs user - Answer the questions - Done! Optional parameters: ` gogs_migrate.sh [-b Gitea binary] [-i Gitea install dir] [-o gogs binary] [-h help]` Tested on: - [x] arch linux 64bit Needs testing on - [ ] MacOS - [ ] arm Vx - [ ] mips - [ ] bsd with arm --- <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:46:29 -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#15436