Update FAQ
authorChocobozzz <me@florianbigard.com>
Thu, 14 May 2020 11:47:03 +0000 (13:47 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 14 May 2020 11:47:03 +0000 (13:47 +0200)
FAQ.md
support/doc/development/release.md

diff --git a/FAQ.md b/FAQ.md
index 0553faec5651ac880807f7c457a6a51c42978a7c..84862e355a6d5b3cc3744333c3d13231ccde6a3a 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -91,7 +91,7 @@ and FLV formats when transcoding is enabled on their instance.
 
 ## I want to change my domain name, how can I do that?
 
-You can't. You'll need to reinstall an instance and reupload your videos.
+It's not officially supported, but you can try the `update-host` script: https://docs.joinpeertube.org/#/maintain-tools?id=update-hostjs
 
 
 ## Why do we have to put our Twitter username in PeerTube configuration?
index f8d041cfe56c6552acf0a2a0d1ca62da7fac1721..88b434efa85ecf634200eb65eb0454362c58c75a 100644 (file)
@@ -3,11 +3,13 @@
  * Fix remaining important bugs
  * Update [/CHANGELOG.md](/CHANGELOG.md)
  * Check migrations:
-    * `npm run clean:server:test`
-    * `git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
-    * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and quit after initialization
-    * `git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
-    * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations do not fail
+```
+npm run clean:server:test
+git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
+NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
+git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
+NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
+```
  * Run `rm -r node_modules && rm -r client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly
  * Update https://peertube2.cpy.re and check it works correctly
  * Check CI tests are green