Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Static migration tools #2951

Closed
gnubyte opened this issue Jan 16, 2017 · 3 comments
Closed

Request: Static migration tools #2951

gnubyte opened this issue Jan 16, 2017 · 3 comments

Comments

@gnubyte
Copy link

gnubyte commented Jan 16, 2017

NOTE: This is meant to be a very brief request of the author and other contributors. I would like to support this project by writing python plugins, but it is hard to support a moving target.

Expected behaviour

I would like to formally make a request to keep the import/export of kanboard data a static function and static format. This would be a continuity that is familiar in most application environments between versions.

Tell us what should happen
Using Kanboard's import/export tasks should work between separate versions

Actual behaviour

Moving from one month's version to the next months, and going live in production with a full kanboard system, I found that I have to manually cut or upgrade the Kanboard.

Tell us what happens instead
The format has changed, meaning I now have to upgrade a previous installation or manually chop the data

Steps to reproduce

  1. Have October/December releases of Kanboard from 2016
  2. Go to project thread
  3. Navigate to the menu
  4. Select export
  5. Select export tasks
  6. export as CSV
  7. Move to new Kanboard
  8. See steps 2 & 3
  9. Select Import
  10. Attempt to upload the CSV

Configuration

SQlite, default installation on original host and new host.
Moved data file in config.php to a new directory and gave apache r/w access.

@gnubyte
Copy link
Author

gnubyte commented Jan 16, 2017

I will try to write a porting tool in python later this week and see if I can make something for specific versions. This will create a temporary fix in the meantime.

@khampf
Copy link

khampf commented Jan 24, 2017

I just tried exporting a board as CSV from one instance of kanboard 1.0.37 and importing the tasks into another and I get errors that nothing got imported. I look at the CSV and it does not store ISO-dates but the restrictions are ISO-dates are to be used. The exported CSV looks nothing like the template you can download when trying to import. So for me exports/imports using CSV are broken and I will have to look into using data from MySQL/SQLite directly it seems :(

@ghost
Copy link

ghost commented Feb 12, 2018

This issue has been closed automatically for inactivity after more than 1 year. If you still need this feature, you should consider contributing to this open-source project.

@ghost ghost closed this as completed Feb 12, 2018
@ghost ghost removed the feature request label Feb 12, 2018
@kanboard kanboard locked and limited conversation to collaborators Feb 12, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants