diff options
author | Frederick Muriuki Muriithi | 2024-07-03 10:39:48 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-03 10:39:48 -0500 |
commit | 86bbf0615190e6c427ec38d00be81be7e64bb7f9 (patch) | |
tree | 5ec9b67feba5b26e8b6180220cd4fdd0cf89db7c | |
parent | 7b47b0445a93ecc8df9c448c1190ba9d9722c292 (diff) | |
download | gn-gemtext-86bbf0615190e6c427ec38d00be81be7e64bb7f9.tar.gz |
gn-uploader: Move uploader to Tux02: Close as fixed.
-rw-r--r-- | issues/gn-uploader/move-uploader-to-tux02.gmi (renamed from issues/quality-control/move-uploader-to-tux02.gmi) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/issues/quality-control/move-uploader-to-tux02.gmi b/issues/gn-uploader/move-uploader-to-tux02.gmi index 4459433..20c5b24 100644 --- a/issues/quality-control/move-uploader-to-tux02.gmi +++ b/issues/gn-uploader/move-uploader-to-tux02.gmi @@ -5,7 +5,7 @@ * type: migration * assigned: fredm * priority: high -* status: open +* status: closed, completed, fixed * keywords: gn-uploader, guix, container, deploy ## Databases @@ -17,13 +17,13 @@ This implies separate configurations, and separate startup. Some of the things to do to enable this, then, are: -- [x] Provide separate configs and run db server on separate port +* [x] Provide separate configs and run db server on separate port - Configs put in /etc/mysql3307 - Selected port 3307 - datadir in /var/lib/mysql3307 -> /export5 -- [x] Provide separate data directory for the content +* [x] Provide separate data directory for the content - extract backup -- [x] Maybe suffix the files with the port number, e.g. +* [x] Maybe suffix the files with the port number, e.g. ``` datadir = /var/lib/mysql3307 socket = /var/run/mysqld/mysqld3307.sock |