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

Table of Contents

Advertisement

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
Need help?

Need help?

Do you have a question about the APPLICATION STACK 2.0 - RELEASE NOTES and is the answer not in the manual?

Questions and answers

Table of Contents