summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-12 19:14:10 +0300
committerFrederick Muriuki Muriithi2024-03-12 19:14:10 +0300
commitd2fcd0582882c200679105b6df99f62f56ea75d6 (patch)
tree94a53d9fecc94ac57a360f5a33953fc5c0bb68bf
parentad98dc0e3a87db7dceabe64f0d68164c996067ff (diff)
downloadgn-gemtext-d2fcd0582882c200679105b6df99f62f56ea75d6.tar.gz
Update issue: mark finished tasks.
-rw-r--r--issues/quality-control/move-uploader-to-tux02.gmi12
1 files changed, 8 insertions, 4 deletions
diff --git a/issues/quality-control/move-uploader-to-tux02.gmi b/issues/quality-control/move-uploader-to-tux02.gmi
index 57000cb..4459433 100644
--- a/issues/quality-control/move-uploader-to-tux02.gmi
+++ b/issues/quality-control/move-uploader-to-tux02.gmi
@@ -17,9 +17,13 @@ This implies separate configurations, and separate startup.
Some of the things to do to enable this, then, are:
-- [ ] Provide separate port to run the database: I propose 3307
-- [ ] Provide separate data directory for the content
-- [ ] Maybe suffix the files with the port number, e.g.
+- [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
+ - extract backup
+- [x] Maybe suffix the files with the port number, e.g.
```
datadir = /var/lib/mysql3307
socket = /var/run/mysqld/mysqld3307.sock
@@ -39,6 +43,6 @@ Some of the things to do to enable this, then, are:
## Systemd
-- [ ] Provide unit file for separate MariadDB running on different port
+- [x] Provide unit file for separate MariadDB running on different port
## …