Ignore:
Timestamp:
Oct 31, 2010, 2:19:32 PM (14 years ago)
Author:
katerina
Message:

Documentation update for 2.8.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/README.UPGRADE

    r170 r297  
     1to 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).
    14
     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 
    214to 2.4.4 and higher: it is possible now to store the full content of
    315  small files in the baseline database. To support this feature with
Note: See TracChangeset for help on using the changeset viewer.