Skip to content

Migrate projects from old billing account to SADA Billing Account ID

Notifications You must be signed in to change notification settings

sadasystems/Migrate-Projects-To-SADA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate to SADA Billing Account

Migrate your projects that are currently connected to your legacy billing account to SADA billing account

Getting Started

Make sure node and gcloud is installed on your system

gcloud - https://cloud.google.com/sdk/docs/install

nodejs - https://nodejs.org/en/download/

WARNING: USER NEEDS BILLING ACCOUNT ADMINISTRATOR ROLE FOR YOUR SADA BILLING ACCOUNT

1. Clone the repository and navigate to the directory

git clone https://github.com/sadasystems/Migrate-Projects-To-SADA.git 
cd Migrate-Projects-To-SADA

2. Authenticate yourself with Google

Install gcloud beta Make sure this user has sufficient permissions at YOUR ORGANIZATION level IAM

gcloud components install beta --quiet
gcloud default application login 
gcloud init

3. Install all dependencies with clean install

npm install

4. Add billing ids

In the .env file, add old billing account ID and sada billing account ID

5. Run Script

node main.js

It will take 1-2 minutes to process through all the projects (be a little patient! :))

About

Migrate projects from old billing account to SADA Billing Account ID

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published