Skip to content

Instantly share code, notes, and snippets.

@phuongdev89
phuongdev89 / backend_Dockerfile
Last active October 27, 2023 16:40
Yii2 Advanced + docker
# Change PHP version as you want
FROM yiisoftware/yii2-php:7.4-apache
RUN install-php-extensions redis gmp
RUN sed -i -e 's|/app/web|/app/backend/web|g' /etc/apache2/sites-available/000-default.conf
@phuongdev89
phuongdev89 / mysql2drive.sh
Last active November 8, 2019 10:48
Backup mysql and sync to google drive
#!/bin/bash
# This tool help you backup mysql database to google drive
# Worked & tested on RHEL/DEB
# Folder ID https://drive.google.com/drive/u/0/folders/111111111111111111111111111111111
# That is folder_id (33 chars), make sure is yours => ^_______________________________^
REMOTE_FOLDER=111111111111111111111111111111111
# Your local folder to store some backup, it will be automatically created
LOCAL_FOLDER=/root/gdrive