From b50a811b1d1701cc0843b6491640ce5d30157bda Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 22 Oct 2021 21:30:50 +0700 Subject: [PATCH] docs: note about incompatibility with chibisafe Closes #436. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac78e05..32bceb2 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ This fork is the one being used at [https://safe.fiery.me](https://safe.fiery.me). If you are looking for the original, head to [WeebDev/lolisafe](https://github.com/WeebDev/lolisafe). -If you want to use an existing lolisafe database with this fork, run `node ./database/migration.js` (or `yarn migrate`) at least once to create the new columns introduced in this branch (don't forget to make a backup). +If you want to use an existing lolisafe v3 database with this fork, copy over `database/db` from your previous installation, then run `node ./database/migration.js` (or `yarn migrate`) at least once to create the new columns introduced in this fork (don't forget to make a backup). -Configuration file of lolisafe, `config.js`, is also NOT fully compatible with this fork. There are some options that had been renamed and/or restructured. Please make sure your config matches the sample in `config.sample.js` before starting. +> **Said migration script is NOT COMPATIBLE with chibisafe (lolisafe v4/rewrite).** + +Configuration file of lolisafe v3 (`config.js`) is also NOT fully compatible with this fork. There are some options that had been renamed and/or restructured. Please make sure your config matches the sample in `config.sample.js` before starting. ## Running in production mode