summaryrefslogtreecommitdiff
path: root/lib/backup/database.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds Rubocop rule for line break around conditionalsπŸ™ˆ jacopo beschi πŸ™‰2018-01-111-0/+1
* Database SSL support for backup script.Guillaume2017-04-051-5/+21
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-31/+39
* Replace colorize gem with rainbow.Connor Shea2016-06-031-2/+2
* Remove superfluous mkdir -pJacob Vosmaer2015-10-061-2/+0
* Keep old path: db/database.sql.gzJacob Vosmaer2015-10-061-1/+2
* Reduce disk IO during SQL backupJacob Vosmaer2015-10-061-29/+24
* add pg_schema to backup configpg_dump_schemaValery Sizov2015-09-181-2/+6
* Do not delete the SQL dump too earlyJacob Vosmaer2015-08-211-2/+3
* Workaround the warnings emitted by MySQL 5.6 regarding password on theTed Strzalkowski2015-08-121-2/+5
* Stricter mkdir's in 'rake gitlab:backup:create'backup-directory-permissionsJacob Vosmaer2015-07-301-2/+5
* Set internal backup directory modes on createJacob Vosmaer2015-07-291-1/+1
* Don't stop if database.sql.gz already existsoverwrite-during-backupJacob Vosmaer2015-07-211-0/+1
* Merge branch 'improve-postgres-restore-cleaning' into 'master' Dmitriy Zaporozhets2015-07-071-5/+2
|\
| * Use native Postgres database cleaning during backup restoreJacob Vosmaer2015-07-071-5/+2
* | Compress database backupKamil Trzcinski2015-07-061-0/+14
|/
* Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-6/+6
* Drop all Postgres sequences during backup restoreJacob Vosmaer2014-10-281-0/+1
* Fail harder in the backup scriptJacob Vosmaer2014-10-011-0/+2
* Drop all tables before restoring a PostgreSQL DBJacob Vosmaer2014-03-281-2/+3
* Empty the database during Postgres backup restoreJacob Vosmaer2014-02-261-0/+2
* Report failure of DB backup commandsJacob Vosmaer2014-01-231-2/+16
* Remove Bourne shell from backup codeJacob Vosmaer2013-11-061-5/+5
* Revert "More escaping"Dmitriy Zaporozhets2013-11-051-6/+5
* More escapingNigel Kukard2013-11-041-5/+6
* Fix PostgreSQL database restoration problem (#4217)andrewwutw2013-06-101-1/+1
* Fix errors during backup task. Fix #3785Axilleas Pipinellis2013-05-071-1/+1
* refactor backup/restoreDmitriy Zaporozhets2013-04-051-0/+58