mysqldump -u root -p database_name --skip-comments > my_export_file.sql
mysql -u root -ppassword db_name < /tmp/database.sql
Docker Engine, Compose and Portainer installation on ubuntu 22. Optional: how to change default docker root folder (where images and containers are stored)
tutorial video tested it works To install on Ubuntu 22 you should type these commands in your CLI
$ curl -fsSl https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
$ sudo groupadd docker
There is a difference between ~
and ^
in Composer, though it might not be immediately obvious in some cases. Let me clarify:
~
(tilde): Allows updates for the last digit specified.^
(caret): Allows updates for all minor versions within the same major version.~7.3
:git log --oneline
see to which commit you need to jumpgit reset --hard branch_hash
git push origin feature/DATRUECALL-180 --force
force push branch to remote origin