Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localhost (0.14 sec)

  1. docs/bucket/replication/delete-replication.sh

    sleep 3
    
    export MC_HOST_myminio1=http://minioadmin:minioadmin@localhost:9001
    export MC_HOST_myminio2=http://minioadmin:minioadmin@localhost:9002
    
    ./mc mb myminio1/testbucket/
    ./mc version enable myminio1/testbucket/
    ./mc mb myminio2/testbucket/
    ./mc version enable myminio2/testbucket/
    
    ./mc replicate add myminio1/testbucket --remote-bucket http://minioadmin:minioadmin@localhost:9002/testbucket/ --priority 1
    
    Shell Script
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 04 18:05:56 GMT 2024
    - 2.9K bytes
    - Viewed (0)
Back to top