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: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,9 @@ Then run:
108
108
## To scale down
109
109
110
110
TODO: To scale down, you should spin up a new cluster and replicate all the data from the old cluster to the new cluster and then delete the old cluster. See http://docs.couchdb.org/en/2.0.0/cluster/sharding.html#reshard-no-preshard
111
+
112
+
113
+
## Upgrade to latest image
114
+
115
+
$ docker pull redgeoff/couchdb-service
116
+
$ docker service update --detach=true --image redgeoff/couchdb-service couchdb
0 commit comments