Uninstalling clients hosted on NEOSYS Server: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
NEOSYS needs to: | NEOSYS needs to: | ||
#Ensure that the | #Ensure that the databases can no longer be logged in to by accident or design. | ||
#Ensure that for a reasonable period of time that NEOSYS can be re-enabled in case of error or change in circumstances. | #Ensure that for a reasonable period of time that NEOSYS can be re-enabled in case of error or change in circumstances. | ||
Line 15: | Line 15: | ||
====Stage 1. Disabling==== | ====Stage 1. Disabling==== | ||
1. Ensure that the | 1. Ensure that the services for the client being uninstalled have been stopped. | ||
./doall <dbname> stop | |||
2. | 2. Delete the website | ||
./doall <dbname> delete_site | |||
3. | 3. In doall, comment out the line corresponding to the client being uninstalled. | ||
4. | 4. Comment the lines for the stopped installation in the Nagios config file so that Nagios stops alerting for it. (edit: genclients.sh) | ||
5. Strike-through the terminated client's link on support home page (support.htm). | |||
5 | |||
====Stage 2. Permanent Deletion==== | ====Stage 2. Permanent Deletion==== | ||
We keep ex client data for up to one year before deleting, but after this period: | |||
1. | 1. Retain a copy of the client's latest backup sql.gz file in a separate directory (to be discussed and decided) | ||
2. Delete | 2. Delete client directory from /root/hosts directory. | ||
3. Remove the terminated client's link from support home page (support.htm). | 3. Remove the terminated client's link from support home page (support.htm). | ||
4. Delete the associated entry from Zone Edit. | 4. Delete the associated entry from Zone Edit. |
Revision as of 12:27, 22 December 2021
This must be done in the following circumstances:
- Reinstallation on other servers
- Reinstallation on clients own server
- Termination of contract
- Any other reason
NEOSYS needs to:
- Ensure that the databases can no longer be logged in to by accident or design.
- Ensure that for a reasonable period of time that NEOSYS can be re-enabled in case of error or change in circumstances.
Include admin@neosys.com when sending emails regarding this subject.
Stage 1. Disabling
1. Ensure that the services for the client being uninstalled have been stopped.
./doall <dbname> stop
2. Delete the website
./doall <dbname> delete_site
3. In doall, comment out the line corresponding to the client being uninstalled.
4. Comment the lines for the stopped installation in the Nagios config file so that Nagios stops alerting for it. (edit: genclients.sh)
5. Strike-through the terminated client's link on support home page (support.htm).
Stage 2. Permanent Deletion
We keep ex client data for up to one year before deleting, but after this period:
1. Retain a copy of the client's latest backup sql.gz file in a separate directory (to be discussed and decided)
2. Delete client directory from /root/hosts directory.
3. Remove the terminated client's link from support home page (support.htm).
4. Delete the associated entry from Zone Edit.