diff options
author | Frederick Muriuki Muriithi | 2025-01-28 12:07:59 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-28 12:07:59 -0600 |
commit | 537eb2401513b4eb7ed23c4fb3c4731a86e1308c (patch) | |
tree | 99c4c44d9f7e5a78ffa8bdb5d2aa963a4802a18e | |
parent | 01ca2decb8d602f8861ff67ebb45f23494538b85 (diff) | |
download | gn-machines-537eb2401513b4eb7ed23c4fb3c4731a86e1308c.tar.gz |
Link to the appropriate mysqld socket
The uploader container uses a separate database from that used by
CI/CD, since the uploader does (potentially) destructive changes to
the data in the database.
-rwxr-xr-x | uploader-deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader-deploy.sh b/uploader-deploy.sh index 19b29bd..7c0db5c 100755 --- a/uploader-deploy.sh +++ b/uploader-deploy.sh @@ -54,6 +54,7 @@ container_script=$(guix system container \ --share=/export/data/uploader/gn-uploader \ --share=/var/run/mysqld3307=/run/mysqld \ --share=/export/data/uploader/genenetwork-gnqa=/var/lib/genenetwork-gnqa \ + --share=/var/run/mysqld3307=/run/mysqld \ uploader.scm) echo "${container_script}" |