From: Andrew DeFaria Date: Tue, 15 Feb 2022 18:08:06 +0000 (-0800) Subject: Utility to rebuild MAPS DB from a mysqldump X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=inline;h=10508dd91ed48e2151cc6209350fcb903e48d230;p=clearscm.git Utility to rebuild MAPS DB from a mysqldump --- diff --git a/maps/rebuildDB.sql b/maps/rebuildDB.sql new file mode 100644 index 0000000..b456fea --- /dev/null +++ b/maps/rebuildDB.sql @@ -0,0 +1,5 @@ +drop database MAPS; + +source /opt/clearscm/maps/bin/MAPSDB.sql; + +source /tmp/MAPS.db;