Use these bytebase-to-stashpad scripts to migrate Bytebase to Stashpad. This will copy over your Bytebase data to the Stashpad app directory.
- Install Stashpad at stashpad.com
Run this command to autmatically execute the script
sh -c "$(curl -sSL https://scripts.stashpad.com/macos_bb2sp.sh)"
To manually run the script run the following steps
- Download the script by right clicking this link and selecting "Save Link As..."
- Save the script as "macos_bb2sp.sh"
- Open a command prompt to the location you downloaded the script
- Make the script executable:
chmod +x ./macos_bb2sp.sh
- Execute the script:
./macos_bb2sp.sh
Run the following steps
- Download the script by right clicking this link and selecting "Save Link As..."
- Save the script as "windows_bb2sp.ps1"
- Open a command prompt to the location you downloaded the script
- Execute the script:
./windows_bb2sp.ps1
Run this command to automatically execute the script
sh -c "$(curl -sSL https://scripts.stashpad.com/linux_bb2sp.sh)"
To manually run the script run the following steps
- Download the script by right clicking this link and selecting "Save Link As..."
- Save the script as "linux_bb2sp.sh"
- Open a command prompt to the location you downloaded the script
- Make the script executable:
chmod +x ./linux_bb2sp.sh
- Execute the script:
./linux_bb2sp.sh