Files
saltaire_sys/db
Greg Johnson e01e658ca2 initial commit
2025-09-20 12:20:27 +10:00

7 lines
166 B
Plaintext
Executable File

# access the nextcloud database
#
docker exec -it nextcloud-aio-database psql -U oc_nextcloud nextcloud_database
# eg truncate activity logs
# truncate oc_activity;