How to Stop and Start SQL Instances on Schedule by using Cloud Schedule in GCP | GCP SQL Tutorial
TechBrothersIT TechBrothersIT
88.3K subscribers
1,437 views
0

 Published On Oct 1, 2022

How to Stop and Start SQL Instances on Schedule by using Cloud Schedule in GCP | GCP SQL Tutorial 2022, in this video we are going to learn How to Stop and Start SQL Instances on Schedule by using Cloud Schedule in GCP | GCP SQL Tutorial 2022, Google Cloud Platform Step by Step - GCP Tutorial 2022 - GCP Tutorial 2022 Step by Step - Google Cloud Platform Tutorial 2022.

Script:

https://www.googleapis.com/sql/v1beta...


https://www.googleapis.com/sql/v1beta...



--Use this to Start
{
"settings": {
"activationPolicy": "ALWAYS"
}
}


--Use this to stop
{
"settings": {
"activationPolicy": "NEVER"
}
}


#googlecloudplatform Tutorial for beginners
#googlecloudplatform Tutorial 2022
Step by step Google Cloud Platform Tutorial
Real-time Google Cloud Platform Tutorial
Scenario-based training on Google Cloud Platform
Best GCP Tutorial on youtube
#googlecloud #googlecloudplatform

show more

Share/Embed