Upgrade¶
Binary¶
- Download the latest release and extract the listmonk binary.
./listmonk --upgrade
to upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects.- Run
./listmonk
and visithttp://localhost:9000
.
Docker¶
docker-compose pull
to pull the latest version from DockerHub.docker-compose run --rm app ./listmonk --upgrade
to upgrade an existing DB.- Run
docker-compose up app db
and visithttp://localhost:9000
.