lapp
- Installs httpd, postgresql, php and all components related to postgresql
docs
- Installs documentation for various components
When using the
groupinstall
directive, you can specify multiple groups at the
same time (even if they share packages).
Analogous to
groupinstall
, you can use the
"groupremove"
directive to
remove all the packages in a group. The groupremove directive will only remove
packages in the group; not the dependencies that the package install may have
brought in.
4. Restore your database:
• For PostgreSQL:
• Move (or remove) the database directory:
mv /var/lib/pgsql/data /var/lib/pgsql/data.backup
• Initialize the database:
/sbin/service postgresql initdb
• Start the new PostgreSQL service:
/sbin/service postgresql start
• Restore your data from back-up
psql -U username < /tmp/pg.backup
• Start the http daemon:
/sbin/service httpd start
• For MySQL:
• Start MySQL:
/sbin/service mysqld start
9
Summary of Contents for APPLICATION STACK 2.1 RELEASE
Page 1: ...Red Hat Application Stack V 2 1 Release Notes 2 1 ISBN N A Publication date ...
Page 2: ...Red Hat Application Stack V 2 1 Release Notes ...
Page 3: ...Red Hat Application Stack V 2 1 Release Notes Copyright 2008 Red Hat Inc ...
Page 4: ...Red Hat Application Stack V 2 1 Release Notes ...
Page 6: ...vi ...
Page 8: ...2 ...
Page 12: ...6 ...
Page 26: ...20 ...