vault-cortex 0.4.6-beta.26 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/upgrade.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,9 @@ Pull the latest image, re-create the container, and verify health:
|
|
|
36
36
|
npx vault-cortex upgrade
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
Your vault data, search index, and `.env` settings are preserved across
|
|
40
|
+
upgrades — only the server image is replaced. Also applies `.env` changes
|
|
41
|
+
(`docker restart` does not re-read env files).
|
|
40
42
|
|
|
41
43
|
Prefer Docker Compose? The CLI uses `docker run` for simplicity, but the
|
|
42
44
|
[deploy guides](https://github.com/aliasunder/vault-cortex/blob/main/deploy/)
|
package/dist/upgrade.js
CHANGED