-
Unraid OS version 7.1.0 available
Upgraded from 7.0.1 to 7.1.0 with no problems
-
Cloudflared container tunnel connections - quic
@ghall Thank you very much for sharing this solution. It's been bugging my for a while now. To summarize for others, all that's needed is to add the following to environment: ```TUNNEL_TRANSPORT_PROTOCOL=http2```
-
UNRAID high availability/backup
Good day, is there a script to automate vm backups using the new Unraid 7 built in vm backup feature? Thank you. Answering my own question: Just create a back up from the gui, open the logs, copy the command...... 'virsh snapshot-create-as 'windev' --name 'S20250220121649' --atomic --disk-only --diskspec 'hdc',snapshot=external,file='/mnt/virtdisk/domains/windev/vdisk1-clone.S20250220121649qcow2'
-
Unraid OS version 7.0.0 available
Upgraded without issue. Thank you.
-
Unraid OS version 6.12.10 available
Upgraded from 6.12.9 to 6.12.10 without issue. Thank you
-
Unraid OS version 6.12.9 available
Updated from 6.12.8 to 6.12.9 and all is fine. Thank you.
-
UNRaid kernel: traps: lsof[28497] general protection fault ip:
Started getting similar messages about 1 week ago. Also the web-gui would hang. I just re-flashed the usb (as suggested above) and problem appears to be solved.
-
[Support] ich777 - Application Dockers
@ich777 The configuration works perfectly. For nginx proxy manager, all i had to do is to copy the section starting with "location /websockify" into the advanced configuration tab of nginx proxy manager and it's working well. Thank you very much
-
[Support] ich777 - Application Dockers
Good day. is anyone reverse proxing thunderbird with nginx proxy manager? If yes would you please share your configuration. thank you.
-
Unraid OS version 6.12.4 available
Updated without problems. Thank you
-
Unraid OS version 6.12.3 available
Upgraded from 6.12.1 to 6.12.3 without issue. Thank you
-
[Plugin] LXC Plugin
@ich777 I tested the backup and it works great. Thank you very much for your help. I realized that the mistake I was making was running a rsync backup while the container was running. It's probably why it failed when restored.
-
[Plugin] LXC Plugin
Again, thank you very much. I've enabled global settings and created a script with User Scripts. I used compression 6 and half threads. I'll try to restore with different name and report. Thank you
-
[Plugin] LXC Plugin
Thank you very much for the prompt reply. I have been using the snapshots manually and it works fine. The reason I looked at the nextcloud 'native' backup is because, when i did have to recover the container from the snapshot I had to change the container name to xxxnew or something else. I don't know if I was doing it wrong or if there's a way to sort of replace the old container with the recovery container to keep my OCD at bay. I have been making backups with rsync, but what I found was that if I delete the container from LXC and then restore it from the backup via rsync, nextcloud just doesn't work. I think it fails to bring back some files or something like that. I just updated to the latest plugin version (thank you) and I configured Global backups. Would restoring from this backups prevent the issue I mentioed when using rsync? Thank you again
-
[Plugin] LXC Plugin
Good day, I've got nextcloud all in one in an lxc container. Im trying to set up nextcloud backups and failing. According to their docs i need to do this: ``` Failure of the backup container in LXC containers If you are running AIO in a LXC container, you need to make sure that FUSE is enabled in the LXC container settings. Otherwise the backup container will not be able to start as FUSE is required for it to work. ``` Is anyone aware of what command I'd need to add to the conf file to 'enable FUSE' ? Thank you