Migrating from docker build to docker hub premade image on another server #14479
Closed
Albirew
started this conversation in
Show and tell
Replies: 1 comment
-
working fin after migration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's my situation:
I'd like to migrate my misskey instance to another server.
By looking on the web, i saw a docker hub image existed (misskey/misskey:latest found here)
I was wondering if, when migrating, i could use the docker hub image instead of having to rebuild everything at each release.
I'm sure it's possible, i mean, it's just 1 line to change on docker-compose.yml (replace build line with image)
so i tried:
and am now waiting for the megafolder ./files (seriously, why 1214564 files of 300+Gb in ./files for a single user instance where "drive" only have 50 files with total of 10mb used?) to finish the transfer between servers and start it.
Beta Was this translation helpful? Give feedback.
All reactions