Changeset 297 for trunk/docs/README.UPGRADE
- Timestamp:
- Oct 31, 2010, 2:19:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/README.UPGRADE
r170 r297 1 to 2.8.0 and higher: samhain supports IPv6 now, which means that the 2 size of the 'ip' column in the database must be increased from 3 VARCHAR(16) to VARCHAR(46). 1 4 5 BE SURE TO MAKE A BACKUP BEFORE THIS! 6 7 -- mysql: alter table samhain.log modify ip VARCHAR(46); 8 9 -- postgresql: alter table samhain.log alter column ip type varchar(46); 10 11 -- oracle: alter table samhain.log modify ip VARCHAR2(46); 12 13 2 14 to 2.4.4 and higher: it is possible now to store the full content of 3 15 small files in the baseline database. To support this feature with
Note:
See TracChangeset
for help on using the changeset viewer.