Hi
I have a native Seafile Server running on Ubuntu 16.04.
I would like to move this into a fresh Docker Installation.
I am using this as a guideline.
My steps were:
- From native Server Installation:
- Export Databases
- Copy Data Directory
- in Docker Server
- Start up an initial docker image
- Import / overwrite existing databases with the data from native server
- Overwrite the seafile-data folder contents in the docker installation with the data from the server (the folder that contains the commits, storage, tmpfiles folders)
- Build the Docker Server again
- Stop and remove initial Docker server
- Build it again.
This does not seem to be the way what else would I need to overwrite.
Or is there a problem with the mysql data import/overwrite?
Has anyone done this before already?
Greetings, Chris
