Changes for page Datenbank


From version 2.1
edited by jdr
on 19.07.2021, 15:48
Change comment: There is no comment for this version
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.jdr
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  
... ... @@ -25,6 +25,15 @@
25 25  
26 26  == 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.