Beiträge von atoddvr6

    That's probably your issue.


    I suspect it's because you didn't start over with a new /data folder... I'm gonna be a minute as I'm helping someone at the moment, but your issue is going to be a little bit involved. If you can, follow my link and meet me in discord and I'll talk you through it.. it's easier to chat on something like this than using forum posts.

    Ahh. Nope. I didn't replace the /data folder. I backed up our two personal folders just in case but didn't touch the other system folders in /data. I really appreciate you taking the time to help. I will jump over to discord, but I may not be very responsive until later tonight.

    I'm assuming previously you tried squite (default).. and that is your issue. Or you tried it on a previous attempt and are not pointing at a new directory as you think

    Previously I had followed Technodadlife's videos. For some reason it stopped working. Nextcloud was still working but syncing stopped and there was no location to backup photos to from our phones. With young kids and a lack of time, I just let it sit until recently when I found your guide.

    I have not changed directories and copied the original paths to the new code you provided. The only thing I did was delete the config folder content in both Nextcloud and nextclouddb folders.

    KM0201 I deployed my stack, but when I click Install in Nextcloud, I get this error.

    Error while trying to create admin user: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'root'@'nextcloud.nextcloud_default' (using password: YES)


    I had previous attempts like you mentioned and deleted both config folders before starting your guide. I double checked to make sure I copied the database password correctly. So, I'm not sure what's going on. Any help would be great!

    Code
    root@openmediavault:~# dpkg -l | grep openmediav
    ii  openmediavault                   6.3.7-1                        all          openmediavault - The open network attached storage solution
    ii  openmediavault-flashmemory       6.2                            all          folder2ram plugin for openmediavault
    ii  openmediavault-keyring           1.0                            all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-omvextrasorg      6.1.1                          all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-resetperms        6.0.2                          all          Reset Permissions
    Code
    root@openmediavault:~# systemctl status proftpd
    ● proftpd.service - ProFTPD FTP Server
         Loaded: loaded (/lib/systemd/system/proftpd.service; enabled; vendor preset: enabled)
         Active: failed (Result: exit-code) since Sat 2023-04-01 15:20:54 EDT; 55min ago
            CPU: 21ms

    I sure did! I promise! But those lines didn't change.


    After editing sources.list:

    Sorry. In the GUI, there is a large yellow bar that says Pending configuration changes. I've rebooted and click the check mark and they won't go away.


    I ran that line and then did another omv-upgrade:

    I have a bunch of pending changes that won't go away.


    Pending configuration changesYou must apply these changes in order for them to take effect.The following modules will be updated:

    • avahi
    • collectd
    • cron
    • hostname
    • hosts
    • monit
    • nfs
    • nginx
    • postfix
    • proftpd
    • rsyncd
    • samba
    • smartmontools
    • systemd-logind
    • watchdog

    I can get to OMV6 but there was an error:

    Might be better to run the fix5to6 upgrade script

    Code
    wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/fix5to6upgrade | sudo bash

    I actually don't have that file you mentioned. So, I ran the fix5to6 script. Results:

    Thank you. I read Soma post. Here is what my sources.list file looks like:


    Code
    deb https://deb.debian.org/debian bullseye main contrib non-free
    deb-src https://deb.debian.org/debian bullseye main contrib non-free
    
    deb https://deb.debian.org/debian-security bullseye/updates main contrib non-free
    deb-src https://deb.debian.org/debian-security bullseye/updates main contrib non-free
    
    deb https://deb.debian.org/debian bullseye-updates main contrib non-free
    deb-src https://deb.debian.org/debian bullseye-updates main contrib non-free


    So, I need to edit the middle two lines to this?

    Code
    deb https://deb.debian.org/debian-security bullseye-security Release main contrib non-free
    deb-src https://deb.debian.org/debian-security bullseye-security Release main contrib non-free

    Did you follow the steps from post #2?

    The result of omv-upgrade above seems to be the output after the omv-release-upgrade.

    Please post the output of omv-upgrade before the omv-release-upgrade.


    I did, but I didn't remove any of the plugins that I have installed. Since I have so few, I thought it was safe.


    The order of my first post is the order I completed each step in. And the pasted code is from each step as I completed it. So, I'm not sure why the omv-upgrade looks like the omv-release-upgrade. I will paste them both again below.


    omv-upgrade:


    omv-release-upgrade:

    Hello,


    I attempted to do the upgrade but ran into several errors.


    I have a really basic system with only Flash Memory (5.0.9), OMV Extras (5.6.6), and Reset Perms (5.0) installed.


    Docker is installed and running at version 5:23.0.1-1~debian.10~buster. I was only using Portainer to run a Nexcloud server for photos storage.


    Below are my salt results:


    omv-upgrade results:


    omv-release-upgrade results:

    It never takes me back to the blue screen to reboot. Rebooting from the GUI takes me right back to OMV 5.


    Also, the first time I tried to update, it broke Portainer. Which I'm assuming I lost my Nextcloud setup. Not the end of the world as it was fairly simple. I was able to get Portainer to a "Created" state but I can't access it. First comes the OMV upgrade issue though.


    Any help would be greatly appreciated!