You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)?
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.
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.
The text was updated successfully, but these errors were encountered: