The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wekan/docs/Upgrade/Upgrade.md

24 lines
2.0 KiB

11 months ago
## Upgrade
11 months ago
11 months ago
- There is very active development to upgrade all platforms to newest WeKan. Please try not asking about it every day.
11 months ago
- 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.
11 months ago
## 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)
11 months ago
- About Caddy: Caddy v1 Caddyfile is NOT compatible with Caddy v2 Caddyfile !! It is different syntax. Look at Caddy v2 syntax at [Caddy docs](../Webserver/Caddy.md) or [MultiSnap docs](../Platforms/FOSS/Snap/Many-Snaps-on-LXC.md)
11 months ago
- [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) that also has [exporting to JSON textfiles](../Platforms/FOSS/Sandstorm/Export-from-Wekan-Sandstorm-grain-.zip-file.md#11b-dump-database-to-json-text-files)
- [Migrate text to SQLite and attachments to separate files](https://github.com/wekan/minio-metadata) that will be later used with future WeKan versions like [WeKan Studio](https://github.com/wekan/wekanstudio) or [wami](https://github.com/wekan/wami)
11 months ago
- [Trello Attachments Downloader](https://github.com/wekan/trello-attachments-downloader), also save JSON of each board. There will later be import to WeKan.
- [ImportExport](../ImportExport), some may work, some may need improvements. These will later be features directly at WeKan.