Red Hat APPLICATION STACK 2.1 - RELEASE NOTES Release Note page 15

Table of Contents

Advertisement

- Installs httpd, postgresql, php and all components related to postgresql
lapp
- Installs documentation for various components
docs
When using the
same time (even if they share packages).
Analogous 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
directive, you can specify multiple groups at the
groupinstall
, you can use the
groupinstall
directive to
"groupremove"
9

Advertisement

Table of Contents
loading

This manual is also suitable for:

Application stack v.2.1

Table of Contents