Skip to content

Commit

Permalink
Correct name kanbord
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Verchère committed Nov 3, 2016
1 parent 3197a96 commit cddd6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ First get kanboard-sqlite2mysql:

git clone https://github.com/oliviermaridat/kanboard-sqlite2mysql
cd kanboard-sqlite2mysql
chmod u+x kanbord-sqlite2mysql.sh
chmod u+x kanbord-backup.sh
chmod u+x kanboard-sqlite2mysql.sh
chmod u+x kanboard-backup.sh

Then backup your Kanboard data:

./kanboard-backup.sh <Kanboard instance physical path>

And finally create the SQL dump file compatible with MySQL:

./kanbord-sqlite2mysql.sh <Kanboard instance physical path> -o db-mysql.sql
./kanboard-sqlite2mysql.sh <Kanboard instance physical path> -o db-mysql.sql

Or you can also directly apply it to the MySQL database of your choice:

./kanbord-sqlite2mysql.sh <Kanboard instance physical path> <MySQL DB name> [ -h <MySQL DB host> -u <MySQL DB user> -p ]
./kanboard-sqlite2mysql.sh <Kanboard instance physical path> <MySQL DB name> [ -h <MySQL DB host> -u <MySQL DB user> -p ]

Running this script may take 2 or 3 minutes.

Expand Down

0 comments on commit cddd6f9

Please sign in to comment.