Containerize Nextcloud #32

Open
opened 2026-05-27 07:00:58 +00:00 by bashy · 0 comments
Owner

Server: VPS

Nextcloud is on the VPS, backed by the system PostgreSQL 17 instance.

  • Back up Nextcloud data and DB before starting
  • Write Compose service for Nextcloud + Redis (cache)
  • Connect to host PostgreSQL 17 (host network or host.docker.internal)
  • Migrate existing data dir into volume
  • Run maintenance commands via docker exec --user www-data nextcloud php occ
  • Set up cron via systemd timer + docker exec or dedicated cron container
  • Update Apache reverse proxy config
  • Test file sync, shares, installed apps
**Server: VPS** Nextcloud is on the VPS, backed by the system PostgreSQL 17 instance. - [ ] **Back up Nextcloud data and DB before starting** - [ ] Write Compose service for Nextcloud + Redis (cache) - [ ] Connect to host PostgreSQL 17 (host network or `host.docker.internal`) - [ ] Migrate existing data dir into volume - [ ] Run maintenance commands via `docker exec --user www-data nextcloud php occ` - [ ] Set up cron via systemd timer + `docker exec` or dedicated cron container - [ ] Update Apache reverse proxy config - [ ] Test file sync, shares, installed apps
bashy added this to the Docker Phase 2 — Full Infrastructure milestone 2026-05-27 07:00:58 +00:00
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bashy/roadmap#32
No description provided.