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

Table of Contents

Advertisement

apr-util-devel
libc-client
mx
pcre-devel
4. Restore your database:
• For PostgreSQL:
• Move (or remove) the database directory:
mv /var/lib/pgsql/data /var/lib/pgsql/data.backup
• 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
• Update MySQL:
mysql_upgrade
• Restore your data:
9

Advertisement

Table of Contents
loading

Table of Contents