Eli Mesika has submitted this change and it was merged. Change subject: core: adding backup and restore scripts to dbscripts ......................................................................
core: adding backup and restore scripts to dbscripts Adding backup and restore scripts Backup is done to plain sql text file via postgres pg_dump and restore is using directly psql. Removing old mssql backup/restore sql files. Change-Id: I57ac38ee8d412fa86c8a35b03caf29ff452848b0 --- A backend/manager/dbscripts/backup.sh D backend/manager/dbscripts/backup_db.sql A backend/manager/dbscripts/restore.sh D backend/manager/dbscripts/restore_db.sql 4 files changed, 156 insertions(+), 13 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3523 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I57ac38ee8d412fa86c8a35b03caf29ff452848b0 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
