CJ_Clippy
525 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
CJ_Clippy commented on issue futureporn/pm#34 2023-09-08 22:34:13 +00:00
strapi date fields have a lack of precision

date2 field (date_2 column) added to vod table.

vod.date will need to be dropped once UI is switched over to vod.date2

CJ_Clippy closed issue futureporn/pm#36 2023-09-08 21:36:41 +00:00
toy.image and toy.image_2 exists
CJ_Clippy closed issue futureporn/pm#32 2023-09-08 21:27:52 +00:00
fleeks schema exists
CJ_Clippy opened issue futureporn/pm#40 2023-09-08 03:16:07 +00:00
IPFS download links rarely work
CJ_Clippy closed issue futureporn/pm#33 2023-09-08 00:04:58 +00:00
Some patron names on patron list have extra trailing whitespace
CJ_Clippy opened issue futureporn/pm#39 2023-09-07 07:29:16 +00:00
IPFS is broken on futureporn-qa
CJ_Clippy opened issue futureporn/pm#38 2023-09-06 03:33:26 +00:00
2023-09-06 chores
CJ_Clippy commented on issue futureporn/pm#37 2023-09-04 00:38:35 +00:00
Stalled notification is obtrusive

Pondering more on this, I realized a better solution. Delete the stalled notification.

The user already knows the video is stalled; we don't need to remind them.

The reason for the…

CJ_Clippy opened issue futureporn/pm#37 2023-09-03 07:15:12 +00:00
Stalled notification is obtrusive
CJ_Clippy opened issue futureporn/pm#36 2023-08-31 14:51:41 +00:00
toy.image and toy.image_2 exists
CJ_Clippy opened issue futureporn/pm#35 2023-08-25 20:31:11 +00:00
thumbnails are broken
CJ_Clippy opened issue futureporn/pm#34 2023-08-24 05:02:16 +00:00
strapi date fields have a lack of precision
CJ_Clippy opened issue futureporn/pm#33 2023-08-23 19:59:45 +00:00
Some patron names on patron list have extra trailing whitespace
CJ_Clippy commented on issue futureporn/pm#31 2023-08-23 15:03:31 +00:00
automatic backups are failing

24 hour verification check complete. nominal.

CJ_Clippy opened issue futureporn/pm#32 2023-08-21 16:31:46 +00:00
fleeks schema exists
CJ_Clippy commented on issue futureporn/pm#31 2023-08-21 16:23:50 +00:00
automatic backups are failing

just for saving

# /etc/systemd/system/daily-backup.service
[Unit]
Description=futureporn-db Daily Backup

[Service]
Type=oneshot
ExecStart=/opt/daily-backup.sh

[Install]
WantedBy=…
CJ_Clippy commented on issue futureporn/pm#31 2023-08-21 16:20:04 +00:00
automatic backups are failing

I implemented a fix.

chmod 755 /opt/daily-backup.sh
systemctl restart daily-backup.service

(got an error about b2 key scoped permissions)

b2-linux authorize-account…
CJ_Clippy closed issue futureporn/pm#31 2023-08-21 16:20:04 +00:00
automatic backups are failing
CJ_Clippy commented on issue futureporn/pm#31 2023-08-21 16:11:59 +00:00
automatic backups are failing
× daily-backup.service - futureporn-db Daily Backup
     Loaded: loaded (/etc/systemd/system/daily-backup.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code)…