mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
Update Docker upgrade instructions
This commit is contained in:
@@ -103,9 +103,30 @@ After the upgrade and migration complete, several follow-up steps are required o
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ /opt/stalwart/bin/stalwart --config /opt/stalwart/etc/config.toml --console
|
$ /opt/stalwart/bin/stalwart --config /opt/stalwart/etc/config.toml --console
|
||||||
|
Stalwart Server v0.15.2 Data Store CLI
|
||||||
|
|
||||||
> delete y\x0c\x00 y\x12\xff
|
> delete y\x0c\x00 y\x12\xff
|
||||||
> delete m\x0c\x00 m\x12\xff
|
> delete m\x0c\x00 m\x12\xff
|
||||||
|
> exit
|
||||||
```
|
```
|
||||||
|
- If you are using your database as the in-memory store with Docker:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ docker stop stalwart
|
||||||
|
$ docker run -it --rm \
|
||||||
|
-v <STALWART_DIR>:/opt/stalwart \
|
||||||
|
--entrypoint /usr/local/bin/stalwart \
|
||||||
|
stalwartlabs/stalwart:latest \
|
||||||
|
--config /opt/stalwart/etc/config.toml --console
|
||||||
|
Stalwart Server v0.15.2 Data Store CLI
|
||||||
|
|
||||||
|
> delete y\x0c\x00 y\x12\xff
|
||||||
|
> delete m\x0c\x00 m\x12\xff
|
||||||
|
> exit
|
||||||
|
|
||||||
|
$ docker start stalwart
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user