Semi-Automated Migration
Semi-Automated Bedrock
Log in to the server via SSH.
After logging in, run:
sudo su and enter your password.
Once elevated, switch to the gitlab-runner user:
sudo su - gitlab-runner
Navigate to the automation directory:
cd /var/v2b/v2b-automate/main
Run the migration script:
bash v2b-automation.sh Follow the on-screen prompts as instructed.
Database Re-Sync
Log in to the server via SSH.
After logging in, run:
sudo su and enter your password.
Switch to the gitlab-runner user:
sudo su - gitlab-runner
Navigate to the automation directory:
cd /var/v2b/v2b-automate/main
Run the database sync script:
bash v2b-database-sync.sh Follow the on-screen prompts as instructed.
Last updated on