catapult
catapult copied to clipboard
Manage SQL Server
- Mimic the structure of
redhat_mysql
insecrets/configuration.yml.template
....
mssql:
user: dev
user_password: password
sa_password: password
....
- Manage entries via
catapult/catapult.rb
(see lines 926 - 1038 for verification steps) - Mimic parts of
provisioners/redhat/modules/mysql.sh
inprovisioners/windows/modules/mssql.ps1
-
sa
user management - environment user management
- creation of database
- restoring/backup of database from
_sql
folder - etc
-
This is mostly done, needs some final polishing.