Toyhouse Migration

From PKC
Jump to navigation Jump to search

Migration toyhouse.wiki

Installation Inspection

Outline Planning

  1. Export all docker container from source server using docker command
  2. Transfer all file to another server
  3. Re-Create the docker-run command
  4. Bring docker container up
  5. Solve all issues

Below are the process of above plan, and all of the issues, and how to solve them.

Exporting all the containers

Mariadb Container

Mediawiki Container

Matomo Container

Once the container is up, found authorization problem that we need to enable access for user id 1000 on matomo volume, below is the command to perform that action.

sudo useradd -u 1000 mtm_user

Execution

References