@@ -11,27 +11,27 @@ order.
11
11
[docs](./integrations.md) for the new webhook format.
12
12
13
13
1 . Upgrade the server to ` v5.5.6 ` to make sure all ` v5 ` migrations are applied. For
14
- example, you can make this change: ` image: "ghcr.io/ ignisda/ryot:v5.5.6" ` in your
15
- docker-compose file.
14
+ example, you can make this change: ` image: "ignisda/ryot:v5.5.6" ` in your docker-compose
15
+ file.
16
16
17
17
2 . Create a backup of your database. [ Here] ( ./guides/exporting.md#exporting-the-entire-database )
18
18
is a guide on how to do this.
19
19
20
20
3 . Now you can upgrade to the latest version (` v6.* ` ). For example you can make this
21
- change: ` image: "ghcr.io/ ignisda/ryot:latest" ` in your docker-compose file. This will
21
+ change: ` image: "ignisda/ryot:latest" ` in your docker-compose file. This will
22
22
automatically apply all migrations.
23
23
24
24
## From ` v4.* ` to ` v5.* `
25
25
26
26
1 . Upgrade the server to ` v4.4.3 ` to make sure all ` v4 ` migrations are applied. For
27
- example, you can make this change: ` image: "ghcr.io/ ignisda/ryot:v4.4.3" ` in your
28
- docker-compose file.
27
+ example, you can make this change: ` image: "ignisda/ryot:v4.4.3" ` in your docker-compose
28
+ file.
29
29
30
30
2 . Create a backup of your database. [ Here] ( ./guides/exporting.md#exporting-the-entire-database )
31
31
is a guide on how to do this.
32
32
33
33
3 . Now you can upgrade to the latest version (` v5.* ` ). For example you can make this
34
- change: ` image: "ghcr.io/ ignisda/ryot:latest" ` in your docker-compose file. This will
34
+ change: ` image: "ignisda/ryot:latest" ` in your docker-compose file. This will
35
35
automatically apply all migrations.
36
36
37
37
## From ` v3.* ` to ` v4.* `
42
42
prefix. Please take a look at the [integration](./integrations.md#sink-integrations) docs for the
43
43
new format.
44
44
45
- 1 . Upgrade the server to ` v3.5.4 ` to make sure all pending migrations are applied. For example,
46
- you can make this change: ` image: "ghcr.io/ignisda/ryot:v3.5.4" ` in your docker-compose file.
45
+ 1 . Upgrade the server to ` v3.5.4 ` to make sure all pending migrations are applied. For
46
+ example, you can make this change: ` image: "ignisda/ryot:v3.5.4" ` in your docker-compose
47
+ file.
47
48
48
49
2 . Go to the "Preferences" settings, then the "General" tab, and click on "Disable yank
49
50
integrations" twice. This will ensure that latest preferences have been applied.
85
86
```
86
87
87
88
8 . Now you can upgrade to the latest version (` v4.* ` ) safely. For example you can make this
88
- change: ` image: "ghcr.io/ ignisda/ryot:latest" ` in your docker-compose file.
89
+ change: ` image: "ignisda/ryot:latest" ` in your docker-compose file.
89
90
90
91
## From ` v2.* ` to ` v3.* `
91
92
@@ -131,7 +132,7 @@ order.
131
132
132
133
2 . Run the last release of the server to perform all migrations (make sure to connect it to the correct database).
133
134
``` bash
134
- $ docker run --volume ./ryot/data:/data ghcr.io/ ignisda/ryot:v1.22.1
135
+ $ docker run --volume ./ryot/data:/data ignisda/ryot:v1.22.1
135
136
```
136
137
137
138
3 . Once the migrations from the above step are done, stop the server.
0 commit comments