Utility to rebuild MAPS DB from a mysqldump
authorAndrew DeFaria <Andrew@DeFaria.com>
Tue, 15 Feb 2022 18:08:06 +0000 (10:08 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Tue, 15 Feb 2022 18:08:06 +0000 (10:08 -0800)
maps/rebuildDB.sql [new file with mode: 0644]

diff --git a/maps/rebuildDB.sql b/maps/rebuildDB.sql
new file mode 100644 (file)
index 0000000..b456fea
--- /dev/null
@@ -0,0 +1,5 @@
+drop database MAPS;
+
+source /opt/clearscm/maps/bin/MAPSDB.sql;
+
+source /tmp/MAPS.db;