You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrades/from_v1_0_0_to_v2_0_0/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ To upgrade from version `v1.0.0` to `v2.0.0` you have to follow these steps:
7
7
- Back up your current database and the `uploads` folder. You can find which database and upload folder are you using in the `Config.toml` file in the root folder of your installation.
8
8
- Set up a local environment exactly as you have it in production with your production data (DB and torrents folder).
9
9
- Run the application locally with: `cargo run`.
10
-
- Execute the upgrader command: `cargo run --bin upgrade ./data_v2.db ./uploads`
10
+
- Execute the upgrader command: `cargo run --bin upgrade ./data.db ./data_v2.db ./uploads`
11
11
- A new SQLite file should have been created in the root folder: `data_v2.db`
12
12
- Stop the running application and change the DB configuration to use the newly generated configuration:
0 commit comments