From e171178a938896e0b862cfb642117fa308562c44 Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 13 Apr 2025 15:30:53 +0200 Subject: [PATCH] [docs] updates fix linebreaks --- doc/src/anleitung/updates.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/src/anleitung/updates.md b/doc/src/anleitung/updates.md index d8b2ef2..10b32a8 100644 --- a/doc/src/anleitung/updates.md +++ b/doc/src/anleitung/updates.md @@ -2,12 +2,10 @@ ## Nextcloud Update nextcloud to a new major version: - create state directories: `mkdir /tmp/var /tmp/data` -- run vm state dirs to initialize state `sudo run-vm nextcloud --dummy-secrets --networking --var /tmp/var --data - /tmp/data` +- run vm state dirs to initialize state `sudo run-vm nextcloud --dummy-secrets --networking --var /tmp/var --data /tmp/data` - Update lock file `nix flake update --commit-lock-file` - Change services.nextcloud.package to the next version (do not skip major version upgrades) - change custom `extraApps` to the new version - TEST! - run vm again, it should successfully upgrade nextcloud from old to new version -- run vm state dirs to initialize state `sudo run-vm nextcloud --dummy-secrets --networking --var /tmp/var --data - /tmp/data` +- run vm state dirs to initialize state `sudo run-vm nextcloud --dummy-secrets --networking --var /tmp/var --data /tmp/data`