We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
you do manually this sequence of commands (but that's only for 1 time 😉)
docker volume create joomla
docker volume create db
docker-compose up -d --build
docker-compose.yml
./backup-db.sh
joomla_db.sql
projectDir
backup-site.sh
sudo ./backup-site.sh
./run.sh
backup-db.sh
restore-db.sh
sudo
The text was updated successfully, but these errors were encountered:
serhiiKalchenko
No branches or pull requests
Initial launch Joomla site on localhost or on server [AWS]
you do manually this sequence of commands (but that's only for 1 time 😉)
docker volume create joomla
docker volume create db
docker-compose up -d --build
docker-compose.yml
./backup-db.sh
joomla_db.sql
projectDir
to your dir inbackup-site.sh
sudo ./backup-site.sh
./run.sh
Backup & restore the site data and database
backup-site.sh
,backup-db.sh
,restore-db.sh
on a running containersbackup-site.sh
run withsudo
privileges (because of "-p" option in "tar" command)The text was updated successfully, but these errors were encountered: