diff options
| author | Chris <punk.sand7393@fastmail.com> | 2025-04-13 12:09:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 17:09:39 +0100 |
| commit | f07266354e073fcb457c59c6a6523ea5fc880dfd (patch) | |
| tree | 31fcf33e5bff6eada8d2725ef609b45d2256ff8e /docs/versioned_docs/version-v0.23.1/14-Guides | |
| parent | bc5c1a1b312a69931e9eabca8fae8ff9f02a2c85 (diff) | |
| download | karakeep-f07266354e073fcb457c59c6a6523ea5fc880dfd.tar.zst | |
chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)
* hoarder-linux.sh > karakeep-linux.sh v2.1
- Adds a migrate function so users can convert their Hoarder install to
a Karakeep install
- The function will also check for an update after finishing the
migration
- Various fixes and optimisations
* Update docs with Debuntu migration path and replace Hoarder with Karakeep
Diffstat (limited to 'docs/versioned_docs/version-v0.23.1/14-Guides')
| -rw-r--r-- | docs/versioned_docs/version-v0.23.1/14-Guides/04-hoarder-to-karakeep-migration.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.23.1/14-Guides/04-hoarder-to-karakeep-migration.md b/docs/versioned_docs/version-v0.23.1/14-Guides/04-hoarder-to-karakeep-migration.md index 1ac50c7c..289a091c 100644 --- a/docs/versioned_docs/version-v0.23.1/14-Guides/04-hoarder-to-karakeep-migration.md +++ b/docs/versioned_docs/version-v0.23.1/14-Guides/04-hoarder-to-karakeep-migration.md @@ -16,3 +16,13 @@ index cdfc908..6297563 100644 ``` You can also change the `HOARDER_VERSION` environment variable but if you do so remember to change it in the `.env` file as well. + +## Migrating a Baremetal Installation + +If you previously used the [Debian/Ubuntu install script](https://docs.karakeep.app/Installation/debuntu) to install Hoarder, there is an option to migrate your installation to Karakeep. + +```bash +bash karakeep-linux.sh migrate +``` + +This will migrate your installation with no user input required. After the migration, the script will also check for an update. |
