aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.md
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-07-18 16:45:51 +0900
committerPitu <[email protected]>2020-07-18 16:45:51 +0900
commit0b6867f1b1f490320126368304f6aaaca6807422 (patch)
tree0a132c15a62a345a00633820a4a980f4e394b3cb /docs/migrating.md
parentUpdate migration instructions (diff)
downloadhost.fuwn.me-0b6867f1b1f490320126368304f6aaaca6807422.tar.xz
host.fuwn.me-0b6867f1b1f490320126368304f6aaaca6807422.zip
update guide
Diffstat (limited to 'docs/migrating.md')
-rw-r--r--docs/migrating.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.md b/docs/migrating.md
index 6421391..ffd61ab 100644
--- a/docs/migrating.md
+++ b/docs/migrating.md
@@ -6,7 +6,7 @@ For starters we recommend cloning the new version somewhere else instead of `git
- Then copy your `database/db` file from your v3 folder to the root of your v4 folder.
- You then need to run `yarn setup` or `npm start setup` from the v4 folder and finish the setup process.
- Once that's done you need to manually run `node src/api/databaseMigration.js` from the root folder of v4.
-- This will migrate the v3 database to v4 and regenerate every single thumbnail to acomodate the new format.
+- This will migrate the v3 database to v4 and regenerate every single thumbnail in webp to save bandwidth.
- After the migration finishes, the last step is to update your nginx config with the [newly provided script](./nginx.md).
- Restart nginx with `sudo nginx -s reload`.
- And lastly start your lolisafe instance with `pm2 start pm2.json`.