Project

General

Profile

« Previous | Next » 

Revision 3674

README.TXT: Documented that the PostgreSQL server should be restarted after installing system updates that may affect it, to avoid spurious errors that crash the import but go away upon reimport

View differences:

README.TXT
5 5
        WARNING: This will delete your entire VegBIEN DB!
6 6
        This includes all archived imports and staging tables.
7 7

  
8
Maintenance:
9
    Important: Whenever you install a system update that affects PostgreSQL or
10
        any of its dependencies, such as libc, you should restart the PostgreSQL
11
        server. Otherwise, you may get strange errors like "the database system
12
        is in recovery mode" which go away upon reimport.
13

  
8 14
Data import:
9 15
    Import data into VegBIEN: . bin/import_all
10 16
        Using column-based import: . bin/with_all 'import by_col=1'

Also available in: Unified diff