1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00
Files
archived-systems/update-bugsweb
Hannes Magnusson 852eb2b944 Fix dirs
2014-02-05 12:13:30 -08:00

9 lines
333 B
Bash
Executable File

#!/bin/sh
rsync -aC --delete --delete-after --exclude=logs --exclude=uploads --exclude=local_config.php \
rsync.php.net::php-bugs-web /srv/bugs.php.net
chown -R www-data.www-data /srv/bugs.php.net
# update the mysql config file
rsync -az /local/systems/bugs.php.net/additional.mysql.cnf /etc/mysql/conf.d/additional.mysql.cnf