3.4.1 Generation of PostgreSQL Database Definition Files
The following script will tell each package to create the corresponding data definition files.
- Enter the release content directory:
$ cd <staging directory>/<release content directory>
- Extract the packages:
$ ./setup.sh prepare_db
The database definition files are now created in the subdirectory ./database/postgres
and archived in the file database-setup.tar
file.