mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add note on InnoDB compatibility to "UPGRADING".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
aaa4bb5e2d
commit
0de4ce61be
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ NOTE: You can run aurblup as non-privileged user as well. Make sure that the
|
|||
user has read-write access to "/var/lib/aurblup/" (or whatever you defined with
|
||||
"ALPM_DBPATH") tho.
|
||||
|
||||
5. (optional): As of 1.8.0, all MySQL tables should be InnoDB compatible. To
|
||||
convert a table, you can use this statement: `ALTER TABLE $foo ENGINE=InnoDB;`.
|
||||
If you want to stick with MyISAM or another storage engine that doesn't support
|
||||
transactions, you will need to disable the "MYSQL_USE_TRANSACTIONS" setting in
|
||||
"config.h" when setting up aurblup.
|
||||
|
||||
From 1.6.0 to 1.7.0
|
||||
-------------------
|
||||
ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT '';
|
||||
|
|
Loading…
Add table
Reference in a new issue