瀏覽代碼

try github alerts

Christian Winther 1 年之前
父節點
當前提交
e858a453be
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docker/migration.md

+ 6 - 0
docker/migration.md

@@ -71,6 +71,9 @@ In *particular* the following sections
 
 
 #### 2. Stop all running containers
 #### 2. Stop all running containers
 
 
+> [!CAUTION]
+> This will take your Pixelfed instance offline
+
 Stop *all* running containers (web, worker, redis, db)
 Stop *all* running containers (web, worker, redis, db)
 
 
 ```shell
 ```shell
@@ -135,6 +138,9 @@ $ ls redis-data/new
 
 
 #### 6. Copy the data
 #### 6. Copy the data
 
 
+> [!WARNING]
+> This is where we potentially will double your disk usage (temporarily)
+
 Now we will copy the data from the old volumes, to the new ones.
 Now we will copy the data from the old volumes, to the new ones.
 
 
 The migration container has [`rsync`](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories) installed - which is perfect for that kind of work!
 The migration container has [`rsync`](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories) installed - which is perfect for that kind of work!