Skip to content

Commit 55dcdc7

Browse files
committed
Add self-hosting image update instructions
1 parent 6952ec2 commit 55dcdc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/open-source-self-hosting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ If you're coming from the beta CLI package images, you will need to:
308308
- **Switch branches.** We moved back to main. Run `git checkout main` in your docker repo.
309309
- **Pull in updates.** We've added a new container for [Electric](https://github.com/electric-sql/electric) and made some other improvements. Run `git pull` to get the latest updates.
310310
- **Apply your changes.** If you stashed your changes, apply them with `git stash pop`.
311+
- **Update your images.** We've also published new images. Run `./update.sh` to pull them.
311312
- **Restart all services.** Run `./stop.sh && ./start.sh` and you're good to go.
312313

313314
In summary, run this wherever you cloned the docker repo:
@@ -323,7 +324,8 @@ git pull
323324
# if you stashed your changes
324325
git stash pop
325326

326-
# restart your services
327+
# update and restart your services
328+
./update.sh
327329
./stop.sh && ./start.sh
328330
```
329331

0 commit comments

Comments
 (0)