[NextCloudPi] How to start with a fresh container?

Hello,

I would like to start from scratch. What is needed to reset everything besides stopping and deleting the container (obviously) as well as the “ncdata” volume?

Thanks in advance!

hi,

that should be fine

Yes, all you’ve mentioned should do that, in addition to deleting the DB of course, if you are handling that outside the container.

Thanks for the feedback. I used “docker volume rm” to remove the volume. Does this not actually remove the data? After deleting the container and creating a new one I was not brought to the first run screen for example…

docker volume ncdata is all you need to start from scratch. If you are using the NCP container, that is.

Equivalently, you can run with another volume/folder and you get a new instance without losing the old one :wink: