Confirmed users
1,364
edits
(add backup) |
|||
| Line 26: | Line 26: | ||
* what is the command line parameters to start the web service | * what is the command line parameters to start the web service | ||
* does it have any special configuration or init files | * does it have any special configuration or init files | ||
** How are those backed up? | |||
* does it require root or sudo | * does it require root or sudo | ||
* does it require a special directory layout | * does it require a special directory layout | ||
* will it generate/use temp files or non-database assets? | * will it generate/use temp files or non-database assets? | ||
** which of those need to be backed up? | |||
** how is that done? | |||
* what version of mysql and what database config, where is the sql to init the tables | * what version of mysql and what database config, where is the sql to init the tables | ||
** what is the backup strategy? | |||
* does memcached have a min/max memory? which processes read/write to it - can it be on different IP | * does memcached have a min/max memory? which processes read/write to it - can it be on different IP | ||
* what ports will be opened for listening | * what ports will be opened for listening | ||