Closed wildtayne closed 6 years ago
Related to this issue, as discussed yesterday, the Quick Start doc also needs to be changed to show installation of all scripts.
One other thing I've noticed:
removeAllFrom[DB/Server]
to removeAll[DB/Server]
, since this will match the name of the new install script: addAll[DB/Server]
?Renaming removeAllFrom[DB/Server]
to removeAll[DB/Server]
seems OK.
In retrospect, I worry removeAll[DB/Server]
could be misconstrued as meaning "remove all DBs/servers". Maybe the better approach is to say addAlTo[DB/Server]
, even though it has a different form than the other add scripts.
I am sorry I did not state this possibility earlier (too much multi-tasking go on).
There are no installation scripts for installing all components at once, and one installation script has an incorrect name. A proposed solution is:
prepareServerCore.sql
=>initializeServerCore.sql
addAllDB.psql
, which installs all DB componentsaddAllServer.psql
which installs all server componentsThe two new installer scripts should call the existing
addAllXY.psql
scripts instead of individual sql files.