Changes for page Datenbank


From version 1.1
edited by sas
on 20.01.2021, 16:20
Change comment: Imported from XAR
To version 2.6
edited by awa
on 18.08.2022, 13:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.awa
Content
... ... @@ -4,7 +4,9 @@
4 4  
5 5  {{warning}}
6 6  {{formcycle case="dat"/}}no longer supplies database drivers. It is necessary to install the appropriate database driver for the database management system you are using.
7 -
7 +
8 +{{version major="7" minor="0" patch="10"}}{{/version}} Starting with {{formcycle/}} version 7.0.10, this also applies to the H2 database driver that was still included in earlier releases.
9 +
8 8  Further information can be found [[here>>doc:Formcycle.SystemSettings.DatabaseDrivers]].
9 9  {{/warning}}
10 10  
... ... @@ -23,8 +23,17 @@
23 23  ; DB password
24 24  : Password for the database login.
25 25  
26 -== Advanced settings
28 +== Advanced settings ==
27 27  
30 +{{info}}
31 + {{version major="7" minor="1"/}} You can also use the JVM parameters //xfcAutoUpdate// and //xfcUpdateCallbackEmails// to override the settings for the auto update.
32 +{{/info}}
33 +
34 +
35 +; {{version major="7" minor="1"/}} Apply pending updates automatically on system start
36 +: When enabled, all pending database and system updates are run automatically when the {{formcycle/}} application is started. This avoids having to run the updates manually and helps to reduces down times during updates.
37 +; {{version major="7" minor="1"/}} Send notification about update results to the following email addresses
38 +: A list of email addresses. When the automatic update finishes, a status report is sent to these email addresses (requires a valid mail server configuration). The report contains information about the update status (success or error) and any error messages in case of an error.
28 28  ; Connections
29 29  : The maximum number of connections between {{formcycle/}} and the database at any given time.
30 30  ; Timeout
... ... @@ -36,7 +36,7 @@
36 36  
37 37  To activate encryption, you must set the following options:
38 38  
39 -; Algorithm ===
50 +; Algorithm
40 40  : The encryption alogrithm to be used. The default is //PBE with SHA and Twofish-CBC (recommended)//.
41 41  ; Encrypt form data
42 42  : Enable this option to encrypt data of submitted forms including all attachments. When you use a mySQL database, [[form specific data tables>>Formcycle.UserInterface.MyForms.Inbox]] are encrypted as well.
... ... @@ -45,10 +45,6 @@
45 45  ; Password confirmation
46 46  : The password used to encrypt the data with the selected algorithm.
47 47  
48 -{{info}}
49 -When you enter a passwort, the system checks whether that password is valid. This prevents data loss and data from being encrypted twice. Please note that this feature is available only since version 6. When you update from version 5 to version 6, the password cannot be checked.
50 -{{/info}}
51 -
52 52  {{warning}}
53 53  Depening on the chosen encryption algorithm, the password and the Java version you are using it may become necessary to install the //Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files//. If these files are missing, an appropriate error message will be displayed.
54 54  {{/warning}}