Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage SQL Server #550

Open
seth-reeser opened this issue Oct 4, 2016 · 1 comment
Open

Manage SQL Server #550

seth-reeser opened this issue Oct 4, 2016 · 1 comment
Labels
Milestone

Comments

@seth-reeser
Copy link
Member

  1. Mimic the structure of redhat_mysql in secrets/configuration.yml.template
....
mssql:
    user: dev
    user_password: password
    sa_password: password
....
  1. Manage entries via catapult/catapult.rb (see lines 926 - 1038 for verification steps)
  2. Mimic parts of provisioners/redhat/modules/mysql.sh in provisioners/windows/modules/mssql.ps1
    • sa user management
    • environment user management
    • creation of database
    • restoring/backup of database from _sql folder
    • etc
@seth-reeser seth-reeser added this to the Windows milestone Oct 4, 2016
@seth-reeser
Copy link
Member Author

This is mostly done, needs some final polishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant