Difference between revisions of "AppSuite:Data management"

(Created page with "<div class="sect1" lang="en-EN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">deleteinvisible</h2></div></div></div><p>The <strong class="userinput"><...")
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="sect1" lang="en-EN"><div class="titlepage"><div><div><h2 class="title" style="clear: both">deleteinvisible</h2></div></div></div><p>The <strong class="userinput"><code>deleteinvisible</code></strong> command line tool can be used to remove not visible data inside a context. Before calling this CLT the module access for all users in the context should be changed to the according permissions. This CLT uses the changed permissions to determine what data is not visible for the context users anymore. Changing permissions can be done by either changing the module access for every single user in the context through the CLT changeuser or by the CLT for changing the module access for an entire context.
+
This article has been moved to [https://documentation.open-xchange.com/7.10.2/middleware/ documentation.open-xchange.com]
Be careful because the deleted data is lost completely and can not be restored anymore.</p><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Parameters</h3></div></div></div><div class="informaltable"><table border="0"><tr><td align="left"> -h,--help</td><td align="left">Prints a help text for this CLT</td></tr><tr><td align="left">    --environment</td><td align="left">Shows information about environment variables</td></tr><tr><td align="left">    --nonl</td><td align="left">Removes all newlines (\n) from output</td></tr><tr><td align="left"> -c,--contextid &lt;contextid&gt;</td><td align="left">The unique identifier of the context that invisible data should be deleted.</td></tr><tr><td align="left">-N,--contextname &lt;contextname&gt;</td><td align="left">A name that is assigned to the context.</td></tr></table></div><p>Either the unique context identifier must be given or a name that is assigned to it.</p></div><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Extra parameters</h3></div></div></div><div class="informaltable"><table border="0"><tr><td align="left">-A,--adminuser &lt;adminuser&gt;</td><td align="left">Master adminstrator user name that is defined for managing contexts.</td></tr><tr><td align="left">-P,--adminpass &lt;adminpass&gt;</td><td align="left">Master adminstrator user password.</td></tr></table></div></div><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Return value</h3></div></div></div><p><code class="computeroutput">0</code> on success</p><p><code class="computeroutput">&gt;0</code> on failure</p></div><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Mandatory parameters</h3></div></div></div><p><strong class="userinput"><code>(contextid or contextname) {adminuser adminpass}</code></strong></p></div><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Command output</h3></div></div></div><p>On success:</p><p><code class="computeroutput">context &lt;contextid or contextname&gt; invisible data deleted</code></p><p>On failure:</p><p><code class="computeroutput">context &lt;contextid or contextname&gt; invisible data could not be deleted: &lt;reason from server&gt;</code></p></div><div class="sect2" lang="en-EN"><div class="titlepage"><div><div><h3 class="title">Example</h3></div></div></div><p><code class="computeroutput">root@oxhe~# </code><strong class="userinput"><code>/opt/open-xchange/sbin/deleteinvisible -N default</code></strong></p><p><code class="computeroutput">context default invisible data deleted</code></p></div></div>
 
 
 
 
 
[[Category:AppSuite]]
 
[[Category:AdminGuide]]
 

Latest revision as of 08:57, 15 May 2019

This article has been moved to documentation.open-xchange.com