Skip to content

From Previous Export

Lauri Ojansivu edited this page Jan 31, 2024 · 4 revisions

Paste big JSON in Linux

  1. Copy WeKan board JSON to clipboard
sudo apt install xclip

cat board.json | xclip -se c
  1. At some Chromium-based browser, click right top your username / All Boards / New Board / From Previous Export.

  2. At input field, right click / Paste as Text.

  3. Click Import.

JSON to SQLite3

sqlite3 wekan.db

.mode json

.load wekan-export-board.json board

To be continued

Wekan

General

Fake: Not WeKan kanban

Security

Scaling

Migrating

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Backup

Repair

Themes

Markdown Syntax

Login Auth

Metrics, Logs, Stats

Integrations

Time

Features

Email

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally