From ebbdbe8810e459183445de5bc8fd8ba45545f998 Mon Sep 17 00:00:00 2001 From: hintswen Date: Fri, 23 Dec 2022 21:07:23 +1100 Subject: [PATCH] Update README.md Added a step to close the database as you cannot rename the sqlite3 file while it is open in DB Browser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b12325..237fdb2e 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ This can be caused by a many different things here's a list of things to try: - Browse to `%AppData%\VRCX\` then select `VRCX.sqlite3`. - File > Export > Database to SQL file... - Click Save and place the file somewhere. +- File > Close Database - Rename `VRCX.sqlite3` in `%AppData%\VRCX\` to something like `Backup.sqlite3`. - File > Import > Database from SQL file... - Click Yes to creating a new database.