Dave Russell
Dave Russell
Did you run the script with the -r or --ram option?
This is a bigger concern than the incompatible memory. ``` ERROR Unknown database type ds3622xs+_host_v7.db! ERROR Unknown database type dva3221_host_v7.db! ERROR Unknown database type ds3622xs+_host_v7.db! ERROR Unknown database type dva3221_host_v7.db!...
Which version of the script did you use? Was that all of the errors? From the errors I can see it is okay. It moved the files and folders but...
When you say the latest version you mean v3.1.60 or the pre-release v4.0.66-RC ? No, it's not normal for Container Manager and Web Manager to need to be repaired each...
Personally I would have used the latest [v4 RC](https://github.com/007revad/Synology_app_mover/releases). It exports docker json files for all your containers, including ones that are stopped, so if anything goes wrong you can...
So each QNAP QDA-A2AR has 2 x SSDs in RAID 0, and then DSM sees 2 x 2TB SSDs which you've setup as RAID 1? That's how I would have...
Don't connect the drives to a PC. [WinSCP](https://winscp.net/eng/index.php) is a Windows app that supports FTP, FTPS, SCP, SFTP, WebDAV or S3 file transfer protocols. It has includes PuTTY. I use...
You can check if container manager has any missing or broken symlinks with: ``` #!/bin/bash pkg=ContainerManager symlinks=("etc" "home" "share" "target" "tmp" "var") check_symlink(){ if [[ ! -L "$1" ]] ;...
v1.2.9 (and later) should have fixed the failed to install issues. - Increased connection timeout from 5 seconds to 30 seconds. - Removed download timeout (was 30 seconds). According to...