Index: openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html,v diff -u -N -r1.13.2.3 -r1.13.2.4 --- openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html 19 Nov 2016 09:21:53 -0000 1.13.2.3 +++ openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html 6 Jan 2017 09:18:42 -0000 1.13.2.4 @@ -15,8 +15,8 @@ related to the service, you can also issue the following:

SVRMGR> drop tablespace $OPENACS_SERVICE_NAME including contents cascade constraints;

Deleting a PostgreSQL tablespace

Dropping a PostgreSQL tablespace is easy. You have to stop any AOLserver instances that are using the database that you wish to - drop. If you're using daemontools, this is simple, just use the - 'down' flag (-d). If you're using inittab, you have to comment out + drop. If you're using daemontools, this is simple, just use the + 'down' flag (-d). If you're using inittab, you have to comment out your server in /etc/inittab, reread the inittab with /sbin/init q, and then restart-aolserver