mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
try github alerts
This commit is contained in:
parent
4729ffb7d5
commit
e858a453be
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,9 @@ In *particular* the following sections
|
|||
|
||||
#### 2. Stop all running containers
|
||||
|
||||
> [!CAUTION]
|
||||
> This will take your Pixelfed instance offline
|
||||
|
||||
Stop *all* running containers (web, worker, redis, db)
|
||||
|
||||
```shell
|
||||
|
@ -135,6 +138,9 @@ $ ls redis-data/new
|
|||
|
||||
#### 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.
|
||||
|
||||
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!
|
||||
|
|
Loading…
Reference in a new issue