]> git.parisson.com Git - mezzo.git/commitdiff
bum postgres version, update mysql import script
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 18 Oct 2016 16:03:14 +0000 (18:03 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 18 Oct 2016 16:03:14 +0000 (18:03 +0200)
docker-compose.yml
scripts/restore_db_mysql.sh

index ee4e7f1ec11e4c4d9b1071e8b3950c7c5a2ad5af..0d6ac496c8d87bf01ead0c5ac2f6a47e8c3a1d90 100644 (file)
@@ -52,7 +52,7 @@ prestadb:
     - MYSQL_PASSWORD=pUmt97e4MgR9EP4knyWea0n
 
 evedb:
-  image: postgres
+  image: postgres:9.5
   volumes_from:
     - data
   volumes:
index 559caac449e85c4897cb0d60f6f705d88ec88d93..26b338b464aa49b1f8b4ff70712fc7138b544825 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-gunzip < /srv/backup/ircam-www.sql.gz | mysql -hdb -uroot -phyRob0otlaz4 ircam-www
+gunzip < /srv/backup/ircam_shops.sql.gz | mysql -hprestadb -uroot -pmysecretpassword ircam_shops
 echo "Restore done!"