Where is data from nextcloud apps store?

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 20.0.4.0
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04
Apache or nginx version (eg, Apache 2.4.25): 7.3.19
PHP version (eg, 7.4): 7.3.19

The issue you are facing:
No issue, just a question: Where do the different apps store their data? So I am using the notes app, where is this data stored? I want to make sure my backups covers this.

Notes app stores in the /notes directory as plain text. Other apps (Deck and Bookmarks) reside in the database. You’ll want to internet search documentation in order to understand each, or use nextcloud app store to locate docs.

Welcome to Nextcloud. Be sure to get your search-foo improved “nextcloud notes app documentation” or you will not have a good time. There are over 150 apps that vary in design, and reading their docs or reviewing each project’s github repo is mandatory to understand how they work. Cheers!

1 Like

thank you, that sounds quite difficult to backup. As you are a ncp volunteer, does ncp cover all the app directories in its backup?

A general full instance database backup will cover everything included in your installation. You can read about it in documentation. It is not difficult to do, I just que it up once I’m performing a system upgrade.

Yes, ncp does allow you to automate backups by setting them on a rsync cron schedule + setting a maximum number of copies before pruning. See their documentation for more details.