mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
updated link
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## About
|
||||
This is a sample SSIS app, which is a cronjob backing up the `DWConfiguration` database on the Master SQL Instance on disk every minute.
|
||||
|
||||
See [CLI.md](../CLI.md) for instructions on setting up the mssqlctl CLI and connecting to a Aris cluster.
|
||||
Refer to [installing mssqlctl](https://docs.microsoft.com/en-us/sql/big-data-cluster/deploy-install-mssqlctl?view=sqlallproducts-allversions) document on setting up the mssqlctl and connecting to a Aris cluster.
|
||||
|
||||
To see the `back-up-db.dtsx` under the `back-up-db.sln`, Install Visual Studio 2017 if you don't have it already. Download and install [SSDT](https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017#ssdt-for-vs-2017-standalone-installer).
|
||||
When you open the `back-up-db.sln`, the decryption password can be found in the spec.yaml, i.e. the value after "/De ".
|
||||
@@ -32,4 +32,4 @@ Clean up:
|
||||
mssqlctl app delete --name back-up-db --version v1
|
||||
# delete backup files
|
||||
kubectl -n test exec -it mssql-master-pool-0 -c mssql-server -- /bin/bash -c "rm /var/opt/mssql/data/DWConfiguration_backup*.bak"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user