templates/cli/database/riak in backup-3.2.0 vs templates/cli/database/riak in backup-3.3.0
- old
+ new
@@ -1,20 +1,17 @@
##
# Riak [Database]
#
database Riak do |db|
- db.name = "hostname"
- db.node = "riak@hostname"
- db.cookie = "cookie"
##
- # Optional: (defaults shown)
- #
- # Use to set the location of this utility
- # if it cannot be found by name in your $PATH
- # db.riak_admin_utility = '/opt/local/bin/riak-admin'
- #
- # Set username for the riak-admin utility
- # db.user = 'riak'
- #
- # Set usergroup for the riak-admin utility
- # db.group = 'riak'
+ # The node from which to perform the backup.
+ # default: 'riak@127.0.0.1'
+ db.node = 'riak@hostname'
+ ##
+ # The Erlang cookie/shared secret used to connect to the node.
+ # default: 'riak'
+ db.cookie = 'cookie'
+ ##
+ # The user for the Riak instance.
+ # default: 'riak'
+ db.user = 'riak'
end