Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export and import image from running docker image - Not work #32630

Closed
BasilioPV opened this issue Nov 24, 2024 · 2 comments
Closed

Export and import image from running docker image - Not work #32630

BasilioPV opened this issue Nov 24, 2024 · 2 comments
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail

Comments

@BasilioPV
Copy link

Description

I want to backup the entire runnig image of my gitea repository. After export the running image and import them into a new gitea docker, the configuration initial page is shown. It's not possible to recreate the configured image on gitea?

Gitea Version

1.22.3

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Docker image. managed with portainer.

Database

SQLite

@wxiaoguang
Copy link
Contributor

Docker isn't designed to work that way.

For all docker containers (not only Gitea), you should copy the data volumes, but not the running image.

Check your docker volume setting and volume mapping, copy the data to your new server.

@wxiaoguang wxiaoguang added issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail and removed type/bug labels Nov 24, 2024
@BasilioPV
Copy link
Author

Ok, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail
Projects
None yet
Development

No branches or pull requests

2 participants