Aufgabe #1167
Von MichaelLeopold vor mehr als 2 Jahren aktualisiert
@nextcloud-occ db:convert-type pgsql nextcloud /run/postgresql nextcloud
@
<pre>
The following tables will not be converted:
oc_bookmarks
oc_bookmarks_tags
oc_documents_invite
oc_documents_member
oc_documents_op
oc_documents_revisions
oc_documents_session
oc_lucene_status
oc_mail_accounts
oc_mail_aliases
oc_mail_collected_addresses
oc_privatedata
Please note that tables belonging to available but currently not installed apps
can be included by specifying the --all-apps option.
</pre>
^C --> Abruch
Ausführen mit --all apps
@nextcloud-occ db:convert-type --all-apps pgsql nextcloud /run/postgresql nextcloud@
<pre>
The following tables will not be converted:
oc_bookmarks
oc_bookmarks_tags
oc_documents_invite
oc_documents_member
oc_documents_op
oc_documents_revisions
oc_documents_session
oc_lucene_status
oc_mail_accounts
oc_mail_aliases
oc_mail_collected_addresses
oc_privatedata
Continue with the conversion (y/n)? [n] ^C
</pre>
*Ähnliches verhalten* --> Wir versuchen die Apps über die Web Gui zu installieren