Nextcloud: Difference between revisions
imported>Onny Update example building app from source with upstream repo |
imported>A-m-s →Maintenance: Database access recipe. |
||
Line 190: | Line 190: | ||
In theory, your nextcloud has now been upgraded by one version. NixOS attempts <code>nextcloud-occ upgrade</code>, if this succeeds without problems you don't need to do anything. Check <code>journalctl</code> to make sure nothing horrible happened. Go to the <code>/settings/admin/overview</code> page in your nextcloud to see whether it recommends further processing, such as database reindexing or conversion. | In theory, your nextcloud has now been upgraded by one version. NixOS attempts <code>nextcloud-occ upgrade</code>, if this succeeds without problems you don't need to do anything. Check <code>journalctl</code> to make sure nothing horrible happened. Go to the <code>/settings/admin/overview</code> page in your nextcloud to see whether it recommends further processing, such as database reindexing or conversion. | ||
=== Database === | |||
You can access the mysql database, for backup/restore, etc. like this: | |||
<code>sudo runuser -u nextcloud -- mysql -u nextcloud <options></code> | |||
No password is required. | |||
== Clients == | == Clients == |