Hi
I try to run the backup described in the documentaion with the following command:
sudo MAILCOW_BACKUP_LOCATION=/opt/backup THREADS=2 /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all
But I get the following information:
`
Using 2 Thread(s) for this run.
Notice: You can set the Thread count with the THREADS Variable before you run this script.
Using /opt/backup as backup/restore location.
Found project name mailcowdockerized
Unable to find image ‘mailcow/backup:latest’ locally
latest: Pulling from mailcow/backup
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See ‘docker run –help’.
Unable to find image ‘mailcow/backup:latest’ locally
latest: Pulling from mailcow/backup
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See ‘docker run –help’.
OK
Unable to find image ‘mailcow/backup:latest’ locally
latest: Pulling from mailcow/backup
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See ‘docker run –help’.
Unable to find image ‘mailcow/backup:latest’ locally
latest: Pulling from mailcow/backup
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See ‘docker run –help’.
Unable to find image ‘mailcow/backup:latest’ locally
latest: Pulling from mailcow/backup
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
See ‘docker run –help’.
Using SQL image mariadb:10.5, starting…
..
..`
Anything I should do about it or? I only have two files in the backup folder:
backup_mariadb.tar.gz mailcow.conf
/Jesper