Code: Select all
administrator@DOM-NAS:/volume2/docker/Supla$ sudo ./supla.sh upgrade
Making database backup
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Database backup saved to ./var/backups/supla07302023213420.sql.gz
Stopping SUPLA containers
SUPLA containers has been stopped.
Pulling supla-db ... done
Pulling supla-cloud ... done
Pulling supla-server ... done
Starting SUPLA containers
Creating supla-db ... error
ERROR: for supla-db Cannot create container for service supla-db: Conflict. The container name "/supla-db" is already in use by container "238c7ec2cc8219ebd298c014ee405e8729297a65cd61669398e4919c707e9ebc". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for supla-db Cannot create container for service supla-db: Conflict. The container name "/supla-db" is already in use by container "238c7ec2cc8219ebd298c014ee405e8729297a65cd61669398e4919c707e9ebc". You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.
polecenie docker rename supla-db nowa_nazwa_kontenera
Code: Select all
administrator@DOM-NAS:/volume2/docker/Supla$ sudo ./supla.sh upgrade Making database backup
Error: No such container: supla-db
Could not create the database backup. Is the application started?