Skip to content

Migrate action history when migrating between Gitea instances #34717

Open
@NevetsCJ

Description

@NevetsCJ

Feature Description

When using the migration tool to migrate a repo from an old Gitea instance to new one, the relevant data from the action table does not get migrated. This caused a headache for me, as I really like having my metrics.

To transfer the action history for users, I had to manually export the relevant data from the action table from the old Gitea instance, then update the id, user_id, act_user_id and repo_id columns, and insert it to the new Gitea instance.

This works, but it would be nice if this could be done during migration.

Thank you for the work on this project! :)

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic/repo-migrationMigrate repos from other platforms to Gitea, or from Gitea to themtype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions