Changes for page Datenbank


From version 2.2
edited by gru
on 15.02.2022, 14:13
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.gru
1 +XWiki.awa
Content
... ... @@ -27,6 +27,15 @@
27 27  
28 28  == Advanced settings ==
29 29  
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.
30 30  ; Connections
31 31  : The maximum number of connections between {{formcycle/}} and the database at any given time.
32 32  ; Timeout
... ... @@ -38,7 +38,7 @@
38 38  
39 39  To activate encryption, you must set the following options:
40 40  
41 -; Algorithm ===
50 +; Algorithm
42 42  : The encryption alogrithm to be used. The default is //PBE with SHA and Twofish-CBC (recommended)//.
43 43  ; Encrypt form data
44 44  : 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.