From b2ff51d99ce68987dd2b7ae1a8f45456f9d0dc21 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 18 Jun 2025 16:48:33 +0300 Subject: [PATCH] Updates --- .../Migrate.md => Upgrade/Upgrade.md} | 22 +++++++++---------- docs/UpgradeOrMigrate/Upgrade.md | 6 ----- 2 files changed, 11 insertions(+), 17 deletions(-) rename docs/{UpgradeOrMigrate/Migrate.md => Upgrade/Upgrade.md} (72%) delete mode 100644 docs/UpgradeOrMigrate/Upgrade.md diff --git a/docs/UpgradeOrMigrate/Migrate.md b/docs/Upgrade/Upgrade.md similarity index 72% rename from docs/UpgradeOrMigrate/Migrate.md rename to docs/Upgrade/Upgrade.md index 6068c56a4..1619f7475 100644 --- a/docs/UpgradeOrMigrate/Migrate.md +++ b/docs/Upgrade/Upgrade.md @@ -1,16 +1,16 @@ -## Migrate - -- [Backup/Restore Snap/Docker](Backup/Backup.md) - - also copy files at `/var/snap/wekan/common/files/` to environment variable `WRITABLE_PATH` files subdirectory - - If you use WeKan included Caddy v1, also copy `/var/snap/wekan/common/files/Caddyfile`, but recommended is to use [newer webserver like Caddy 2 etc](Webserver) -- [Automatically updating multi Snap](Platforms/FOSS/Snap/Many-Snaps-on-LXC.md) - - at multisnap also copy other snapnames like t `/var/snap/wekan_OTHERSNAPNAME/common/files/` to environment variable `WRITABLE_PATH` files subdirectory -- [Migrate Sandstorm](Platforms/FOSS/Sandstorm/Export-from-Wekan-Sandstorm-grain-.zip-file.md) also has exporting to JSON textfiles -- [Migrate text to SQLite and attachments to separate files](https://github.com/wekan/minio-metadata) - -## Upgrades +## Upgrade - If using Snap, please wait for official automatic upgrade from 6.09 to 7.x - It is only possible to migrate to same version of WeKan at different platform, like Snap 6.09 to Docker 6.09 - Because attachments will not be visible, if upgrading from 6.09 to 7.x - There will be some way to upgrade attachments later. + +## Migrate + +- [Backup/Restore Snap/Docker](../Backup/Backup.md) + - also copy files at `/var/snap/wekan/common/files/` to environment variable `WRITABLE_PATH` files subdirectory + - If you use WeKan included Caddy v1, also copy `/var/snap/wekan/common/files/Caddyfile`, but recommended is to use [newer webserver like Caddy 2 etc](../Webserver) +- [Automatically updating multi Snap](../Platforms/FOSS/Snap/Many-Snaps-on-LXC.md) + - at multisnap also copy other snapnames like t `/var/snap/wekan_OTHERSNAPNAME/common/files/` to environment variable `WRITABLE_PATH` files subdirectory +- [Migrate Sandstorm](../Platforms/FOSS/Sandstorm/Export-from-Wekan-Sandstorm-grain-.zip-file.md) also has exporting to JSON textfiles +- [Migrate text to SQLite and attachments to separate files](https://github.com/wekan/minio-metadata) diff --git a/docs/UpgradeOrMigrate/Upgrade.md b/docs/UpgradeOrMigrate/Upgrade.md deleted file mode 100644 index eb922cf1d..000000000 --- a/docs/UpgradeOrMigrate/Upgrade.md +++ /dev/null @@ -1,6 +0,0 @@ -## Upgrades - -- If using Snap, please wait for official automatic upgrade from 6.09 to 7.x -- It is only possible to migrate to same version of WeKan at different platform, like Snap 6.09 to Docker 6.09 - - Because attachments will not be visible, if upgrading from 6.09 to 7.x - - There will be some way to upgrade attachments later.