mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-15 02:57:05 +02:00
Updated Upgrading or Merging Archives (markdown)
@@ -1,8 +1,16 @@
|
|||||||
## Upgrade your ArchiveBox collection to a new version
|
## Upgrade your ArchiveBox collection to a new version
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ~/path/to/your/data
|
||||||
|
|
||||||
|
pip install --upgrade archivebox
|
||||||
|
# or
|
||||||
|
docker pull archivebox/archivebox:latest
|
||||||
|
|
||||||
|
# upgrade the collection to a new version
|
||||||
|
archivebox init
|
||||||
|
```
|
||||||
|
|
||||||
*Note: It's recommended to only upgrade one major version at a time. e.g. if you're on `v0.4.14`, upgrade to `v0.5.6` next, then `v0.6.3`, and finally `v0.7.1` (as 3 separate steps).
|
|
||||||
You can specify exact versions with pip like so: `pip install archivebox==0.6.3` or with docker `docker pull archivebox/archivebox:0.6.3`. Upgrading directly across multiple major versions may work in some cases, but is not recommended for maximum data safety.*
|
|
||||||
|
|
||||||
**✅ Upgrading checklist:**
|
**✅ Upgrading checklist:**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user