We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you very much for this project. I don't want to sound rude, but the readme needs some polish.
Here are my steps: Starting point:
/var/lib/mysql
./kanboard-sqlite2mysql.sh /var/www/html/kanboard -o /mnt/db-mysql.sql
apt install php-mysql
CREATE DATABASE kanboard CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; GRANT ALTER, CREATE, DELETE, DROP, INDEX, INSERT, REFERENCES, SELECT, UPDATE, LOCK TABLES ON kanboard.* TO 'kanboard'@'LOCALHOST' IDENTIFIED BY 'password'; export DATABASE_URL="mysql://kanboard:password@localhost/kanboard" php /var/www/html/kanboard/app/common.php
mysql -u root -p kanboard < db-mysql.sql
Nice to know, my 17GB SQLite Database uses now 21GB of the LVM2 volume.
I will now upgrade to the current Kanboard version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you very much for this project. I don't want to sound rude, but the readme needs some polish.
Here are my steps:
Starting point:
/var/lib/mysql
./kanboard-sqlite2mysql.sh /var/www/html/kanboard -o /mnt/db-mysql.sql
apt install php-mysql
mysql -u root -p kanboard < db-mysql.sql
Nice to know, my 17GB SQLite Database uses now 21GB of the LVM2 volume.
I will now upgrade to the current Kanboard version.
The text was updated successfully, but these errors were encountered: