@@ -127,19 +127,19 @@ doctl spaces keys update "$PROD_KEY_ID" \ |
| 127 | 127 | # both buckets using its on-disk config (which references the just- |
| 128 | 128 | # updated scoped key). A failure here means either the key cache |
| 129 | 129 | # hasn't propagated (wait 30s, re-run) or the scoped key isn't the |
| 130 | | -# one in /root/.config/rclone/rclone.conf (check by hand). |
| 130 | +# one in /etc/rclone-shithub.conf (check by hand). |
| 131 | 131 | echo "verifying droplet → both WAL buckets..." >&2 |
| 132 | 132 | ssh -o BatchMode=yes "root@$DEPLOY_HOST" " |
| 133 | 133 | set -e |
| 134 | 134 | echo wal-write-probe-\$(date -u +%Y%m%dT%H%M%SZ) \ |
| 135 | | - | rclone --config /root/.config/rclone/rclone.conf \ |
| 135 | + | rclone --config /etc/rclone-shithub.conf \ |
| 136 | 136 | --s3-no-check-bucket \ |
| 137 | 137 | rcat spaces-prod:$WAL_BUCKET/.write-probe |
| 138 | 138 | echo wal-write-probe-\$(date -u +%Y%m%dT%H%M%SZ) \ |
| 139 | | - | rclone --config /root/.config/rclone/rclone.conf \ |
| 139 | + | rclone --config /etc/rclone-shithub.conf \ |
| 140 | 140 | --s3-no-check-bucket \ |
| 141 | 141 | rcat spaces-dr:$WAL_DR_BUCKET/.write-probe |
| 142 | | - rclone --config /root/.config/rclone/rclone.conf --s3-no-check-bucket \ |
| 142 | + rclone --config /etc/rclone-shithub.conf --s3-no-check-bucket \ |
| 143 | 143 | delete spaces-prod:$WAL_BUCKET/.write-probe spaces-dr:$WAL_DR_BUCKET/.write-probe |
| 144 | 144 | echo OK |
| 145 | 145 | " |
@@ -162,6 +162,6 @@ already in place — see the WAL archive PR for that change). |
| 162 | 162 | |
| 163 | 163 | Verify within ~60s: |
| 164 | 164 | ssh root@$DEPLOY_HOST 'sudo -u postgres psql -xc "SELECT * FROM pg_stat_archiver"' |
| 165 | | - ssh root@$DEPLOY_HOST 'rclone --config /root/.config/rclone/rclone.conf --s3-no-check-bucket lsf spaces-prod:$WAL_BUCKET/ --recursive | head' |
| 165 | + ssh root@$DEPLOY_HOST 'rclone --config /etc/rclone-shithub.conf --s3-no-check-bucket lsf spaces-prod:$WAL_BUCKET/ --recursive | head' |
| 166 | 166 | ============================================================== |
| 167 | 167 | DONE |