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

When you use this script; you need to have db.sqlite in data subfolder #16

Open
jack1729 opened this issue Sep 26, 2018 · 2 comments
Open

Comments

@jack1729
Copy link

I am running kanboard on Windows and needed to convert to MySQL so I create a docker image with sqlite3, MySQL, python, dos2unix and your script to convert. I had issues until realized that it was looking for a data folder. hope this helps others.

@oliviermaridat
Copy link
Owner

Hi @jack1729! I am confused. This script converts a Kanboard SQLite database (in the data folder which is the default folder for Kanboard) into a MySQL database.

Is there something missing in the doc (or script)?

@jack1729
Copy link
Author

I had to move the db.sqlite file to another location and ran your script and it didn't work until I created a data folder and move the db.sqlite file to the data folder. I would suggest that you add a little error checking or log message if the script doesn't find a data subfolder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants