mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-24 22:38:20 -05:00
Add comment to migration.sh
This commit is contained in:
parent
4ffbfe1bb5
commit
7ccadce2f5
@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# This script can migrate an existing default Peertube installation to docker-compose+ansible.
|
||||||
|
# Use at your own risk.
|
||||||
|
|
||||||
DOMAIN="peertube.social"
|
DOMAIN="peertube.social"
|
||||||
OLD_SERVER="migration-user@$DOMAIN"
|
OLD_SERVER="migration-user@$DOMAIN"
|
||||||
OLD_BASE_FOLDER="/var/www/peertube"
|
OLD_BASE_FOLDER="/var/www/peertube"
|
||||||
|
Loading…
Reference in New Issue
Block a user