pullopen / pullopen.github.io

技术小白建站指南
https://pullopen.github.io/
8 stars 1 forks source link

将Mastodon站点从非Docker迁移至Docker:兼谈其他平台迁移 - 技术小白搭建Mastodon站点指南 #6

Open pullopen opened 3 years ago

pullopen commented 3 years ago

https://pullopen.github.io/%E7%AB%99%E7%82%B9%E7%BB%B4%E6%8A%A4/2020/10/21/migrate-Mastodon-to-Docker.html

BedrockDigger commented 3 years ago

好耶!

wps132230 commented 2 years ago

感谢大佬!按照教程成功迁移到docker了! 整个过程中遇到两个小问题,不知道是不是个例:

  1. 在 “3. 复制数据库” 中 docker ps | grep mastodon_db | awk '{print $1}' 返回为空,需要先 docker-compose up -d db 起一个db的container。
  2. 在 “7. 赋权” 中,chown -R 70:70 ./postgres 在 v3.5.0 之后应该为 chown -R 70:70 ./postgres14