Run the following command to download and compile the tool directly to your $GOPATH/bin : go install ://github.com Use code with caution. Verifying Installation
Running this code will output a nicely formatted representation of the myVar string. xdumpgo tutorial
./xdumpgo --source "$SOURCE_DB" --dest "$DEST_DB" Run the following command to download and compile
This command dumps data from source_db , uploads it to the AWS bucket my-migration-bucket , and then restores it into dest_db . xdumpgo tutorial
xdumpgo restore \ --dest "postgres://user:pass@localhost:5432/restored_db" \ --cloud gcp \ --bucket my-gcs-bucket \ --object dump_20231027.sql