diff --git a/orientdb/defaults/main.yml b/orientdb/defaults/main.yml index 7a4104b4..70ff4ff9 100644 --- a/orientdb/defaults/main.yml +++ b/orientdb/defaults/main.yml @@ -1,7 +1,7 @@ --- orientdb_install: False orientdb_enabled: True -orientdb_version: 2.2.13 +orientdb_version: 2.2.16 orientdb_dir: 'orientdb-community' orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz' orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}' @@ -64,4 +64,4 @@ orientdb_automatic_backup_first_time: '23:00:00' orientdb_automatic_backup_directory: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/backups' orientdb_automatic_backup_target_file_name: '${DBNAME}-${DATE:yyyyMMddHHmmss}.zip' orientdb_automatic_backup_compression_level: 9 -orientdb_automatic_backup_buffer_size: 1048576 \ No newline at end of file +orientdb_automatic_backup_buffer_size: 1048576