forked from ISTI-ansible-roles/ansible-roles
Upgrading OrientDB version
This commit is contained in:
parent
810c5c09ac
commit
a9ac41d7e0
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
orientdb_install: False
|
orientdb_install: False
|
||||||
orientdb_enabled: True
|
orientdb_enabled: True
|
||||||
orientdb_version: 2.2.36
|
orientdb_version: 3.0.15
|
||||||
orientdb_archive_commpression: tar.gz
|
orientdb_archive_commpression: tar.gz
|
||||||
orientdb_dir: 'orientdb-community'
|
orientdb_dir: 'orientdb-community'
|
||||||
orientdb_tar_filename: '{{ orientdb_dir }}-importers-{{ orientdb_version }}'
|
orientdb_tar_filename: '{{ orientdb_dir }}-importers-{{ orientdb_version }}'
|
||||||
|
@ -63,7 +63,7 @@ orientdb_hazelcast_multicast_group: 235.1.1.1
|
||||||
orientdb_hazelcast_multicast_port: 2434
|
orientdb_hazelcast_multicast_port: 2434
|
||||||
|
|
||||||
|
|
||||||
# For Reference see http://orientdb.com/docs/2.2/Automatic-Backup.html
|
# For Reference see http://orientdb.com/docs/3.0.x/plugins/Automatic-Backup.html
|
||||||
orientdb_automatic_backup: True
|
orientdb_automatic_backup: True
|
||||||
orientdb_automatic_backup_mode: 'EXPORT'
|
orientdb_automatic_backup_mode: 'EXPORT'
|
||||||
orientdb_automatic_backup_export_options: ''
|
orientdb_automatic_backup_export_options: ''
|
||||||
|
|
Loading…
Reference in New Issue