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 -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html 9 Jun 2016 08:44:50 -0000 1.13.2.1 +++ openacs-4/packages/acs-core-docs/www/install-openacs-delete-tablespace.html 23 Jun 2016 08:32:45 -0000 1.13.2.2 @@ -15,8 +15,8 @@ related to the service, you can also issue the following:
SVRMGR> drop tablespace $OPENACS_SERVICE_NAME including contents cascade constraints;
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